summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | selinux: allow labeling before policy is loadedJonathan Lebon2019-10-011-0/+12
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-271-2/+2
|\ \
| * | net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-2/+2
| |/
* / perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)2019-10-171-0/+69
|/
* Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-231-1/+48
|\
| * selinux: fix residual uses of current_security() for the SELinux blobStephen Smalley2019-09-041-1/+1
| * fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel2019-08-121-0/+47
* | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-15/+1
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-1/+1
|\ \
| * | LSM: switch to blocking policy update notifiersJanne Karhunen2019-06-141-1/+1
* | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-1/+15
|\ \ \
| * | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-1/+15
| |/ /
* | | Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-081-5/+6
|\ \ \ | | |/ | |/|
| * | selinux: fix empty write to keycreate fileOndrej Mosnacek2019-06-121-5/+6
| |/
| * Revert "selinux: do not report error on connect(AF_UNSPEC)"Paolo Abeni2019-05-101-4/+4
| * selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni2019-05-081-4/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | selinux: fix a missing-check bug in selinux_sb_eat_lsm_opts()Gen Zhang2019-06-121-6/+14
* | selinux: fix a missing-check bug in selinux_add_mnt_opt( )Gen Zhang2019-06-121-5/+14
* | selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni2019-05-201-2/+8
|/