summaryrefslogtreecommitdiffstats
path: root/security/apparmor/lsm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-02-101-5/+2
|\
| * proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley2017-01-091-5/+2
* | LSM: Add /sys/kernel/security/lsmCasey Schaufler2017-01-191-1/+2
* | apparmor: fix undefined reference to `aa_g_hash_policy'John Johansen2017-01-161-1/+1
* | apparmor: replace remaining BUG_ON() asserts with AA_BUG()John Johansen2017-01-161-1/+1
* | apparmor: add check for apparmor enabled in module parameters missing itJohn Johansen2017-01-161-0/+10
* | apparmor: add per cpu work buffers to avoid allocating buffers at every hookJohn Johansen2017-01-161-1/+50
* | apparmor: sysctl to enable unprivileged user ns AppArmor policy loadingTyler Hicks2017-01-161-0/+47
* | apparmor: support querying extended trusted helper extra dataWilliam Hua2017-01-161-0/+1
* | apparmor: make computing policy hashes conditional on kernel parameterJohn Johansen2017-01-161-23/+23
* | apparmor: convert change_profile to use fqname later to give better controlJohn Johansen2017-01-161-6/+6
* | apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen2017-01-161-8/+4
* | apparmor: change op from int to const char *John Johansen2017-01-161-7/+8
* | apparmor: rename context abreviation cxt to the more standard ctxJohn Johansen2017-01-161-35/+37
* | apparmor: add ns being viewed as a param to policy_admin_capable()John Johansen2017-01-161-6/+6
* | apparmor: add ns being viewed as a param to policy_view_capable()John Johansen2017-01-161-4/+4
* | apparmor: add a default null dfaJohn Johansen2017-01-161-0/+7
* | apparmor: remove paranoid load switchJohn Johansen2017-01-161-2/+3
* | apparmor: rename mediated_filesystem() to path_mediated_fs()John Johansen2017-01-161-7/+7
* | apparmor: add debug assert AA_BUG and Kconfig to control debug infoJohn Johansen2017-01-161-1/+1
* | apparmor: split apparmor policy namespaces code into its own fileJohn Johansen2017-01-161-0/+1
* | apparmor: use designated initializersKees Cook2017-01-151-3/+5
|/
* apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handlingArnd Bergmann2016-07-271-1/+3
* apparmor: fix arg_size computation for when setprocattr is null terminatedJohn Johansen2016-07-121-1/+1
* apparmor: fix oops, validate buffer size in apparmor_setprocattr()Vegard Nossum2016-07-121-17/+19
* apparmor: fix module parameters can be changed after policy is lockedJohn Johansen2016-07-121-12/+10
* apparmor: add parameter to control whether policy hashing is usedJohn Johansen2016-07-121-0/+4
* constify security_path_{link,rename}Al Viro2016-03-281-3/+3
* apparmor: remove useless checks for NULL ->mntAl Viro2016-03-281-2/+2
* constify security_path_{mkdir,mknod,symlink}Al Viro2016-03-281-3/+3
* constify security_path_{unlink,rmdir}Al Viro2016-03-281-2/+2
* apparmor: constify common_perm_...()Al Viro2016-03-281-4/+4
* apparmor: new helper - common_path_perm()Al Viro2016-03-281-35/+12
* constify chmod_common/security_path_chmodAl Viro2016-03-281-1/+1
* constify chown_common/security_path_chownAl Viro2016-03-281-1/+1
* apparmor_path_truncate(): path->mnt is never NULLAl Viro2016-03-281-1/+1
* constify security_path_truncate()Al Viro2016-03-281-1/+1
* [apparmor] constify struct path * in a bunch of helpersAl Viro2016-03-271-1/+1
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-3/+3
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-3/+3
* | LSM: Switch to lists of hooksCasey Schaufler2015-05-121-37/+14
* | LSM: Add security module hook list headsCasey Schaufler2015-05-121-42/+42
* | LSM: Split security.hCasey Schaufler2015-05-121-1/+1
|/
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-151-9/+9
* switch security_inode_getattr() to struct path *Al Viro2015-04-111-3/+3
* Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2015-02-221-10/+10
* module: rename KERNEL_PARAM_FL_NOARG to avoid confusionJani Nikula2014-08-271-2/+2
* security: replace strict_strto*() with kstrto*()Jingoo Han2014-02-061-1/+1
* apparmor: fix capability to not use the current task, during reportingJohn Johansen2013-10-291-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-09-071-10/+12
|\