summaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
AgeCommit message (Expand)Author
2023-01-19fs: port acl to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-04lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore
2022-10-20selinux: implement get, set and remove acl hookChristian Brauner
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-10-03Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-03Merge tag 'selinux-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-14selinux: remove the unneeded result variableXu Panda
2022-09-01->getprocattr(): attribute name is const char *, TYVM...Al Viro
2022-08-26selinux: implement the security_uring_cmd() LSM hookPaul Moore
2022-08-16selinux: Implement userns_create hookFrederick Lawler
2022-08-02Merge tag 'selinux-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-06-20selinux: selinux_add_opt() callers free memoryXiu Jianfeng
2022-06-15selinux: free contexts previously transferred in selinux_add_opt()Christian Göttsche
2022-06-10selinux: fix typos in commentsJonas Lindner
2022-06-07selinux: drop unnecessary NULL checkChristian Göttsche
2022-05-03selinux: log anon inode class nameChristian Göttsche
2022-04-04selinux: checkreqprot is deprecated, add some ssleep() discomfortPaul Moore
2022-04-04selinux: Remove redundant assignmentsMichal Orzel
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-10tracehook: Remove tracehook.hEric W. Biederman
2022-02-25selinux: allow FIOCLEX and FIONCLEX with policy capabilityRichard Haines
2022-02-18selinux: drop return statement at end of void functionsChristian Göttsche
2022-02-15security: implement sctp_assoc_established hook in selinuxOndrej Mosnacek
2022-02-04selinux: parse contexts for mount options earlyOndrej Mosnacek
2022-02-01selinux: various sparse fixesPaul Moore
2022-02-01selinux: try to use preparsed sid before calling parse_sid()Scott Mayhew
2022-02-01selinux: Fix selinux_sb_mnt_opts_compat()Scott Mayhew
2022-01-27LSM: general protection fault in legacy_parse_paramCasey Schaufler
2022-01-27selinux: fix a type cast problem in cred_init_security()Paul Moore
2022-01-26selinux: simplify cred_init_securityChristian Göttsche
2022-01-25selinux: access superblock_security_struct in LSM blob wayGONG, Ruiqi
2022-01-11Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-12-27selinux: initialize proto variable in selinux_ip_postroute_compat()Tom Rix
2021-12-21selinux: minor tweaks to selinux_add_opt()Paul Moore
2021-12-21selinux: fix potential memleak in selinux_add_opt()Bernard Zhao
2021-12-16selinux: fix sleeping function called from invalid contextScott Mayhew
2021-12-06security,selinux: remove security_add_mnt_opt()Ondrej Mosnacek
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore
2021-11-12net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore
2021-11-03security: implement sctp_assoc_established hook in selinuxXin Long
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-20security: Return xattr name from security_dentry_init_security()Vivek Goyal
2021-10-19selinux: fix a sock regression in selinux_ip_postroute_compat()Paul Moore
2021-10-14binder: use cred instead of task for selinux checksTodd Kjos
2021-10-13selinux: make better use of the nf_hook_state passed to the NF hooksPaul Moore
2021-10-11selinux: remove unneeded ipv6 hook wrappersFlorian Westphal