summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: fix inconsistency between inode_getxattr and inode_listsecurityAmir Goldstein2021-03-041-0/+4
* selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore2020-12-301-18/+13
* selinux: fix error initialization in inode_doinit_with_dentry()Tianyue Ren2020-12-301-3/+16
* 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
| * LSM: Introduce kernel_post_load_data() hookKees Cook2020-10-051-1/+1
| * fs/kernel_read_file: Split into separate include fileScott Branden2020-10-051-0/+1
* | Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-131-7/+10
|\ \ | |/ |/|
| * selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian2020-09-151-3/+3
| * selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley2020-08-271-0/+1
| * selinux: convert policy read-write lock to RCUStephen Smalley2020-08-251-1/+0
| * selinux: delete repeated words in commentsRandy Dunlap2020-08-241-3/+3
| * selinux: permit removing security.selinux xattr before policy loadStephen Smalley2020-08-201-0/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-7/+1
|/
* selinux: allow reading labels before policy is loadedJonathan Lebon2020-06-231-1/+6
* Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-7/+44
|\
| * selinux: Implement the watch_key security hookDavid Howells2020-05-191-0/+14
| * keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells2020-05-191-7/+30
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-5/+3
|\ \ | |/ |/|
| * exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-201-5/+3
* | Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-301-25/+45
|\ \ | |/ |/|
| * selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore2020-04-301-25/+45
* | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-311-2/+16
|\|
| * selinux: Add xfs quota command typesRichard Haines2020-02-221-0/+7
| * security: selinux: allow per-file labeling for bpffsConnor O'Brien2020-02-111-0/+1
| * selinux: allow kernfs symlinks to inherit parent directory contextChristian Göttsche2020-02-101-1/+3
| * Documentation,selinux: deprecate setting checkreqprot to 1Stephen Smalley2020-02-101-1/+4
| * selinux: move status variables out of selinux_ssOndrej Mosnacek2020-02-101-0/+1
* | Merge tag 'selinux-pr-20200210' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-02-101-1/+1
|\ \ | |/ |/|
| * selinux: fix typo in filesystem nameHridya Valsaraju2020-02-051-1/+1
* | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-8/+3
|\ \ | |/ |/|
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-2/+1
* | selinux: fix regression introduced by move_mount(2) syscallStephen Smalley2020-01-201-0/+10
* | selinux: remove redundant allocation and helper functionsPaul Moore2020-01-161-58/+36
* | selinux: remove redundant selinux_nlmsg_permHuaisheng Ye2020-01-161-39/+34
* | selinux: reorder hooks to make runtime disable less brokenOndrej Mosnacek2020-01-101-31/+70
* | selinux: treat atomic flags more carefullyOndrej Mosnacek2020-01-101-10/+11
* | selinux: make default_noexec read-only after initStephen Smalley2020-01-101-1/+1
* | selinux: remove redundant msg_msg_alloc_securityHuaisheng Ye2020-01-101-11/+6
* | selinux: allow per-file labelling for binderfsHridya Valsaraju2020-01-061-0/+1
* | selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley2019-12-181-7/+5
* | selinux: remove unnecessary selinux cred requestYang Guo2019-12-121-4/+3
* | selinux: clean up selinux_inode_permission MAY_NOT_BLOCK testsStephen Smalley2019-12-091-4/+4
* | selinux: fall back to ref-walk if audit is requiredStephen Smalley2019-12-091-4/+7
* | selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Stephen Smalley2019-12-091-2/+3
* | security,lockdown,selinux: implement SELinux lockdownStephen Smalley2019-12-091-0/+30
|/
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-7/+3
|\
| * y2038: move itimer reset into itimer.cArnd Bergmann2019-11-151-7/+3
* | Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-301-0/+12
|\ \