summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: remove the runtime disable functionalityPaul Moore2023-03-201-55/+2
* selinux: remove the 'checkreqprot' functionalityPaul Moore2023-03-201-16/+4
* selinux: stop passing selinux_state pointers and their offspringStephen Smalley2023-03-141-341/+208
* fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-3/+2
* fs: port acl to mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-4/+5
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-131-7/+6
|\
| * lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore2022-11-041-7/+6
* | selinux: implement get, set and remove acl hookChristian Brauner2022-10-201-0/+22
|/
* Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-1/+1
|\
| * ->getprocattr(): attribute name is const char *, TYVM...Al Viro2022-09-011-1/+1
* | Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-031-0/+9
|\ \
| * | selinux: Implement userns_create hookFrederick Lawler2022-08-161-0/+9
| |/
* | Merge tag 'selinux-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-031-15/+9
|\ \
| * | selinux: remove the unneeded result variableXu Panda2022-09-141-15/+9
| |/
* / selinux: implement the security_uring_cmd() LSM hookPaul Moore2022-08-261-0/+24
|/
* Merge tag 'selinux-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-021-10/+7
|\
| * selinux: selinux_add_opt() callers free memoryXiu Jianfeng2022-06-201-7/+4
| * selinux: fix typos in commentsJonas Lindner2022-06-101-2/+2
| * selinux: drop unnecessary NULL checkChristian Göttsche2022-06-071-1/+1
* | selinux: free contexts previously transferred in selinux_add_opt()Christian Göttsche2022-06-151-7/+4
|/
* selinux: log anon inode class nameChristian Göttsche2022-05-031-2/+2
* selinux: checkreqprot is deprecated, add some ssleep() discomfortPaul Moore2022-04-041-1/+3
* selinux: Remove redundant assignmentsMichal Orzel2022-04-041-1/+0
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+0
|\
| * tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
* | selinux: allow FIOCLEX and FIONCLEX with policy capabilityRichard Haines2022-02-251-0/+6
* | selinux: drop return statement at end of void functionsChristian Göttsche2022-02-181-2/+0
* | security: implement sctp_assoc_established hook in selinuxOndrej Mosnacek2022-02-151-24/+66
* | selinux: parse contexts for mount options earlyOndrej Mosnacek2022-02-041-149/+53
* | selinux: various sparse fixesPaul Moore2022-02-011-3/+3
* | selinux: try to use preparsed sid before calling parse_sid()Scott Mayhew2022-02-011-29/+59
* | selinux: Fix selinux_sb_mnt_opts_compat()Scott Mayhew2022-02-011-34/+41
* | LSM: general protection fault in legacy_parse_paramCasey Schaufler2022-01-271-3/+2
* | selinux: fix a type cast problem in cred_init_security()Paul Moore2022-01-271-1/+1
* | selinux: simplify cred_init_securityChristian Göttsche2022-01-261-2/+1
* | selinux: access superblock_security_struct in LSM blob wayGONG, Ruiqi2022-01-251-2/+2
|/
* 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