index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Lines
2020-01-20
selinux: fix regression introduced by move_mount(2) syscall
Stephen Smalley
-0
/
+10
2020-01-18
apparmor: add consistency check between state and dfa diff encode flags
John Johansen
-0
/
+6
2020-01-18
apparmor: add a valid state flags check
John Johansen
-0
/
+8
2020-01-18
AppArmor: Remove semicolon
Vasyl Gomonovych
-1
/
+1
2020-01-18
apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint()
Markus Elfring
-2
/
+2
2020-01-16
selinux: do not allocate ancillary buffer on first load
Ondrej Mosnacek
-15
/
+13
2020-01-16
selinux: remove redundant allocation and helper functions
Paul Moore
-58
/
+36
2020-01-16
selinux: remove redundant selinux_nlmsg_perm
Huaisheng Ye
-39
/
+34
2020-01-16
selinux: fix wrong buffer types in policydb.c
Ondrej Mosnacek
-2
/
+2
2020-01-15
net: bridge: vlan: add rtm definitions and dump support
Nikolay Aleksandrov
-1
/
+4
2020-01-10
kunit: building kunit as a module breaks allmodconfig
Alan Maguire
-1
/
+1
2020-01-10
selinux: reorder hooks to make runtime disable less broken
Ondrej Mosnacek
-31
/
+70
2020-01-10
selinux: treat atomic flags more carefully
Ondrej Mosnacek
-31
/
+61
2020-01-10
selinux: make default_noexec read-only after init
Stephen Smalley
-1
/
+1
2020-01-10
selinux: move ibpkeys code under CONFIG_SECURITY_INFINIBAND.
Ravi Kumar Siddojigari
-2
/
+15
2020-01-10
selinux: remove redundant msg_msg_alloc_security
Huaisheng Ye
-11
/
+6
2020-01-09
apparmor: add AppArmor KUnit tests for policy unpack
Mike Salvatore
-0
/
+627
2020-01-09
IMA: fix measuring asymmetric keys Kconfig
Lakshmi Ramasubramanian
-1
/
+7
2020-01-07
Documentation,selinux: fix references to old selinuxfs mount point
Stephen Smalley
-3
/
+4
2020-01-07
selinux: deprecate disabling SELinux and runtime
Paul Moore
-0
/
+10
2020-01-06
selinux: allow per-file labelling for binderfs
Hridya Valsaraju
-0
/
+1
2020-01-06
selinuxfs: use scnprintf to get real length for inode
liuyang34
-2
/
+2
2020-01-04
Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-47
/
+55
2020-01-04
apparmor: fix aa_xattrs_match() may sleep while holding a RCU lock
John Johansen
-42
/
+46
2020-01-02
apparmor: only get a label reference if the fast path check fails
John Johansen
-4
/
+8
2020-01-02
apparmor: fix bind mounts aborting with -ENOMEM
Patrick Steinhardt
-1
/
+1
2020-01-02
tomoyo: Use atomic_t for statistics counter
Tetsuo Handa
-7
/
+4
2019-12-31
Merge tag 'tomoyo-fixes-for-5.5' of git://git.osdn.net/gitroot/tomoyo/tomoyo-...
Linus Torvalds
-44
/
+27
2019-12-24
selinux: remove set but not used variable 'sidtab'
YueHaibing
-8
/
+0
2019-12-23
selinux: ensure the policy has been loaded before reading the sidtab stats
Paul Moore
-0
/
+6
2019-12-21
selinux: ensure we cleanup the internal AVC counters on error in avc_update()
Jaihind Yadav
-1
/
+1
2019-12-18
selinux: randomize layout of key structures
Stephen Smalley
-4
/
+4
2019-12-18
selinux: clean up selinux_enabled/disabled/enforcing_boot
Stephen Smalley
-18
/
+17
2019-12-18
Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmdd
Linus Torvalds
-12
/
+4
2019-12-17
security: keys: trusted: fix lost handle flush
James Bottomley
-0
/
+1
2019-12-16
tomoyo: Suppress RCU warning at list_for_each_entry_rcu().
Tetsuo Handa
-13
/
+26
2019-12-12
KEYS: remove CONFIG_KEYS_COMPAT
Eric Biggers
-12
/
+3
2019-12-12
IMA: Read keyrings= option from the IMA policy
Lakshmi Ramasubramanian
-1
/
+28
2019-12-12
IMA: Add support to limit measuring keys
Lakshmi Ramasubramanian
-17
/
+82
2019-12-12
KEYS: Call the IMA hook to measure keys
Lakshmi Ramasubramanian
-0
/
+10
2019-12-12
IMA: Define an IMA hook to measure keys
Lakshmi Ramasubramanian
-0
/
+53
2019-12-12
IMA: Add KEY_CHECK func to measure keys
Lakshmi Ramasubramanian
-1
/
+4
2019-12-12
IMA: Check IMA policy flag
Lakshmi Ramasubramanian
-0
/
+3
2019-12-12
ima: avoid appraise error for hash calc interrupt
Patrick Callaghan
-1
/
+3
2019-12-12
selinux: remove unnecessary selinux cred request
Yang Guo
-4
/
+3
2019-12-11
tomoyo: Don't use nifty names on sockets.
Tetsuo Handa
-31
/
+1
2019-12-10
selinux: ensure we cleanup the internal AVC counters on error in avc_insert()
Paul Moore
-27
/
+24
2019-12-10
security: only build lsm_audit if CONFIG_SECURITY=y
Stephen Smalley
-1
/
+1
2019-12-09
selinux: clean up selinux_inode_permission MAY_NOT_BLOCK tests
Stephen Smalley
-4
/
+4
2019-12-09
selinux: fall back to ref-walk if audit is required
Stephen Smalley
-26
/
+17
[prev]
[next]