aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/security.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-19x86: Lock down IO port access when the kernel is locked downMatthew Garrett1-0/+1
2019-08-19PCI: Lock down BAR access when the kernel is locked downMatthew Garrett1-0/+1
2019-08-19hibernate: Disable when the kernel is locked downJosh Boyer1-0/+1
2019-08-19kexec_load: Disable at runtime if the kernel is locked downMatthew Garrett1-0/+1
2019-08-19lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked downMatthew Garrett1-0/+1
2019-08-19lockdown: Enforce module signatures if the kernel is locked downDavid Howells1-0/+1
2019-08-19security: Add a static lockdown policy LSMMatthew Garrett1-0/+3
2019-08-19security: Add a "locked down" LSM hookMatthew Garrett1-0/+32
2019-08-19security: Support early LSMsMatthew Garrett1-0/+6
2019-05-07Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+7
2019-03-20LSM: add new hook for kernfs node initializationOndrej Mosnacek1-0/+9
2019-03-20vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells1-0/+7
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+17
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-3/+2
2019-02-28introduce cloning of fs_contextAl Viro1-0/+6
2019-02-28vfs: Put security flags into the fs_context structDavid Howells1-1/+1
2019-02-28vfs: Add LSM hooks for the new mount APIDavid Howells1-0/+10
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs1-3/+2
2019-01-10LSM: generalize flag passing to security_capableMicah Morton1-14/+14
2019-01-08procfs: add smack subdir to attrsCasey Schaufler1-5/+10
2018-12-21LSM: new method: ->sb_add_mnt_opt()Al Viro1-2/+4
2018-12-21LSM: bury struct security_mnt_optsAl Viro1-8/+0
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro1-33/+10
2018-12-21LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro1-4/+2
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro1-25/+3
2018-12-21LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro1-2/+3
2018-12-21LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro1-2/+4
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-3/+3
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+27
2018-07-16security: define new LSM hook named security_kernel_load_dataMimi Zohar1-0/+27
2018-07-12security_file_open(): lose cred argumentAl Viro1-3/+2
2018-05-04security: add hook for socketpair()David Herrmann1-0/+7
2018-04-24Merge tag 'v4.17-rc2' into next-generalJames Morris1-35/+58
2018-04-17security: remove security_settimeSargun Dhillon1-14/+0
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+2
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-0/+25
2018-03-23security: Add a cred_getsecid hookMatthew Garrett1-0/+1
2018-03-22msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman1-13/+12
2018-03-22shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman1-11/+10
2018-03-22sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman1-11/+10
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_killStephen Smalley1-2/+2
2018-02-22security: Add support for SCTP security hooksRichard Haines1-0/+25
2017-11-02security: bpf: replace include of linux/bpf.h with forward declarationsJakub Kicinski1-1/+4
2017-10-20security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng1-0/+45
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-6/+0
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+2
2017-09-01Introduce v3 namespaced file capabilitiesSerge E. Hallyn1-0/+2
2017-08-01LSM: drop bprm_secureexec hookKees Cook1-6/+0
2017-08-01commoncap: Refactor to remove bprm_secureexec hookKees Cook1-2/+1