summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-071-0/+1
* | selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley2019-12-191-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-101-4/+4
* | selinux: fall back to ref-walk if audit is requiredStephen Smalley2019-12-101-4/+7
* | selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Stephen Smalley2019-12-101-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-12-011-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-281-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-051-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-111-15/+1
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-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-091-1/+15
|\ \ \
| * | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-1/+15
| |/ /
* | | Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-091-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-211-2/+8
|/
* selinux: Check address length before reading address familyTetsuo Handa2019-04-151-1/+6
* kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek2019-04-041-5/+4
* selinux: Make selinux_kernfs_init_security staticYueHaibing2019-03-221-2/+2
* selinux: implement the kernfs_init_security hookOndrej Mosnacek2019-03-211-0/+66
* selinux: try security xattr after genfs for kernfs filesystemsOndrej Mosnacek2019-03-211-73/+84
* Merge tag 'selinux-pr-20190312' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-131-1/+7
|\
| * security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblockJ. Bruce Fields2019-03-111-1/+4
| * selinux: add the missing walk_size + len check in selinux_sctp_bind_connectXin Long2019-03-111-0/+3
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-5/+83
|\ \
| * | introduce cloning of fs_contextAl Viro2019-02-281-0/+39
| * | selinux: Implement the new mount API LSM hooksDavid Howells2019-02-281-5/+44
* | | Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds2019-03-091-1/+1
|\ \ \