aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-11selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit()Gravatar Al Viro 1-4/+3
2021-06-11selinux: slow_avc_audit has become non-blockingGravatar Al Viro 1-11/+2
2021-05-14lsm_audit,selinux: pass IB device name by referenceGravatar Ondrej Mosnacek 1-1/+1
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-36/+22
2021-04-22LSM: Infrastructure management of the superblockGravatar Casey Schaufler 1-36/+22
2021-03-22selinux: clarify task subjective and objective credentialsGravatar Paul Moore 1-39/+73
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsGravatar Paul Moore 1-1/+2
2021-03-22lsm,selinux: add new hook to compare new mount to an existing mountGravatar Olga Kornievskaia 1-0/+56
2021-03-08selinux: Allow context mounts for unpriviliged overlayfsGravatar Vivek Goyal 1-1/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-9/+14
2021-01-24commoncap: handle idmapped mountsGravatar Christian Brauner 1-8/+12
2021-01-24xattr: handle idmapped mountsGravatar Tycho Andersen 1-1/+2
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-2/+2
2021-01-14selinux: teach SELinux about anonymous inodesGravatar Daniel Colascione 1-0/+57
2021-01-13selinux: fall back to SECURITY_FS_USE_GENFS if no xattr supportGravatar Ondrej Mosnacek 1-25/+52
2021-01-04selinux: fix inconsistency between inode_getxattr and inode_listsecurityGravatar Amir Goldstein 1-0/+4
2021-01-04selinux: handle MPTCP consistently with TCPGravatar Paolo Abeni 1-1/+2
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-9/+17
2020-12-03security: add const qualifier to struct sock in various placesGravatar Florian Westphal 1-1/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksGravatar Paul Moore 1-2/+2
2020-11-23selinux: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-11-12selinux: drop super_block backpointer from superblock_security_structGravatar Ondrej Mosnacek 1-3/+2
2020-11-05selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingGravatar Paul Moore 1-18/+13
2020-10-27selinux: fix error initialization in inode_doinit_with_dentry()Gravatar Tianyue Ren 1-3/+16
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+5
2020-10-13Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+10
2020-10-05LSM: Add "contents" flag to kernel_read_file hookGravatar Kees Cook 1-2/+3
2020-10-05LSM: Introduce kernel_post_load_data() hookGravatar Kees Cook 1-1/+1
2020-10-05fs/kernel_read_file: Split into separate include fileGravatar Scott Branden 1-0/+1
2020-09-15selinux: Add helper functions to get and set checkreqprotGravatar Lakshmi Ramasubramanian 1-3/+3
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksGravatar Stephen Smalley 1-0/+1
2020-08-25selinux: convert policy read-write lock to RCUGravatar Stephen Smalley 1-1/+0
2020-08-24selinux: delete repeated words in commentsGravatar Randy Dunlap 1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-7/+1
2020-08-20selinux: permit removing security.selinux xattr before policy loadGravatar Stephen Smalley 1-0/+3
2020-06-23selinux: allow reading labels before policy is loadedGravatar Jonathan Lebon 1-1/+6
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-7/+44
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-5/+3
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsGravatar Eric W. Biederman 1-5/+3
2020-05-19selinux: Implement the watch_key security hookGravatar David Howells 1-0/+14
2020-05-19keys: Make the KEY_NEED_* perms an enum rather than a maskGravatar David Howells 1-7/+30
2020-04-30Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-25/+45
2020-04-30selinux: properly handle multiple messages in selinux_netlink_send()Gravatar Paul Moore 1-25/+45
2020-03-31Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+16
2020-02-22selinux: Add xfs quota command typesGravatar Richard Haines 1-0/+7
2020-02-11security: selinux: allow per-file labeling for bpffsGravatar Connor O'Brien 1-0/+1
2020-02-10Merge tag 'selinux-pr-20200210' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2020-02-10selinux: allow kernfs symlinks to inherit parent directory contextGravatar Christian Göttsche 1-1/+3
2020-02-10Documentation,selinux: deprecate setting checkreqprot to 1Gravatar Stephen Smalley 1-1/+4
2020-02-10selinux: move status variables out of selinux_ssGravatar Ondrej Mosnacek 1-0/+1