summaryrefslogtreecommitdiff
path: root/include/linux/security.h
AgeCommit message (Expand)Author
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-02-28introduce cloning of fs_contextAl Viro
2019-02-28vfs: Put security flags into the fs_context structDavid Howells
2019-02-28vfs: Add LSM hooks for the new mount APIDavid Howells
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs
2019-01-10LSM: generalize flag passing to security_capableMicah Morton
2019-01-08procfs: add smack subdir to attrsCasey Schaufler
2018-12-21LSM: new method: ->sb_add_mnt_opt()Al Viro
2018-12-21LSM: bury struct security_mnt_optsAl Viro
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro
2018-12-21LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro
2018-12-21LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro
2018-12-21LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-16security: define new LSM hook named security_kernel_load_dataMimi Zohar
2018-07-12security_file_open(): lose cred argumentAl Viro
2018-05-04security: add hook for socketpair()David Herrmann
2018-04-24Merge tag 'v4.17-rc2' into next-generalJames Morris
2018-04-17security: remove security_settimeSargun Dhillon
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-23security: Add a cred_getsecid hookMatthew Garrett
2018-03-22msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman
2018-03-22shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman
2018-03-22sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley
2018-02-22security: Add support for SCTP security hooksRichard Haines
2017-11-02security: bpf: replace include of linux/bpf.h with forward declarationsJakub Kicinski
2017-10-20security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-09-01Introduce v3 namespaced file capabilitiesSerge E. Hallyn
2017-08-01LSM: drop bprm_secureexec hookKees Cook
2017-08-01commoncap: Refactor to remove bprm_secureexec hookKees Cook
2017-07-18LSM: Remove security_task_create() hook.Tetsuo Handa
2017-06-23Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/selinux i...James Morris
2017-06-09security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Scott Mayhew
2017-06-08securityfs: add the ability to support symlinksJohn Johansen
2017-05-23IB/core: Enforce security on management datagramsDaniel Jurgens
2017-05-23selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens
2017-05-23IB/core: Enforce PKey security on QPsDaniel Jurgens
2017-03-28LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa
2017-03-06prlimit,security,selinux: add a security hook for prlimitStephen Smalley
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-01-24exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman
2017-01-12security,selinux,smack: kill security_task_wait hookStephen Smalley