summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-2/+4
|\
| * ima: Add digest and digest_len params to the functions to measure a bufferRoberto Sassu2021-07-231-2/+4
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-312-2/+6
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-051-6/+4
| |\ \
| * | | mctp: Add MCTP baseJeremy Kerr2021-07-292-2/+6
| | |/ | |/|
* | | Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-312-0/+6
|\ \ \ | |_|/ |/| |
| * | selinux: return early for possible NULL audit buffersAustin Kim2021-07-142-0/+6
| |/
* / selinux: correct the return value when loads initial sidsXiu Jianfeng2021-08-021-6/+4
|/
* selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit()Al Viro2021-06-113-31/+5
* selinux: slow_avc_audit has become non-blockingAl Viro2021-06-113-35/+10
* selinux: Fix kernel-docYang Li2021-06-111-1/+22
* selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim2021-06-101-6/+7
* lsm_audit,selinux: pass IB device name by referenceOndrej Mosnacek2021-05-141-1/+1
* selinux: Remove redundant assignment to rcJiapeng Chong2021-05-102-5/+0
* selinux: Corrected comment to match kernel-doc commentSouptick Joarder2021-05-101-1/+1
* selinux: delete selinux_xfrm_policy_lookup() useless argumentZhongjun Tan2021-05-102-2/+2
* selinux: constify some avtab function argumentsOndrej Mosnacek2021-05-103-21/+26
* selinux: simplify duplicate_policydb_cond_list() by using kmemdup()Ondrej Mosnacek2021-05-101-5/+6
* 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