summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2020-01-20selinux: fix regression introduced by move_mount(2) syscallStephen Smalley-0/+10
2020-01-18apparmor: add consistency check between state and dfa diff encode flagsJohn Johansen-0/+6
2020-01-18apparmor: add a valid state flags checkJohn Johansen-0/+8
2020-01-18AppArmor: Remove semicolonVasyl Gomonovych-1/+1
2020-01-18apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint()Markus Elfring-2/+2
2020-01-16selinux: do not allocate ancillary buffer on first loadOndrej Mosnacek-15/+13
2020-01-16selinux: remove redundant allocation and helper functionsPaul Moore-58/+36
2020-01-16selinux: remove redundant selinux_nlmsg_permHuaisheng Ye-39/+34
2020-01-16selinux: fix wrong buffer types in policydb.cOndrej Mosnacek-2/+2
2020-01-15net: bridge: vlan: add rtm definitions and dump supportNikolay Aleksandrov-1/+4
2020-01-10kunit: building kunit as a module breaks allmodconfigAlan Maguire-1/+1
2020-01-10selinux: reorder hooks to make runtime disable less brokenOndrej Mosnacek-31/+70
2020-01-10selinux: treat atomic flags more carefullyOndrej Mosnacek-31/+61
2020-01-10selinux: make default_noexec read-only after initStephen Smalley-1/+1
2020-01-10selinux: move ibpkeys code under CONFIG_SECURITY_INFINIBAND.Ravi Kumar Siddojigari-2/+15
2020-01-10selinux: remove redundant msg_msg_alloc_securityHuaisheng Ye-11/+6
2020-01-09apparmor: add AppArmor KUnit tests for policy unpackMike Salvatore-0/+627
2020-01-09IMA: fix measuring asymmetric keys KconfigLakshmi Ramasubramanian-1/+7
2020-01-07Documentation,selinux: fix references to old selinuxfs mount pointStephen Smalley-3/+4
2020-01-07selinux: deprecate disabling SELinux and runtimePaul Moore-0/+10
2020-01-06selinux: allow per-file labelling for binderfsHridya Valsaraju-0/+1
2020-01-06selinuxfs: use scnprintf to get real length for inodeliuyang34-2/+2
2020-01-04Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-47/+55
2020-01-04apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen-42/+46
2020-01-02apparmor: only get a label reference if the fast path check failsJohn Johansen-4/+8
2020-01-02apparmor: fix bind mounts aborting with -ENOMEMPatrick Steinhardt-1/+1
2020-01-02tomoyo: Use atomic_t for statistics counterTetsuo Handa-7/+4
2019-12-31Merge tag 'tomoyo-fixes-for-5.5' of git://git.osdn.net/gitroot/tomoyo/tomoyo-...Linus Torvalds-44/+27
2019-12-24selinux: remove set but not used variable 'sidtab'YueHaibing-8/+0
2019-12-23selinux: ensure the policy has been loaded before reading the sidtab statsPaul Moore-0/+6
2019-12-21selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav-1/+1
2019-12-18selinux: randomize layout of key structuresStephen Smalley-4/+4
2019-12-18selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley-18/+17
2019-12-18Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds-12/+4
2019-12-17security: keys: trusted: fix lost handle flushJames Bottomley-0/+1
2019-12-16tomoyo: Suppress RCU warning at list_for_each_entry_rcu().Tetsuo Handa-13/+26
2019-12-12KEYS: remove CONFIG_KEYS_COMPATEric Biggers-12/+3
2019-12-12IMA: Read keyrings= option from the IMA policyLakshmi Ramasubramanian-1/+28
2019-12-12IMA: Add support to limit measuring keysLakshmi Ramasubramanian-17/+82
2019-12-12KEYS: Call the IMA hook to measure keysLakshmi Ramasubramanian-0/+10
2019-12-12IMA: Define an IMA hook to measure keysLakshmi Ramasubramanian-0/+53
2019-12-12IMA: Add KEY_CHECK func to measure keysLakshmi Ramasubramanian-1/+4
2019-12-12IMA: Check IMA policy flagLakshmi Ramasubramanian-0/+3
2019-12-12ima: avoid appraise error for hash calc interruptPatrick Callaghan-1/+3
2019-12-12selinux: remove unnecessary selinux cred requestYang Guo-4/+3
2019-12-11tomoyo: Don't use nifty names on sockets.Tetsuo Handa-31/+1
2019-12-10selinux: ensure we cleanup the internal AVC counters on error in avc_insert()Paul Moore-27/+24
2019-12-10security: only build lsm_audit if CONFIG_SECURITY=yStephen Smalley-1/+1
2019-12-09selinux: clean up selinux_inode_permission MAY_NOT_BLOCK testsStephen Smalley-4/+4
2019-12-09selinux: fall back to ref-walk if audit is requiredStephen Smalley-26/+17