summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-4/+3
|\
| * securityfs: fix securityfs_create_dir commentLaurent Georget2016-09-291-4/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-10-0413-88/+172
|\ \
| * \ Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-09-212-8/+21
| |\ \
| | * | lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEVivek Goyal2016-09-192-8/+21
| * | | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-09-199-65/+119
| |\| |
| | * | selinux: fix error return code in policydb_read()Wei Yongjun2016-09-131-0/+1
| | * | selinux: fix overflow and 0 length allocationsWilliam Roberts2016-08-302-0/+5
| | * | selinux: initialize structuresWilliam Roberts2016-08-291-4/+4
| | * | selinux: detect invalid ebitmapWilliam Roberts2016-08-291-0/+3
| | * | selinux: drop SECURITY_SELINUX_POLICYDB_VERSION_MAXWilliam Roberts2016-08-182-42/+0
| | * | selinux: Implement dentry_create_files_as() hookVivek Goyal2016-08-101-0/+22
| | * | security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal2016-08-081-0/+11
| | * | selinux: Pass security pointer to determine_inode_label()Vivek Goyal2016-08-081-9/+10
| | * | selinux: Implementation for inode_copy_up_xattr() hookVivek Goyal2016-08-081-0/+16
| | * | security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal2016-08-081-0/+8
| | * | selinux: Implementation for inode_copy_up() hookVivek Goyal2016-08-081-0/+21
| | * | security, overlayfs: provide copy up security hook for unioned filesVivek Goyal2016-08-081-0/+8
| | * | selinux: print leading 0x on ioctlcmd auditsWilliam Roberts2016-08-081-1/+1
| | * | security: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-08-083-9/+9
| * | | Smack: Signal delivery as an append operationCasey Schaufler2016-09-083-7/+29
| * | | Smack: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-231-8/+3
| |/ /
* | | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-10-041-2/+2
|\ \ \
| * | | audit: consistently record PIDs with task_tgid_nr()Paul Moore2016-08-301-2/+2
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-09-231-4/+7
|\ \ \ \
| * | | | KEYS: Fix skcipher IV clobberingHerbert Xu2016-09-221-4/+7
| | |/ / | |/| |
* | | | Merge tag 'usercopy-v4.8-rc6-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-071-0/+11
|\ \ \ \
| * | | | usercopy: remove page-spanning test for nowKees Cook2016-09-071-0/+11
|/ / / /
* | | | Make the hardened user-copy code depend on having a hardened allocatorLinus Torvalds2016-08-191-0/+1
* | | | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-0/+28
|\ \ \ \ | |/ / / |/| | |
| * | | mm: Hardened usercopyKees Cook2016-07-261-0/+28
| |/ /
* | | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-062-2/+2
|\ \ \
| * | | qstr: constify dentry_init_securityAl Viro2016-07-202-2/+2
| |/ /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-2936-195/+345
|\ \ \
| * | | 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