summaryrefslogtreecommitdiffstats
path: root/include/linux/security.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-141-0/+9
|\
| * security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-141-0/+9
* | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-3/+27
|\ \
| * | keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells2020-05-191-3/+3
| * | security: Add hooks to rule on setting a watchDavid Howells2020-05-191-0/+9
| * | security: Add a hook for the point of notification insertionDavid Howells2020-05-191-0/+15
| |/
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-4/+11
|\ \
| * | exec: Compute file based creds only onceEric W. Biederman2020-05-291-4/+5
| * | exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman2020-05-211-4/+4
| * | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-201-0/+6
| |/
* / sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
|/
* Merge branch 'next-general' of git://git.kernel.org:/pub/scm/linux/kernel/git...Linus Torvalds2020-03-311-1/+0
|\
| * security: remove duplicated include from security.hYueHaibing2020-02-211-1/+0
* | security,lockdown,selinux: implement SELinux lockdownStephen Smalley2019-12-091-0/+2
* | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-301-0/+2
|\ \
| * | powerpc/xmon: Restrict when kernel is locked downChristopher M. Riedl2019-10-281-0/+2
* | | Merge tag 'v5.4-rc7' into perf/core, to pick up fixesIngo Molnar2019-11-111-0/+1
|\ \ \ | | |/ | |/|
| * | efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMINJavier Martinez Canillas2019-10-311-0/+1
| |/
* | perf/core: Fix !CONFIG_PERF_EVENTS build warnings and failuresIngo Molnar2019-10-191-0/+1
* | perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)2019-10-171-1/+37
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+59
|\
| * tracefs: Restrict tracefs when the kernel is locked downMatthew Garrett2019-08-191-0/+1
| * debugfs: Restrict debugfs when the kernel is locked downDavid Howells2019-08-191-0/+1
| * lockdown: Lock down perf when in confidentiality modeDavid Howells2019-08-191-0/+1
| * bpf: Restrict bpf when kernel lockdown is in confidentiality modeDavid Howells2019-08-191-0/+1
| * lockdown: Lock down tracing and perf kprobes when in confidentiality modeDavid Howells2019-08-191-0/+1
| * lockdown: Lock down /proc/kcoreDavid Howells2019-08-191-0/+1
| * x86/mmiotrace: Lock down the testmmiotrace moduleDavid Howells2019-08-191-0/+1
| * lockdown: Lock down module params that specify hardware parameters (eg. ioport)David Howells2019-08-191-0/+1
| * lockdown: Lock down TIOCSSERIALDavid Howells2019-08-191-0/+1
| * lockdown: Prohibit PCMCIA CIS storage when the kernel is locked downDavid Howells2019-08-191-0/+1
| * ACPI: Limit access to custom_method when the kernel is locked downMatthew Garrett2019-08-191-0/+1
| * x86/msr: Restrict MSR access when the kernel is locked downMatthew Garrett2019-08-191-0/+1
| * x86: Lock down IO port access when the kernel is locked downMatthew Garrett2019-08-191-0/+1
| * PCI: Lock down BAR access when the kernel is locked downMatthew Garrett2019-08-191-0/+1
| * hibernate: Disable when the kernel is locked downJosh Boyer2019-08-191-0/+1
| * kexec_load: Disable at runtime if the kernel is locked downMatthew Garrett2019-08-191-0/+1
| * lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked downMatthew Garrett2019-08-191-0/+1
| * lockdown: Enforce module signatures if the kernel is locked downDavid Howells2019-08-191-0/+1
| * security: Add a static lockdown policy LSMMatthew Garrett2019-08-191-0/+3
| * security: Add a "locked down" LSM hookMatthew Garrett2019-08-191-0/+32
| * security: Support early LSMsMatthew Garrett2019-08-191-0/+6
* | Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-231-2/+8
|\ \
| * | fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel2019-08-121-2/+8
| |/
* / LSM: switch to blocking policy update notifiersJanne Karhunen2019-06-141-6/+6
|/
* Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-071-0/+7
|\
| * vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-201-0/+7
* | LSM: add new hook for kernfs node initializationOndrej Mosnacek2019-03-201-0/+9
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-1/+17
|\
| * introduce cloning of fs_contextAl Viro2019-02-281-0/+6