Age | Commit message (Expand) | Author |
2021-03-22 | Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-03-18 | selinuxfs: unify policy load error reporting | Ondrej Mosnacek |
2021-03-18 | selinux: fix variable scope issue in live sidtab conversion | Ondrej Mosnacek |
2021-03-18 | selinux: don't log MAC_POLICY_LOAD record on failed policy load | Ondrej Mosnacek |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-02-21 | Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-01-24 | commoncap: handle idmapped mounts | Christian Brauner |
2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner |
2021-01-14 | selinux: include a consumer of the new IMA critical data hook | Lakshmi Ramasubramanian |
2021-01-14 | selinux: teach SELinux about anonymous inodes | Daniel Colascione |
2021-01-13 | selinux: fall back to SECURITY_FS_USE_GENFS if no xattr support | Ondrej Mosnacek |
2021-01-12 | selinux: mark selinux_xfrm_refcount as __read_mostly | Ondrej Mosnacek |
2021-01-12 | selinux: mark some global variables __ro_after_init | Ondrej Mosnacek |
2021-01-12 | selinux: make selinuxfs_mount static | Ondrej Mosnacek |
2021-01-12 | selinux: drop the unnecessary aurule_callback variable | Ondrej Mosnacek |
2021-01-12 | selinux: remove unused global variables | Ondrej Mosnacek |
2021-01-04 | selinux: fix inconsistency between inode_getxattr and inode_listsecurity | Amir Goldstein |
2021-01-04 | selinux: handle MPTCP consistently with TCP | Paolo Abeni |
2020-12-16 | Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-12-03 | security: add const qualifier to struct sock in various places | Florian Westphal |
2020-11-23 | lsm,selinux: pass flowi_common instead of flowi to the LSM hooks | Paul Moore |
2020-11-23 | selinux: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2020-11-14 | Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-11-12 | selinux: Fix error return code in sel_ib_pkey_sid_slow() | Chen Zhou |
2020-11-12 | selinux: drop super_block backpointer from superblock_security_struct | Ondrej Mosnacek |
2020-11-05 | selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handling | Paul Moore |
2020-10-27 | selinux: allow dontauditx and auditallowx rules to take effect without allowx | bauen1 |
2020-10-27 | selinux: fix error initialization in inode_doinit_with_dentry() | Tianyue Ren |
2020-10-15 | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-10-13 | Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-10-05 | LSM: Add "contents" flag to kernel_read_file hook | Kees Cook |
2020-10-05 | LSM: Introduce kernel_post_load_data() hook | Kees Cook |
2020-10-05 | fs/kernel_read_file: Split into separate include file | Scott Branden |
2020-09-15 | selinux: Add helper functions to get and set checkreqprot | Lakshmi Ramasubramanian |
2020-09-11 | selinux: access policycaps with READ_ONCE/WRITE_ONCE | Stephen Smalley |
2020-08-31 | selinux: simplify away security_policydb_len() | Ondrej Mosnacek |
2020-08-27 | selinux: move policy mutex to selinux_state, use in lockdep checks | Stephen Smalley |
2020-08-26 | selinux: fix error handling bugs in security_load_policy() | Dan Carpenter |
2020-08-25 | selinux: convert policy read-write lock to RCU | Stephen Smalley |
2020-08-24 | selinux: delete repeated words in comments | Randy Dunlap |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-21 | selinux: add basic filtering for audit trace events | Peter Enderborg |
2020-08-21 | selinux: add tracepoint on audited events | ThiƩbaud Weksteen |
2020-08-21 | selinux: Create new booleans and class dirs out of tree | Daniel Burgener |
2020-08-21 | selinux: Standardize string literal usage for selinuxfs directory names | Daniel Burgener |
2020-08-21 | selinux: Refactor selinuxfs directory populating functions | Daniel Burgener |
2020-08-21 | selinux: Create function for selinuxfs directory cleanup | Daniel Burgener |
2020-08-20 | selinux: permit removing security.selinux xattr before policy load | Stephen Smalley |
2020-08-20 | selinux: fix memdup.cocci warnings | kernel test robot |