summaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
AgeCommit message (Expand)Author
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-13Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-05LSM: Add "contents" flag to kernel_read_file hookKees Cook
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden
2020-09-15selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley
2020-08-25selinux: convert policy read-write lock to RCUStephen Smalley
2020-08-24selinux: delete repeated words in commentsRandy Dunlap
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20selinux: permit removing security.selinux xattr before policy loadStephen Smalley
2020-06-23selinux: allow reading labels before policy is loadedJonathan Lebon
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman
2020-05-19selinux: Implement the watch_key security hookDavid Howells
2020-05-19keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells
2020-04-30Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-30selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore
2020-03-31Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-02-22selinux: Add xfs quota command typesRichard Haines
2020-02-11security: selinux: allow per-file labeling for bpffsConnor O'Brien
2020-02-10Merge tag 'selinux-pr-20200210' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-02-10selinux: allow kernfs symlinks to inherit parent directory contextChristian Göttsche
2020-02-10Documentation,selinux: deprecate setting checkreqprot to 1Stephen Smalley
2020-02-10selinux: move status variables out of selinux_ssOndrej Mosnacek
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-05selinux: fix typo in filesystem nameHridya Valsaraju
2020-01-20selinux: fix regression introduced by move_mount(2) syscallStephen Smalley
2020-01-16selinux: remove redundant allocation and helper functionsPaul Moore
2020-01-16selinux: remove redundant selinux_nlmsg_permHuaisheng Ye
2020-01-10selinux: reorder hooks to make runtime disable less brokenOndrej Mosnacek
2020-01-10selinux: treat atomic flags more carefullyOndrej Mosnacek
2020-01-10selinux: make default_noexec read-only after initStephen Smalley
2020-01-10selinux: remove redundant msg_msg_alloc_securityHuaisheng Ye
2020-01-06selinux: allow per-file labelling for binderfsHridya Valsaraju
2019-12-18selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley
2019-12-12selinux: remove unnecessary selinux cred requestYang Guo
2019-12-09selinux: clean up selinux_inode_permission MAY_NOT_BLOCK testsStephen Smalley
2019-12-09selinux: fall back to ref-walk if audit is requiredStephen Smalley
2019-12-09selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Stephen Smalley
2019-12-09security,lockdown,selinux: implement SELinux lockdownStephen Smalley
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-11-30Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski
2019-11-15y2038: move itimer reset into itimer.cArnd Bergmann
2019-10-17perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)