aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor/lsm.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-07apparmor: Make path_max parameter readonlyGravatar John Johansen 1-1/+1
2017-04-07apparmor: fix parameters so that the permission test is bypassed at bootGravatar John Johansen 1-25/+22
2017-04-07security/apparmor/lsm.c: set debug messagesGravatar Valentin Rothberg 1-1/+1
2017-03-06security: mark LSM hooks as __ro_after_initGravatar James Morris 1-1/+1
2017-02-10Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...Gravatar James Morris 1-5/+2
2017-01-19LSM: Add /sys/kernel/security/lsmGravatar Casey Schaufler 1-1/+2
2017-01-16apparmor: fix undefined reference to `aa_g_hash_policy'Gravatar John Johansen 1-1/+1
2017-01-16apparmor: replace remaining BUG_ON() asserts with AA_BUG()Gravatar John Johansen 1-1/+1
2017-01-16apparmor: add check for apparmor enabled in module parameters missing itGravatar John Johansen 1-0/+10
2017-01-16apparmor: add per cpu work buffers to avoid allocating buffers at every hookGravatar John Johansen 1-1/+50
2017-01-16apparmor: sysctl to enable unprivileged user ns AppArmor policy loadingGravatar Tyler Hicks 1-0/+47
2017-01-16apparmor: support querying extended trusted helper extra dataGravatar William Hua 1-0/+1
2017-01-16apparmor: make computing policy hashes conditional on kernel parameterGravatar John Johansen 1-23/+23
2017-01-16apparmor: convert change_profile to use fqname later to give better controlGravatar John Johansen 1-6/+6
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroGravatar John Johansen 1-8/+4
2017-01-16apparmor: change op from int to const char *Gravatar John Johansen 1-7/+8
2017-01-16apparmor: rename context abreviation cxt to the more standard ctxGravatar John Johansen 1-35/+37
2017-01-16apparmor: add ns being viewed as a param to policy_admin_capable()Gravatar John Johansen 1-6/+6
2017-01-16apparmor: add ns being viewed as a param to policy_view_capable()Gravatar John Johansen 1-4/+4
2017-01-16apparmor: add a default null dfaGravatar John Johansen 1-0/+7
2017-01-16apparmor: remove paranoid load switchGravatar John Johansen 1-2/+3
2017-01-16apparmor: rename mediated_filesystem() to path_mediated_fs()Gravatar John Johansen 1-7/+7
2017-01-16apparmor: add debug assert AA_BUG and Kconfig to control debug infoGravatar John Johansen 1-1/+1
2017-01-16apparmor: split apparmor policy namespaces code into its own fileGravatar John Johansen 1-0/+1
2017-01-15apparmor: use designated initializersGravatar Kees Cook 1-3/+5
2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procGravatar Stephen Smalley 1-5/+2
2016-07-27apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handlingGravatar Arnd Bergmann 1-1/+3
2016-07-12apparmor: fix arg_size computation for when setprocattr is null terminatedGravatar John Johansen 1-1/+1
2016-07-12apparmor: fix oops, validate buffer size in apparmor_setprocattr()Gravatar Vegard Nossum 1-17/+19
2016-07-12apparmor: fix module parameters can be changed after policy is lockedGravatar John Johansen 1-12/+10
2016-07-12apparmor: add parameter to control whether policy hashing is usedGravatar John Johansen 1-0/+4
2016-03-28constify security_path_{link,rename}Gravatar Al Viro 1-3/+3
2016-03-28apparmor: remove useless checks for NULL ->mntGravatar Al Viro 1-2/+2
2016-03-28constify security_path_{mkdir,mknod,symlink}Gravatar Al Viro 1-3/+3
2016-03-28constify security_path_{unlink,rmdir}Gravatar Al Viro 1-2/+2
2016-03-28apparmor: constify common_perm_...()Gravatar Al Viro 1-4/+4
2016-03-28apparmor: new helper - common_path_perm()Gravatar Al Viro 1-35/+12
2016-03-28constify chmod_common/security_path_chmodGravatar Al Viro 1-1/+1
2016-03-28constify chown_common/security_path_chownGravatar Al Viro 1-1/+1
2016-03-28apparmor_path_truncate(): path->mnt is never NULLGravatar Al Viro 1-1/+1
2016-03-28constify security_path_truncate()Gravatar Al Viro 1-1/+1
2016-03-27[apparmor] constify struct path * in a bunch of helpersGravatar Al Viro 1-1/+1
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+3
2015-05-28kernel/params: constify struct kernel_param_ops usesGravatar Luis R. Rodriguez 1-3/+3
2015-05-12LSM: Switch to lists of hooksGravatar Casey Schaufler 1-37/+14
2015-05-12LSM: Add security module hook list headsGravatar Casey Schaufler 1-42/+42
2015-05-12LSM: Split security.hGravatar Casey Schaufler 1-1/+1
2015-04-15VFS: security/: d_backing_inode() annotationsGravatar David Howells 1-9/+9
2015-04-11switch security_inode_getattr() to struct path *Gravatar Al Viro 1-3/+3
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbGravatar David Howells 1-10/+10