aboutsummaryrefslogtreecommitdiff
path: root/include/linux/security.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+59
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+8
2019-08-19tracefs: Restrict tracefs when the kernel is locked downGravatar Matthew Garrett 1-0/+1
2019-08-19debugfs: Restrict debugfs when the kernel is locked downGravatar David Howells 1-0/+1
2019-08-19lockdown: Lock down perf when in confidentiality modeGravatar David Howells 1-0/+1
2019-08-19bpf: Restrict bpf when kernel lockdown is in confidentiality modeGravatar David Howells 1-0/+1
2019-08-19lockdown: Lock down tracing and perf kprobes when in confidentiality modeGravatar David Howells 1-0/+1
2019-08-19lockdown: Lock down /proc/kcoreGravatar David Howells 1-0/+1
2019-08-19x86/mmiotrace: Lock down the testmmiotrace moduleGravatar David Howells 1-0/+1
2019-08-19lockdown: Lock down module params that specify hardware parameters (eg. ioport)Gravatar David Howells 1-0/+1
2019-08-19lockdown: Lock down TIOCSSERIALGravatar David Howells 1-0/+1
2019-08-19lockdown: Prohibit PCMCIA CIS storage when the kernel is locked downGravatar David Howells 1-0/+1
2019-08-19ACPI: Limit access to custom_method when the kernel is locked downGravatar Matthew Garrett 1-0/+1
2019-08-19x86/msr: Restrict MSR access when the kernel is locked downGravatar Matthew Garrett 1-0/+1
2019-08-19x86: Lock down IO port access when the kernel is locked downGravatar Matthew Garrett 1-0/+1
2019-08-19PCI: Lock down BAR access when the kernel is locked downGravatar Matthew Garrett 1-0/+1
2019-08-19hibernate: Disable when the kernel is locked downGravatar Josh Boyer 1-0/+1
2019-08-19kexec_load: Disable at runtime if the kernel is locked downGravatar Matthew Garrett 1-0/+1
2019-08-19lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked downGravatar Matthew Garrett 1-0/+1
2019-08-19lockdown: Enforce module signatures if the kernel is locked downGravatar David Howells 1-0/+1
2019-08-19security: Add a static lockdown policy LSMGravatar Matthew Garrett 1-0/+3
2019-08-19security: Add a "locked down" LSM hookGravatar Matthew Garrett 1-0/+32
2019-08-19security: Support early LSMsGravatar Matthew Garrett 1-0/+6
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsGravatar Aaron Goidel 1-2/+8
2019-06-14LSM: switch to blocking policy update notifiersGravatar Janne Karhunen 1-6/+6
2019-05-07Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+7
2019-03-20LSM: add new hook for kernfs node initializationGravatar Ondrej Mosnacek 1-0/+9
2019-03-20vfs: syscall: Add move_mount(2) to move mounts aroundGravatar David Howells 1-0/+7
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+17
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+2
2019-02-28introduce cloning of fs_contextGravatar Al Viro 1-0/+6
2019-02-28vfs: Put security flags into the fs_context structGravatar David Howells 1-1/+1
2019-02-28vfs: Add LSM hooks for the new mount APIGravatar David Howells 1-0/+10
2019-01-31audit: remove unused actx param from audit_rule_matchGravatar Richard Guy Briggs 1-3/+2
2019-01-10LSM: generalize flag passing to security_capableGravatar Micah Morton 1-14/+14
2019-01-08procfs: add smack subdir to attrsGravatar Casey Schaufler 1-5/+10
2018-12-21LSM: new method: ->sb_add_mnt_opt()Gravatar Al Viro 1-2/+4
2018-12-21LSM: bury struct security_mnt_optsGravatar Al Viro 1-8/+0
2018-12-21LSM: hide struct security_mnt_opts from any generic codeGravatar Al Viro 1-33/+10
2018-12-21LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Gravatar Al Viro 1-4/+2
2018-12-21new helper: security_sb_eat_lsm_opts()Gravatar Al Viro 1-25/+3
2018-12-21LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Gravatar Al Viro 1-2/+3
2018-12-21LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Gravatar Al Viro 1-2/+4
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-3/+3
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+27
2018-07-16security: define new LSM hook named security_kernel_load_dataGravatar Mimi Zohar 1-0/+27
2018-07-12security_file_open(): lose cred argumentGravatar Al Viro 1-3/+2
2018-05-04security: add hook for socketpair()Gravatar David Herrmann 1-0/+7
2018-04-24Merge tag 'v4.17-rc2' into next-generalGravatar James Morris 1-35/+58
2018-04-17security: remove security_settimeGravatar Sargun Dhillon 1-14/+0