Age | Commit message (Expand) | Author |
2019-03-07 | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-03-07 | Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-03-07 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2019-03-04 | keys: fix missing __user in KEYCTL_PKEY_QUERY | Ben Dooks |
2019-03-04 | get rid of legacy 'get_ds()' function | Linus Torvalds |
2019-03-01 | LSM: Update list of SECURITYFS users in Kconfig | Petr Vorel |
2019-02-25 | LSM: Ignore "security=" when "lsm=" is specified | Kees Cook |
2019-02-25 | LSM: Update function documentation for cap_capable | Micah Morton |
2019-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-02-22 | KEYS: always initialize keyring_index_key::desc_len | Eric Biggers |
2019-02-22 | security: mark expected switch fall-throughs and add a missing break | Gustavo A. R. Silva |
2019-02-20 | missing barriers in some of unix_sock ->addr and ->path accesses | Al Viro |
2019-02-19 | tomoyo: Bump version. | Tetsuo Handa |
2019-02-15 | keys: Timestamp new keys | David Howells |
2019-02-15 | keys: Fix dependency loop between construction record and auth key | David Howells |
2019-02-15 | KEYS: allow reaching the keys quotas exactly | Eric Biggers |
2019-02-12 | LSM: fix return value check in safesetid_init_securityfs() | Wei Yongjun |
2019-02-05 | selinux: fix avc audit messages | Stephen Smalley |
2019-02-01 | apparmor: Fix aa_label_build() error handling for failed merges | John Johansen |
2019-02-01 | apparmor: Fix warning about unused function apparmor_ipv6_postroute | Petr Vorel |
2019-01-31 | audit: remove unused actx param from audit_rule_match | Richard Guy Briggs |
2019-01-30 | LSM: SafeSetID: remove unused include | Micah Morton |
2019-01-29 | LSM: SafeSetID: 'depend' on CONFIG_SECURITY | Micah Morton |
2019-01-28 | selinux: replace BUG_ONs with WARN_ONs in avc.c | Ondrej Mosnacek |
2019-01-28 | LSM: Add 'name' field for SafeSetID in DEFINE_LSM | Micah Morton |
2019-01-25 | selinux: log invalid contexts in AVCs | Ondrej Mosnacek |
2019-01-25 | selinux: replace some BUG_ON()s with a WARN_ON() | Ondrej Mosnacek |
2019-01-25 | selinux: inline some AVC functions used only once | Ondrej Mosnacek |
2019-01-25 | LSM: add SafeSetID module that gates setid calls | Micah Morton |
2019-01-25 | audit: add support for fcaps v3 | Richard Guy Briggs |
2019-01-24 | tomoyo: Allow multiple use_group lines. | Tetsuo Handa |
2019-01-24 | tomoyo: Coding style fix. | Tetsuo Handa |
2019-01-23 | tomoyo: Swicth from cred->security to task_struct->security. | Tetsuo Handa |
2019-01-22 | security: keys: annotate implicit fall throughs | Mathieu Malaterre |
2019-01-22 | security: keys: annotate implicit fall throughs | Mathieu Malaterre |
2019-01-22 | security: keys: annotate implicit fall through | Mathieu Malaterre |
2019-01-22 | apparmor: Adjust offset when accessing task blob. | Tetsuo Handa |
2019-01-22 | Merge tag 'v5.0-rc3' into next-general | James Morris |
2019-01-18 | LSM: Make some functions static | Wei Yongjun |
2019-01-18 | LSM: Make lsm_early_cred() and lsm_early_task() local functions. | Tetsuo Handa |
2019-01-17 | Merge branch 'fixes-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-01-16 | LSM: Check for NULL cred-security on free | James Morris |
2019-01-16 | Yama: Check for pid death before checking ancestry | Kees Cook |
2019-01-16 | Merge tag 'selinux-pr-20190115' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-01-10 | selinux: do not override context on context mounts | Ondrej Mosnacek |
2019-01-10 | selinux: never allow relabeling on context mounts | Ondrej Mosnacek |
2019-01-10 | selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_link | Stephen Smalley |
2019-01-10 | selinux: avoid silent denials in permissive mode under RCU walk | Stephen Smalley |
2019-01-10 | selinux: fix GPF on invalid policy | Stephen Smalley |
2019-01-10 | LSM: generalize flag passing to security_capable | Micah Morton |