summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Smack: fix seq operations in smackfsRafal Krypa2015-06-021-30/+22
| | * | | | smack: pass error code through pointersLukasz Pawelczyk2015-05-153-97/+139
| | * | | | Smack: ignore private inode for smack_file_receiveSeung-Woo Kim2015-05-151-0/+3
| * | | | | ima: pass iint to ima_add_violation()Roberto Sassu2015-05-215-9/+13
| * | | | | ima: wrap event related data to the new ima_event_data structureRoberto Sassu2015-05-215-79/+61
| * | | | | integrity: add validity checks for 'path' parameterDmitry Kasatkin2015-05-213-2/+5
| * | | | | evm: fix potential race when removing xattrsDmitry Kasatkin2015-05-211-4/+3
| * | | | | evm: labeling pseudo filesystems exceptionMimi Zohar2015-05-211-0/+11
| * | | | | ima: remove definition of IMA_X509_PATHDmitry Kasatkin2015-05-211-7/+1
| * | | | | ima: limit file hash setting by user to fix and log modesDmitry Kasatkin2015-05-211-2/+6
| * | | | | ima: do not measure or appraise the NSFS filesystemMimi Zohar2015-05-211-0/+2
| * | | | | ima: skip measurement of cgroupfs files and update documentationRoberto Sassu2015-05-211-0/+2
| * | | | | ima: cleanup ima_init_policy() a littleDan Carpenter2015-05-131-10/+6
| |/ / / /
| * | | | LSM: Remove unused capability.cCasey Schaufler2015-05-121-1158/+0
| * | | | LSM: Switch to lists of hooksCasey Schaufler2015-05-1211-321/+570
| * | | | LSM: Add security module hook list headsCasey Schaufler2015-05-125-402/+406
| * | | | LSM: Introduce security hook calling MacrosCasey Schaufler2015-05-121-207/+226
| * | | | LSM: Split security.hCasey Schaufler2015-05-127-7/+7
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-3/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-181-3/+0
| |/ /
* | | security: make inode_follow_link RCU-walk awareNeilBrown2015-05-113-6/+20
* | | security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags()NeilBrown2015-05-113-4/+25
* | | SECURITY: remove nameidata arg from inode_follow_link.NeilBrown2015-05-103-5/+4
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-2616-117/+117
|\ \
| * | VFS: security/: d_inode() annotationsDavid Howells2015-04-154-12/+12
| * | VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-1512-105/+105
| * | Merge branch 'for-davem' into for-nextAl Viro2015-04-115-44/+12
| |\ \
* | | | tomoyo: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso2015-04-171-5/+8
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-151-0/+1
|\ \ \ \
| * | | | kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-151-0/+1
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-04-1516-115/+324
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lsm: copy comm before calling audit_log to avoid race in string printingRichard Guy Briggs2015-04-151-6/+9
| * | | | Merge branch 'tomoyo-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris2015-04-134-45/+15
| |\ \ \ \
| | * | | | tomoyo: Do not generate empty policy filesMichal Marek2015-04-073-29/+5
| | * | | | tomoyo: Use if_changed when generating builtin-policy.hMichal Marek2015-04-071-18/+11
| | * | | | tomoyo: Use bin2c to generate builtin-policy.hMichal Marek2015-04-072-10/+11
| * | | | | selinux: increase avtab max bucketsStephen Smalley2015-04-061-1/+1
| * | | | | selinux: Use a better hash function for avtabJohn Brooks2015-04-062-5/+38
| * | | | | selinux: convert avtab hash table to flex_arrayStephen Smalley2015-04-062-13/+22
| * | | | | selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat()Paul Moore2015-04-062-12/+4
| * | | | | selinux: remove unnecessary pointer reassignmentJeff Vander Stoep2015-04-061-4/+2
| * | | | | smack: Fix gcc warning from unused smack_syslog_lock mutex in smackfs.cPaul Gortmaker2015-03-231-1/+0
| * | | | | Smack: Allow an unconfined label in bringup modeCasey Schaufler2015-03-234-17/+182
| * | | | | Smack: getting the Smack security context of keysJosé Bollo2015-03-231-0/+31
| * | | | | Smack: Assign smack_known_web as default smk_in label for kernel thread's socketMarcin Lis2015-03-231-1/+15
| * | | | | Merge tag 'yama-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/li...James Morris2015-03-032-10/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | security/yama: Remove unnecessary selects from Kconfig.Stephen Smalley2015-02-271-2/+0
| | * | | | Yama: do not modify global sysctl table entryKees Cook2015-02-271-8/+5
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-155-43/+24
|\ \ \ \ \ \
| * | | | | | selinux/nlmsg: add a build time check for rtnl/xfrm cmdsNicolas Dichtel2015-04-131-0/+3