summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handlingArnd Bergmann2016-07-273-3/+7
* 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: do not expose kernel stackHeinrich Schuchardt2016-07-121-1/+3
* apparmor: fix module parameters can be changed after policy is lockedJohn Johansen2016-07-123-13/+29
* apparmor: fix oops in profile_unpack() when policy_db is not presentJohn Johansen2016-07-121-0/+3
* apparmor: don't check for vmalloc_addr if kvzalloc() failedJohn Johansen2016-07-121-5/+5
* apparmor: add missing id bounds check on dfa verificationJohn Johansen2016-07-122-0/+3
* apparmor: allow SYS_CAP_RESOURCE to be sufficient to prlimit another taskJeff Mahoney2016-07-121-2/+4
* apparmor: use list_next_entry instead of list_entry_nextGeliang Tang2016-07-121-5/+3
* apparmor: fix refcount race when finding a child profileJohn Johansen2016-07-121-1/+3
* apparmor: fix ref count leak when profile sha1 hash is readJohn Johansen2016-07-121-0/+1
* apparmor: check that xindex is in trans_table boundsJohn Johansen2016-07-121-1/+1
* apparmor: ensure the target profile name is always auditedJohn Johansen2016-07-121-11/+9
* apparmor: fix audit full profile hname on successful loadJohn Johansen2016-07-121-1/+1
* apparmor: fix log failures for all profiles in a setJohn Johansen2016-07-121-10/+19
* apparmor: fix put() parent ref after updating the active refJohn Johansen2016-07-121-1/+1
* apparmor: add parameter to control whether policy hashing is usedJohn Johansen2016-07-124-6/+25
* apparmor: internal paths should be treated as disconnectedJohn Johansen2016-07-121-28/+36
* apparmor: fix disconnected bind mnts reconnectionJohn Johansen2016-07-121-1/+4
* apparmor: fix update the mtime of the profile file on replacementJohn Johansen2016-07-121-0/+2
* apparmor: exec should not be returning ENOENT when it deniesJohn Johansen2016-07-121-1/+1
* apparmor: fix uninitialized lsm_audit memberJohn Johansen2016-07-122-2/+4
* apparmor: fix replacement bug that adds new child to old parentJohn Johansen2016-07-121-1/+1
* apparmor: fix refcount bug in profile replacementJohn Johansen2016-07-121-2/+2
* 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: constify aa_path_link()Al Viro2016-03-282-2/+2
* 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-275-8/+8
* apparmor: clarify CRYPTO dependencyArnd Bergmann2015-10-221-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-122-45/+18
* | LSM: Add security module hook list headsCasey Schaufler2015-05-121-42/+42
* | LSM: Split security.hCasey Schaufler2015-05-121-1/+1
|/
* VFS: security/: d_inode() annotationsDavid Howells2015-04-151-1/+1
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-152-12/+12
* switch security_inode_getattr() to struct path *Al Viro2015-04-111-3/+3
* Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells2015-02-221-1/+1
* Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2015-02-222-12/+12
* module: rename KERNEL_PARAM_FL_NOARG to avoid confusionJani Nikula2014-08-271-2/+2
OpenPOWER on IntegriCloud