summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-013-37/+30
|\
| * LSM: Infrastructure management of the superblockCasey Schaufler2021-04-223-37/+30
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-1/+4
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-096-112/+185
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-253-41/+59
| |\ \ \
| * | | | nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel2021-03-111-1/+4
| | |_|/ | |/| |
* | | | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-278-48/+232
|\ \ \ \ | |_|_|/ |/| | |
| * | | selinux: add proper NULL termination to the secclass_map permissionsPaul Moore2021-04-211-2/+3
| * | | selinux: clarify task subjective and objective credentialsPaul Moore2021-03-221-39/+73
| * | | lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-221-1/+2
| * | | lsm,selinux: add new hook to compare new mount to an existing mountOlga Kornievskaia2021-03-221-0/+56
| * | | selinux: fix misspellings using codespell toolXiong Zhenwu2021-03-081-1/+1
| * | | selinux: fix misspellings using codespell toolXiong Zhenwu2021-03-081-1/+1
| * | | selinux: measure state and policy capabilitiesLakshmi Ramasubramanian2021-03-084-5/+96
| * | | selinux: Allow context mounts for unpriviliged overlayfsVivek Goyal2021-03-081-1/+2
| |/ /
* | | Merge tag 'selinux-pr-20210409' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-096-112/+185
|\ \ \ | |_|/ |/| |
| * | selinux: fix race between old and new sidtabOndrej Mosnacek2021-04-073-37/+145
| * | selinux: fix cond_list corruption when changing booleansOndrej Mosnacek2021-04-023-69/+33
| * | selinux: make nslot handling in avtab more robustOndrej Mosnacek2021-04-021-10/+11
* | | Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-03-223-41/+59
|\| | | |/ |/|
| * selinuxfs: unify policy load error reportingOndrej Mosnacek2021-03-181-6/+3
| * selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek2021-03-183-33/+55
| * selinux: don't log MAC_POLICY_LOAD record on failed policy loadOndrej Mosnacek2021-03-181-2/+1
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-9/+14
|\ \
| * | commoncap: handle idmapped mountsChristian Brauner2021-01-241-8/+12
| * | xattr: handle idmapped mountsTycho Andersen2021-01-241-1/+2
| * | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-2/+2
* | | Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-215-10/+127
|\ \ \ | |_|/ |/| |
| * | selinux: include a consumer of the new IMA critical data hookLakshmi Ramasubramanian2021-01-145-10/+127
| |/
* | selinux: teach SELinux about anonymous inodesDaniel Colascione2021-01-142-0/+59
* | selinux: fall back to SECURITY_FS_USE_GENFS if no xattr supportOndrej Mosnacek2021-01-131-25/+52
* | selinux: mark selinux_xfrm_refcount as __read_mostlyOndrej Mosnacek2021-01-121-1/+1
* | selinux: mark some global variables __ro_after_initOndrej Mosnacek2021-01-126-12/+12
* | selinux: make selinuxfs_mount staticOndrej Mosnacek2021-01-122-2/+1
* | selinux: drop the unnecessary aurule_callback variableOndrej Mosnacek2021-01-121-7/+3
* | selinux: remove unused global variablesOndrej Mosnacek2021-01-124-4/+0
* | selinux: fix inconsistency between inode_getxattr and inode_listsecurityAmir Goldstein2021-01-041-0/+4
* | selinux: handle MPTCP consistently with TCPPaolo Abeni2021-01-041-1/+2
|/
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-165-20/+26
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-233-9/+10
| * selinux: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
| * selinux: drop super_block backpointer from superblock_security_structOndrej Mosnacek2020-11-122-4/+2
| * selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore2020-11-051-18/+13
| * selinux: allow dontauditx and auditallowx rules to take effect without allowxbauen12020-10-271-3/+1
| * selinux: fix error initialization in inode_doinit_with_dentry()Tianyue Ren2020-10-271-3/+16
* | security: add const qualifier to struct sock in various placesFlorian Westphal2020-12-031-1/+1
* | Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-11-141-1/+3
|\ \ | |/ |/|
| * selinux: Fix error return code in sel_ib_pkey_sid_slow()Chen Zhou2020-11-121-1/+3
* | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-3/+5
|\ \
| * | LSM: Add "contents" flag to kernel_read_file hookKees Cook2020-10-051-2/+3