summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ima: add the ability to query the cached hash of a given fileFlorent Revest2020-01-221-0/+49
| * | | | | ima: Add a space after printing LSM rules for readabilityClay Chang2020-01-221-0/+1
| * | | | | IMA: fix measuring asymmetric keys KconfigLakshmi Ramasubramanian2020-01-092-1/+7
| * | | | | IMA: Read keyrings= option from the IMA policyLakshmi Ramasubramanian2019-12-121-1/+28
| * | | | | IMA: Add support to limit measuring keysLakshmi Ramasubramanian2019-12-126-17/+82
| * | | | | KEYS: Call the IMA hook to measure keysLakshmi Ramasubramanian2019-12-121-0/+10
| * | | | | IMA: Define an IMA hook to measure keysLakshmi Ramasubramanian2019-12-122-0/+53
| * | | | | IMA: Add KEY_CHECK func to measure keysLakshmi Ramasubramanian2019-12-122-1/+4
| * | | | | IMA: Check IMA policy flagLakshmi Ramasubramanian2019-12-121-0/+3
| * | | | | ima: avoid appraise error for hash calc interruptPatrick Callaghan2019-12-121-1/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'tomoyo-pr-20200128' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2020-01-281-7/+4
|\ \ \ \ \
| * | | | | tomoyo: Use atomic_t for statistics counterTetsuo Handa2020-01-021-7/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+4
|\ \ \ \ \ \
| * | | | | | net: bridge: vlan: add rtm definitions and dump supportNikolay Aleksandrov2020-01-151-1/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'selinux-pr-20200127' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-2725-554/+1010
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | selinux: fix regression introduced by move_mount(2) syscallStephen Smalley2020-01-201-0/+10
| * | | | selinux: do not allocate ancillary buffer on first loadOndrej Mosnacek2020-01-161-15/+13
| * | | | selinux: remove redundant allocation and helper functionsPaul Moore2020-01-161-58/+36
| * | | | selinux: remove redundant selinux_nlmsg_permHuaisheng Ye2020-01-161-39/+34
| * | | | selinux: fix wrong buffer types in policydb.cOndrej Mosnacek2020-01-161-2/+2
| * | | | selinux: reorder hooks to make runtime disable less brokenOndrej Mosnacek2020-01-101-31/+70
| * | | | selinux: treat atomic flags more carefullyOndrej Mosnacek2020-01-103-31/+61
| * | | | selinux: make default_noexec read-only after initStephen Smalley2020-01-101-1/+1
| * | | | selinux: move ibpkeys code under CONFIG_SECURITY_INFINIBAND.Ravi Kumar Siddojigari2020-01-102-2/+15
| * | | | selinux: remove redundant msg_msg_alloc_securityHuaisheng Ye2020-01-101-11/+6
| * | | | Documentation,selinux: fix references to old selinuxfs mount pointStephen Smalley2020-01-071-3/+4
| * | | | selinux: deprecate disabling SELinux and runtimePaul Moore2020-01-072-0/+10
| * | | | selinux: allow per-file labelling for binderfsHridya Valsaraju2020-01-061-0/+1
| * | | | selinuxfs: use scnprintf to get real length for inodeliuyang342020-01-061-2/+2
| * | | | selinux: remove set but not used variable 'sidtab'YueHaibing2019-12-241-8/+0
| * | | | selinux: ensure the policy has been loaded before reading the sidtab statsPaul Moore2019-12-231-0/+6
| * | | | selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav2019-12-211-1/+1
| * | | | selinux: randomize layout of key structuresStephen Smalley2019-12-184-4/+4
| * | | | selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley2019-12-187-18/+17
| * | | | selinux: remove unnecessary selinux cred requestYang Guo2019-12-121-4/+3
| * | | | selinux: ensure we cleanup the internal AVC counters on error in avc_insert()Paul Moore2019-12-101-27/+24
| * | | | security: only build lsm_audit if CONFIG_SECURITY=yStephen Smalley2019-12-101-1/+1
| * | | | selinux: clean up selinux_inode_permission MAY_NOT_BLOCK testsStephen Smalley2019-12-091-4/+4
| * | | | selinux: fall back to ref-walk if audit is requiredStephen Smalley2019-12-093-26/+17
| * | | | selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Stephen Smalley2019-12-093-4/+30
| * | | | security,lockdown,selinux: implement SELinux lockdownStephen Smalley2019-12-095-27/+70
| * | | | selinux: cache the SID -> context string translationOndrej Mosnacek2019-12-094-94/+288
| * | | | selinux: sidtab reverse lookup hash tableJeff Vander Stoep2019-12-099-167/+306
| | |/ / | |/| |
* | | | Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-045-47/+55
|\ \ \ \ | |_|/ / |/| | |
| * | | apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen2020-01-043-42/+46
| * | | apparmor: only get a label reference if the fast path check failsJohn Johansen2020-01-021-4/+8
| * | | apparmor: fix bind mounts aborting with -ENOMEMPatrick Steinhardt2020-01-021-1/+1
* | | | Merge tag 'tomoyo-fixes-for-5.5' of git://git.osdn.net/gitroot/tomoyo/tomoyo-...Linus Torvalds2019-12-315-44/+27
|\ \ \ \ | |/ / / |/| | |
| * | | tomoyo: Suppress RCU warning at list_for_each_entry_rcu().Tetsuo Handa2019-12-164-13/+26
| * | | tomoyo: Don't use nifty names on sockets.Tetsuo Handa2019-12-111-31/+1
| |/ /