summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
* Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-111-63/+21
|\
| * selinux: minor tweaks to selinux_add_opt()Paul Moore2021-12-211-8/+10
| * selinux: fix potential memleak in selinux_add_opt()Bernard Zhao2021-12-211-2/+10
| * security,selinux: remove security_add_mnt_opt()Ondrej Mosnacek2021-12-061-39/+0
| * lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-221-16/+3
* | selinux: initialize proto variable in selinux_ip_postroute_compat()Tom Rix2021-12-271-1/+1
* | selinux: fix sleeping function called from invalid contextScott Mayhew2021-12-161-14/+19
|/
* net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-121-13/+1
* security: implement sctp_assoc_established hook in selinuxXin Long2021-11-031-1/+13
* security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-031-11/+11
* Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-011-149/+90
|\
| * security: Return xattr name from security_dentry_init_security()Vivek Goyal2021-10-201-1/+5
| * selinux: fix a sock regression in selinux_ip_postroute_compat()Paul Moore2021-10-191-2/+2
| * binder: use cred instead of task for selinux checksTodd Kjos2021-10-141-35/+13
| * selinux: make better use of the nf_hook_state passed to the NF hooksPaul Moore2021-10-131-27/+25
| * selinux: remove unneeded ipv6 hook wrappersFlorian Westphal2021-10-111-62/+18
| * selinux: remove the SELinux lockdown implementationPaul Moore2021-09-301-30/+0
| * selinux: enable genfscon labeling for securityfsChristian Göttsche2021-09-281-1/+2
| * selinux: add support for the io_uring access controlsPaul Moore2021-09-191-0/+34
* | selinux,smack: fix subjective/objective credential use mixupsPaul Moore2021-09-231-2/+2
|/
* Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-1/+3
|\
| * mctp: Add MCTP baseJeremy Kerr2021-07-291-1/+3
* | selinux: return early for possible NULL audit buffersAustin Kim2021-07-141-0/+4
|/
* selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit()Al Viro2021-06-111-4/+3
* selinux: slow_avc_audit has become non-blockingAl Viro2021-06-111-11/+2
* lsm_audit,selinux: pass IB device name by referenceOndrej Mosnacek2021-05-141-1/+1
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-36/+22
|\
| * LSM: Infrastructure management of the superblockCasey Schaufler2021-04-221-36/+22
* | 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: Allow context mounts for unpriviliged overlayfsVivek Goyal2021-03-081-1/+2
|/
* 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
* | selinux: teach SELinux about anonymous inodesDaniel Colascione2021-01-141-0/+57
* | selinux: fall back to SECURITY_FS_USE_GENFS if no xattr supportOndrej Mosnacek2021-01-131-25/+52
* | 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-161-9/+17
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-2/+2
| * 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-121-3/+2
| * selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore2020-11-051-18/+13
| * 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 '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