summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2016-09-29securityfs: fix securityfs_create_dir commentLaurent Georget-4/+3
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani-3/+3
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi-2/+2
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi-2/+2
2016-09-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-4/+7
2016-09-22KEYS: Fix skcipher IV clobberingHerbert Xu-4/+7
2016-09-21Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris-8/+21
2016-09-19lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEVivek Goyal-8/+21
2016-09-19Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris-65/+119
2016-09-16ima: use file_dentry()Miklos Szeredi-3/+3
2016-09-13selinux: fix error return code in policydb_read()Wei Yongjun-0/+1
2016-09-08Smack: Signal delivery as an append operationCasey Schaufler-7/+29
2016-09-07Merge tag 'usercopy-v4.8-rc6-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+11
2016-09-07usercopy: remove page-spanning test for nowKees Cook-0/+11
2016-08-30audit: consistently record PIDs with task_tgid_nr()Paul Moore-2/+2
2016-08-30selinux: fix overflow and 0 length allocationsWilliam Roberts-0/+5
2016-08-29selinux: initialize structuresWilliam Roberts-4/+4
2016-08-29selinux: detect invalid ebitmapWilliam Roberts-0/+3
2016-08-23Smack: Use memdup_user() rather than duplicating its implementationMarkus Elfring-8/+3
2016-08-19Make the hardened user-copy code depend on having a hardened allocatorLinus Torvalds-0/+1
2016-08-18selinux: drop SECURITY_SELINUX_POLICYDB_VERSION_MAXWilliam Roberts-42/+0
2016-08-10selinux: Implement dentry_create_files_as() hookVivek Goyal-0/+22
2016-08-08security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal-0/+11
2016-08-08selinux: Pass security pointer to determine_inode_label()Vivek Goyal-9/+10
2016-08-08selinux: Implementation for inode_copy_up_xattr() hookVivek Goyal-0/+16
2016-08-08security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal-0/+8
2016-08-08selinux: Implementation for inode_copy_up() hookVivek Goyal-0/+21
2016-08-08security, overlayfs: provide copy up security hook for unioned filesVivek Goyal-0/+8
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds-0/+28
2016-08-08selinux: print leading 0x on ioctlcmd auditsWilliam Roberts-1/+1
2016-08-08security: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas-9/+9
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-195/+345
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-8/+73
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-9/+6
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds-4/+4
2016-07-27apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handlingArnd Bergmann-3/+7
2016-07-26mm: Hardened usercopyKees Cook-0/+28
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-12/+18
2016-07-20qstr: constify dentry_init_securityAl Viro-2/+2
2016-07-12apparmor: fix arg_size computation for when setprocattr is null terminatedJohn Johansen-1/+1
2016-07-12apparmor: fix oops, validate buffer size in apparmor_setprocattr()Vegard Nossum-17/+19
2016-07-12apparmor: do not expose kernel stackHeinrich Schuchardt-1/+3
2016-07-12apparmor: fix module parameters can be changed after policy is lockedJohn Johansen-13/+29
2016-07-12apparmor: fix oops in profile_unpack() when policy_db is not presentJohn Johansen-0/+3
2016-07-12apparmor: don't check for vmalloc_addr if kvzalloc() failedJohn Johansen-5/+5
2016-07-12apparmor: add missing id bounds check on dfa verificationJohn Johansen-0/+3
2016-07-12apparmor: allow SYS_CAP_RESOURCE to be sufficient to prlimit another taskJeff Mahoney-2/+4
2016-07-12apparmor: use list_next_entry instead of list_entry_nextGeliang Tang-5/+3
2016-07-12apparmor: fix refcount race when finding a child profileJohn Johansen-1/+3