summaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-03selinux: log anon inode class nameChristian Göttsche1-2/+2
2022-04-04selinux: checkreqprot is deprecated, add some ssleep() discomfortPaul Moore1-1/+3
2022-04-04selinux: Remove redundant assignmentsMichal Orzel1-1/+0
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2022-03-11tracehook: Remove tracehook.hEric W. Biederman1-1/+0
2022-02-25selinux: allow FIOCLEX and FIONCLEX with policy capabilityRichard Haines1-0/+6
2022-02-18selinux: drop return statement at end of void functionsChristian Göttsche1-2/+0
2022-02-15security: implement sctp_assoc_established hook in selinuxOndrej Mosnacek1-24/+66
2022-02-04selinux: parse contexts for mount options earlyOndrej Mosnacek1-149/+53
2022-02-02selinux: various sparse fixesPaul Moore1-3/+3
2022-02-02selinux: try to use preparsed sid before calling parse_sid()Scott Mayhew1-29/+59
2022-02-02selinux: Fix selinux_sb_mnt_opts_compat()Scott Mayhew1-34/+41
2022-01-28LSM: general protection fault in legacy_parse_paramCasey Schaufler1-3/+2
2022-01-27selinux: fix a type cast problem in cred_init_security()Paul Moore1-1/+1
2022-01-26selinux: simplify cred_init_securityChristian Göttsche1-2/+1
2022-01-26selinux: access superblock_security_struct in LSM blob wayGONG, Ruiqi1-2/+2
2022-01-12Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-63/+21
2021-12-27selinux: initialize proto variable in selinux_ip_postroute_compat()Tom Rix1-1/+1
2021-12-21selinux: minor tweaks to selinux_add_opt()Paul Moore1-8/+10
2021-12-21selinux: fix potential memleak in selinux_add_opt()Bernard Zhao1-2/+10
2021-12-17selinux: fix sleeping function called from invalid contextScott Mayhew1-14/+19
2021-12-06security,selinux: remove security_add_mnt_opt()Ondrej Mosnacek1-39/+0
2021-11-23lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore1-16/+3
2021-11-12net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore1-13/+1
2021-11-03security: implement sctp_assoc_established hook in selinuxXin Long1-1/+13
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long1-11/+11
2021-11-02Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-149/+90
2021-10-20security: Return xattr name from security_dentry_init_security()Vivek Goyal1-1/+5
2021-10-19selinux: fix a sock regression in selinux_ip_postroute_compat()Paul Moore1-2/+2
2021-10-15binder: use cred instead of task for selinux checksTodd Kjos1-35/+13
2021-10-13selinux: make better use of the nf_hook_state passed to the NF hooksPaul Moore1-27/+25
2021-10-12selinux: remove unneeded ipv6 hook wrappersFlorian Westphal1-62/+18
2021-09-30selinux: remove the SELinux lockdown implementationPaul Moore1-30/+0
2021-09-29selinux: enable genfscon labeling for securityfsChristian Göttsche1-1/+2
2021-09-23selinux,smack: fix subjective/objective credential use mixupsPaul Moore1-2/+2
2021-09-20selinux: add support for the io_uring access controlsPaul Moore1-0/+34
2021-09-01Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+3
2021-07-29mctp: Add MCTP baseJeremy Kerr1-1/+3
2021-07-14selinux: return early for possible NULL audit buffersAustin Kim1-0/+4
2021-06-11selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit()Al Viro1-4/+3
2021-06-11selinux: slow_avc_audit has become non-blockingAl Viro1-11/+2
2021-05-14lsm_audit,selinux: pass IB device name by referenceOndrej Mosnacek1-1/+1
2021-05-02Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-36/+22
2021-04-22LSM: Infrastructure management of the superblockCasey Schaufler1-36/+22
2021-03-22selinux: clarify task subjective and objective credentialsPaul Moore1-39/+73
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore1-1/+2
2021-03-22lsm,selinux: add new hook to compare new mount to an existing mountOlga Kornievskaia1-0/+56
2021-03-09selinux: Allow context mounts for unpriviliged overlayfsVivek Goyal1-1/+2
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+14
2021-01-24commoncap: handle idmapped mountsChristian Brauner1-8/+12