aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)AuthorFilesLines
2016-07-27apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handlingGravatar Arnd Bergmann 3-3/+7
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: do not expose kernel stackGravatar Heinrich Schuchardt 1-1/+3
2016-07-12apparmor: fix module parameters can be changed after policy is lockedGravatar John Johansen 3-13/+29
2016-07-12apparmor: fix oops in profile_unpack() when policy_db is not presentGravatar John Johansen 1-0/+3
2016-07-12apparmor: don't check for vmalloc_addr if kvzalloc() failedGravatar John Johansen 1-5/+5
2016-07-12apparmor: add missing id bounds check on dfa verificationGravatar John Johansen 2-0/+3
2016-07-12apparmor: allow SYS_CAP_RESOURCE to be sufficient to prlimit another taskGravatar Jeff Mahoney 1-2/+4
2016-07-12apparmor: use list_next_entry instead of list_entry_nextGravatar Geliang Tang 1-5/+3
2016-07-12apparmor: fix refcount race when finding a child profileGravatar John Johansen 1-1/+3
2016-07-12apparmor: fix ref count leak when profile sha1 hash is readGravatar John Johansen 1-0/+1
2016-07-12apparmor: check that xindex is in trans_table boundsGravatar John Johansen 1-1/+1
2016-07-12apparmor: ensure the target profile name is always auditedGravatar John Johansen 1-11/+9
2016-07-12apparmor: fix audit full profile hname on successful loadGravatar John Johansen 1-1/+1
2016-07-12apparmor: fix log failures for all profiles in a setGravatar John Johansen 1-10/+19
2016-07-12apparmor: fix put() parent ref after updating the active refGravatar John Johansen 1-1/+1
2016-07-12apparmor: add parameter to control whether policy hashing is usedGravatar John Johansen 4-6/+25
2016-07-12apparmor: internal paths should be treated as disconnectedGravatar John Johansen 1-28/+36
2016-07-12apparmor: fix disconnected bind mnts reconnectionGravatar John Johansen 1-1/+4
2016-07-12apparmor: fix update the mtime of the profile file on replacementGravatar John Johansen 1-0/+2
2016-07-12apparmor: exec should not be returning ENOENT when it deniesGravatar John Johansen 1-1/+1
2016-07-12apparmor: fix uninitialized lsm_audit memberGravatar John Johansen 2-2/+4
2016-07-12apparmor: fix replacement bug that adds new child to old parentGravatar John Johansen 1-1/+1
2016-07-12apparmor: fix refcount bug in profile replacementGravatar John Johansen 1-2/+2
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: constify aa_path_link()Gravatar Al Viro 2-2/+2
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 5-8/+8
2015-10-22apparmor: clarify CRYPTO dependencyGravatar Arnd Bergmann 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 2-45/+18
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_inode() annotationsGravatar David Howells 1-1/+1
2015-04-15VFS: security/: d_backing_inode() annotationsGravatar David Howells 2-12/+12
2015-04-11switch security_inode_getattr() to struct path *Gravatar Al Viro 1-3/+3
2015-02-22Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeGravatar David Howells 1-1/+1
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbGravatar David Howells 2-12/+12
2014-08-27module: rename KERNEL_PARAM_FL_NOARG to avoid confusionGravatar Jani Nikula 1-2/+2
2014-07-18sched: move no_new_privs into new atomic flagsGravatar Kees Cook 1-2/+2