summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2019-02-04integrity, KEYS: add a reference to platform keyringKairui Song-0/+3
2019-02-01apparmor: Fix aa_label_build() error handling for failed mergesJohn Johansen-1/+4
2019-02-01apparmor: Fix warning about unused function apparmor_ipv6_postroutePetr Vorel-0/+2
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs-22/+10
2019-01-30LSM: SafeSetID: remove unused includeMicah Morton-1/+0
2019-01-29LSM: SafeSetID: 'depend' on CONFIG_SECURITYMicah Morton-0/+2
2019-01-28selinux: replace BUG_ONs with WARN_ONs in avc.cOndrej Mosnacek-2/+4
2019-01-28LSM: Add 'name' field for SafeSetID in DEFINE_LSMMicah Morton-0/+1
2019-01-25selinux: log invalid contexts in AVCsOndrej Mosnacek-5/+50
2019-01-25selinux: replace some BUG_ON()s with a WARN_ON()Ondrej Mosnacek-2/+3
2019-01-25selinux: inline some AVC functions used only onceOndrej Mosnacek-82/+58
2019-01-25LSM: add SafeSetID module that gates setid callsMicah Morton-1/+526
2019-01-25audit: add support for fcaps v3Richard Guy Briggs-0/+2
2019-01-24tomoyo: Allow multiple use_group lines.Tetsuo Handa-22/+42
2019-01-24tomoyo: Coding style fix.Tetsuo Handa-105/+309
2019-01-23tomoyo: Swicth from cred->security to task_struct->security.Tetsuo Handa-122/+108
2019-01-22security: keys: annotate implicit fall throughsMathieu Malaterre-0/+4
2019-01-22security: keys: annotate implicit fall throughsMathieu Malaterre-0/+3
2019-01-22security: keys: annotate implicit fall throughMathieu Malaterre-0/+1
2019-01-22apparmor: Adjust offset when accessing task blob.Tetsuo Handa-1/+1
2019-01-22Merge tag 'v5.0-rc3' into next-generalJames Morris-2/+12
2019-01-18LSM: Make some functions staticWei Yongjun-3/+3
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa-22/+11
2019-01-17Merge branch 'fixes-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+10
2019-01-16LSM: Check for NULL cred-security on freeJames Morris-0/+7
2019-01-16Yama: Check for pid death before checking ancestryKees Cook-1/+3
2019-01-16Merge tag 'selinux-pr-20190115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2019-01-10selinux: do not override context on context mountsOndrej Mosnacek-1/+8
2019-01-10selinux: never allow relabeling on context mountsOndrej Mosnacek-9/+31
2019-01-10selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley-30/+4
2019-01-10selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley-3/+25
2019-01-10selinux: fix GPF on invalid policyStephen Smalley-1/+2
2019-01-10LSM: generalize flag passing to security_capableMicah Morton-39/+37
2019-01-08TOMOYO: Update LSM flags to no longer be exclusiveKees Cook-1/+1
2019-01-08LSM: Infrastructure management of the ipc security blobCasey Schaufler-121/+108
2019-01-08Smack: Abstract use of ipc security blobsCasey Schaufler-5/+20
2019-01-08SELinux: Abstract use of ipc security blobsCasey Schaufler-9/+22
2019-01-08LSM: Infrastructure management of the task securityCasey Schaufler-27/+60
2019-01-08LSM: Infrastructure management of the inode securityCasey Schaufler-98/+90
2019-01-08Smack: Abstract use of inode security blobCasey Schaufler-18/+23
2019-01-08SELinux: Abstract use of inode security blobCasey Schaufler-15/+21
2019-01-08LSM: Infrastructure management of the file securityCasey Schaufler-51/+71
2019-01-08Smack: Abstract use of file security blobCasey Schaufler-4/+13
2019-01-08SELinux: Abstract use of file security blobCasey Schaufler-9/+14
2019-01-08Infrastructure management of the cred security blobCasey Schaufler-102/+150
2019-01-08TOMOYO: Abstract use of cred security blobCasey Schaufler-16/+64
2019-01-08AppArmor: Abstract use of cred security blobCasey Schaufler-10/+24
2019-01-08SELinux: Remove unused selinux_is_enabledCasey Schaufler-29/+1
2019-01-08SELinux: Remove cred security blob poisoningCasey Schaufler-6/+0
2019-01-08SELinux: Abstract use of cred security blobCasey Schaufler-29/+34