summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-0727-392/+440
|\
| * audit: mark expected switch fall-throughGustavo A. R. Silva2019-02-131-1/+1
| * audit: hide auditsc_get_stamp and audit_serial prototypesRichard Guy Briggs2019-02-082-9/+5
| * audit: join tty records to their syscallRichard Guy Briggs2019-02-081-1/+1
| * audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs2019-02-034-167/+161
| * audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-02-0112-38/+26
| * audit: ignore fcaps on umountRichard Guy Briggs2019-01-317-11/+29
| * audit: clean up AUDITSYSCALL prototypes and stubsRichard Guy Briggs2019-01-251-31/+33
| * audit: more filter PATH records keyed on filesystem magicRichard Guy Briggs2019-01-251-8/+27
| * audit: add support for fcaps v3Richard Guy Briggs2019-01-255-4/+14
| * audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs2019-01-256-108/+113
| * audit: add syscall information to CONFIG_CHANGE recordsRichard Guy Briggs2019-01-184-12/+22
| * audit: hand taken context to audit_kill_trees for syscall loggingRichard Guy Briggs2019-01-153-16/+19
| * audit: give a clue what CONFIG_CHANGE op was involvedRichard Guy Briggs2019-01-141-2/+5
* | Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-075-127/+176
|\ \
| * | selinux: fix avc audit messagesStephen Smalley2019-02-051-3/+3
| * | selinux: replace BUG_ONs with WARN_ONs in avc.cOndrej Mosnacek2019-01-291-2/+4
| * | selinux: log invalid contexts in AVCsOndrej Mosnacek2019-01-253-5/+50
| * | selinux: replace some BUG_ON()s with a WARN_ON()Ondrej Mosnacek2019-01-251-2/+3
| * | selinux: inline some AVC functions used only onceOndrej Mosnacek2019-01-251-82/+58
| * | selinux: do not override context on context mountsOndrej Mosnacek2019-01-111-1/+8
| * | selinux: never allow relabeling on context mountsOndrej Mosnacek2019-01-111-9/+31
| * | selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley2019-01-113-30/+4
| * | selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley2019-01-113-3/+25
| |/
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-0778-1090/+2674
|\ \
| * | keys: fix missing __user in KEYCTL_PKEY_QUERYBen Dooks2019-03-051-1/+1
| * | LSM: Update list of SECURITYFS users in KconfigPetr Vorel2019-03-011-2/+1
| * | LSM: Ignore "security=" when "lsm=" is specifiedKees Cook2019-02-262-8/+10
| * | LSM: Update function documentation for cap_capableMicah Morton2019-02-261-1/+1
| * | security: mark expected switch fall-throughs and add a missing breakGustavo A. R. Silva2019-02-225-3/+8
| * | tomoyo: Bump version.Tetsuo Handa2019-02-193-14/+18
| * | LSM: fix return value check in safesetid_init_securityfs()Wei Yongjun2019-02-121-1/+1
| * | LSM: SafeSetID: add selftestMicah Morton2019-02-125-0/+371
| * | LSM: SafeSetID: remove unused includeMicah Morton2019-01-301-1/+0
| * | LSM: SafeSetID: 'depend' on CONFIG_SECURITYMicah Morton2019-01-291-0/+2
| * | LSM: Add 'name' field for SafeSetID in DEFINE_LSMMicah Morton2019-01-281-0/+1
| * | LSM: add SafeSetID module that gates setid callsMicah Morton2019-01-259-1/+634
| * | LSM: add SafeSetID module that gates setid callsMicah Morton2019-01-253-5/+29
| * | tomoyo: Allow multiple use_group lines.Tetsuo Handa2019-01-243-22/+42
| * | tomoyo: Coding style fix.Tetsuo Handa2019-01-2415-105/+309
| * | tomoyo: Swicth from cred->security to task_struct->security.Tetsuo Handa2019-01-235-122/+108
| * | security: keys: annotate implicit fall throughsMathieu Malaterre2019-01-231-0/+4
| * | security: keys: annotate implicit fall throughsMathieu Malaterre2019-01-231-0/+3
| * | security: keys: annotate implicit fall throughMathieu Malaterre2019-01-231-0/+1
| * | capabilities:: annotate implicit fall throughMathieu Malaterre2019-01-231-3/+1
| * | apparmor: Adjust offset when accessing task blob.Tetsuo Handa2019-01-221-1/+1
| * | Merge tag 'v5.0-rc3' into next-generalJames Morris2019-01-22918-4628/+8861
| |\ \
| * | | LSM: Make some functions staticWei Yongjun2019-01-181-3/+3
| * | | LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa2019-01-186-27/+11
| * | | LSM: generalize flag passing to security_capableMicah Morton2019-01-1013-67/+71