aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-0/+6
|\
| * security: define new LSM hook named security_kernel_load_dataMimi Zohar2018-07-161-0/+6
* | ->file_open(): lose cred argumentAl Viro2018-07-121-1/+1
|/
* security: add hook for socketpair()David Herrmann2018-05-041-0/+7
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-0/+6
|\
| * security: Add a cred_getsecid hookMatthew Garrett2018-03-231-0/+6
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-219/+220
|\ \
| * | security: convert security hooks to use hlistSargun Dhillon2018-03-301-214/+214
| |/
| * usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-061-2/+3
* | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-061-0/+36
|\ \
| * | security: Add support for SCTP security hooksRichard Haines2018-02-221-0/+36
| |/
* | msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-221-6/+6
* | shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-221-5/+5
* | sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman2018-03-221-5/+5
|/
* security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng2017-10-201-0/+54
* Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-121-7/+0
|\
| * sync to Linus v4.13-rc2 for subsystem developers to work againstJames Morris2017-07-241-15/+14
| |\
| * | LSM: Remove security_task_create() hook.Tetsuo Handa2017-07-181-7/+0
* | | LSM: drop bprm_secureexec hookKees Cook2017-08-011-9/+5
| |/ |/|
* | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-2/+2
|\ \
| * | randstruct: Mark various structs for randomizationKees Cook2017-06-301-2/+2
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-051-1/+38
|\ \ \ | | |/ | |/|
| * | security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Scott Mayhew2017-06-091-1/+3
| * | IB/core: Enforce security on management datagramsDaniel Jurgens2017-05-231-0/+8
| * | IB/core: Enforce PKey security on QPsDaniel Jurgens2017-05-231-0/+27
| |/
* / doc: security: minor cleanups to build kernel-docKees Cook2017-05-181-13/+12
|/
* LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa2017-03-271-1/+8
* security: introduce CONFIG_SECURITY_WRITABLE_HOOKSJames Morris2017-03-051-0/+7
* prlimit,security,selinux: add a security hook for prlimitStephen Smalley2017-03-051-3/+15
* Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-02-091-9/+1
|\
| * security,selinux,smack: kill security_task_wait hookStephen Smalley2017-01-121-7/+0
| * proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley2017-01-091-2/+1
* | LSM: Add /sys/kernel/security/lsmCasey Schaufler2017-01-181-8/+4
* | security: Fix inode_getattr documentationMickaël Salaün2017-01-101-2/+1
|/
* Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-09-181-0/+36
|\
| * security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal2016-08-081-0/+15
| * security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal2016-08-081-0/+10
| * security, overlayfs: provide copy up security hook for unioned filesVivek Goyal2016-08-081-0/+11
* | module: Fully remove the kernel_module_from_file hookMickaël Salaün2016-08-081-1/+0
|/
* qstr: constify dentry_init_securityAl Viro2016-07-201-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-191-1/+5
|\
| * LSM: LoadPin for kernel file loading restrictionsKees Cook2016-04-201-0/+5
| * security: drop the unused hook skb_owned_byPaolo Abeni2016-04-101-1/+0
* | Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-171-14/+14
|\ \
| * | constify security_sb_pivotroot()Al Viro2016-03-271-1/+1
| * | constify security_path_chroot()Al Viro2016-03-271-1/+1
| * | constify security_path_{link,rename}Al Viro2016-03-271-3/+3
| * | constify security_path_{mkdir,mknod,symlink}Al Viro2016-03-271-3/+3
| * | constify security_path_{unlink,rmdir}Al Viro2016-03-271-2/+2
| * | constify chmod_common/security_path_chmodAl Viro2016-03-271-1/+1