Age | Commit message (Expand) | Author | Files | Lines |
2023-05-08 | selinux: declare read-only data arrays const | Christian Göttsche | 3 | -3/+3 |
2023-05-08 | selinux: retain const qualifier on string literal in avtab_hash_eval() | Christian Göttsche | 2 | -2/+2 |
2023-05-08 | selinux: drop return at end of void function avc_insert() | Christian Göttsche | 1 | -1/+0 |
2023-05-08 | selinux: avc: drop unused function avc_disable() | Christian Göttsche | 2 | -22/+0 |
2023-05-08 | selinux: adjust typos in comments | Christian Göttsche | 6 | -6/+6 |
2023-05-08 | selinux: do not leave dangling pointer behind | Christian Göttsche | 1 | -0/+1 |
2023-05-08 | selinux: more Makefile tweaks | Paul Moore | 1 | -10/+9 |
2023-04-29 | Merge tag 'integrity-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 1 | -1/+1 |
2023-04-28 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2023-04-28 | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 3 | -21/+3 |
2023-04-27 | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -3/+3 |
2023-04-24 | Merge tag 'docs-6.4' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2023-04-24 | Merge tag 'tpmdd-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2 | -3/+28 |
2023-04-24 | Merge tag 'Smack-for-6.4' of https://github.com/cschaufler/smack-next | Linus Torvalds | 1 | -40/+24 |
2023-04-24 | Merge tag 'tomoyo-pr-20230424' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 | Linus Torvalds | 3 | -48/+4 |
2023-04-24 | Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -118/+2639 |
2023-04-24 | Merge tag 'selinux-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 34 | -1223/+727 |
2023-04-24 | integrity: machine keyring CA configuration | Eric Snowberg | 2 | -3/+28 |
2023-04-13 | yama: simplfy sysctls with register_sysctl() | Luis Chamberlain | 1 | -7/+1 |
2023-04-13 | loadpin: simplify sysctls use with register_sysctl() | Luis Chamberlain | 1 | -7/+1 |
2023-04-13 | apparmor: simplify sysctls with register_sysctl_init() | Luis Chamberlain | 1 | -7/+1 |
2023-04-13 | selinux: ensure av_permissions.h is built when needed | Paul Moore | 1 | -1/+1 |
2023-04-12 | selinux: fix Makefile dependencies of flask.h | Ondrej Mosnacek | 1 | -2/+2 |
2023-04-06 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 1 | -1/+1 |
2023-04-05 | Smack: Improve mount process memory use | Casey Schaufler | 1 | -39/+23 |
2023-04-04 | selinux: stop returning node from avc_insert() | Stephen Smalley | 1 | -13/+11 |
2023-03-30 | docs: move x86 documentation into Documentation/arch/ | Jonathan Corbet | 1 | -1/+1 |
2023-03-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+6 |
2023-03-24 | security: Remove security_old_inode_init_security() | Roberto Sassu | 1 | -11/+0 |
2023-03-21 | keys: Do not cache key in task struct if key is requested from kernel thread | David Howells | 1 | -3/+6 |
2023-03-20 | selinux: remove the runtime disable functionality | Paul Moore | 18 | -163/+29 |
2023-03-20 | selinux: remove the 'checkreqprot' functionality | Paul Moore | 4 | -56/+11 |
2023-03-18 | af_unix: preserve const qualifier in unix_sk() | Eric Dumazet | 1 | -1/+1 |
2023-03-17 | inet: preserve const qualifier in inet_sk() | Eric Dumazet | 1 | -2/+2 |
2023-03-16 | IMA: allow/fix UML builds | Randy Dunlap | 1 | -1/+1 |
2023-03-14 | selinux: stop passing selinux_state pointers and their offspring | Stephen Smalley | 18 | -995/+651 |
2023-03-11 | security: Remove integrity from the LSM list in Kconfig | Roberto Sassu | 1 | -7/+9 |
2023-03-11 | Revert "integrity: double check iint_cache was initialized" | Roberto Sassu | 1 | -8/+0 |
2023-03-11 | security: Introduce LSM_ORDER_LAST and set it for the integrity LSM | Roberto Sassu | 2 | -3/+10 |
2023-03-09 | device_cgroup: Fix typo in devcgroup_css_alloc description | Kamalesh Babulal | 1 | -1/+1 |
2023-03-08 | lsm: fix a badly named parameter in security_get_getsecurity() | Paul Moore | 1 | -5/+5 |
2023-03-08 | lsm: fix doc warnings in the LSM hook comments | Paul Moore | 1 | -16/+17 |
2023-03-08 | smack_lsm: remove unnecessary type casting | XU pengfei | 1 | -1/+1 |
2023-03-08 | selinux: uninline unlikely parts of avc_has_perm_noaudit() | Paul Moore | 1 | -28/+57 |
2023-03-06 | lsm: styling fixes to security/security.c | Paul Moore | 1 | -84/+98 |
2023-03-06 | lsm: move the remaining LSM hook comments to security/security.c | Paul Moore | 1 | -0/+231 |
2023-03-06 | lsm: move the io_uring hook comments to security/security.c | Paul Moore | 1 | -0/+26 |
2023-03-06 | lsm: move the perf hook comments to security/security.c | Paul Moore | 1 | -0/+39 |
2023-03-06 | lsm: move the bpf hook comments to security/security.c | Paul Moore | 1 | -0/+65 |
2023-03-06 | lsm: move the audit hook comments to security/security.c | Paul Moore | 1 | -0/+41 |