aboutsummaryrefslogtreecommitdiff
path: root/security/security.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+7
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+7
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-13/+13
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+22
2018-04-06init, tracing: instrument security and console initcall trace eventsGravatar Abderrahmane Benbachir 1-1/+7
2018-03-31security: convert security hooks to use hlistGravatar Sargun Dhillon 1-11/+11
2018-03-23security: Add a cred_getsecid hookGravatar Matthew Garrett 1-0/+7
2018-03-22msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksGravatar Eric W. Biederman 1-6/+6
2018-03-22shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksGravatar Eric W. Biederman 1-5/+5
2018-03-22sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksGravatar Eric W. Biederman 1-5/+5
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Gravatar Stephen Smalley 1-2/+2
2018-02-22security: Add support for SCTP security hooksGravatar Richard Haines 1-0/+22
2017-10-20security: bpf: Add LSM hooks for bpf object related syscallGravatar Chenbo Feng 1-0/+32
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+0
2017-08-01LSM: drop bprm_secureexec hookGravatar Kees Cook 1-5/+0
2017-07-18LSM: Remove security_task_create() hook.Gravatar Tetsuo Handa 1-5/+0
2017-06-09security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Gravatar Scott Mayhew 1-2/+5
2017-05-23IB/core: Enforce security on management datagramsGravatar Daniel Jurgens 1-0/+6
2017-05-23selinux lsm IB/core: Implement LSM notification systemGravatar Daniel Jurgens 1-0/+20
2017-05-23IB/core: Enforce PKey security on QPsGravatar Daniel Jurgens 1-0/+22
2017-05-22Sync to mainline for security submaintainers to work againstGravatar James Morris 1-4/+8
2017-05-15LSM: Enable multiple calls to security_add_hooks() for the same LSMGravatar Mickaël Salaün 1-0/+19
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-352/+18
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesGravatar mchehab@s-opensource.com 1-4/+8
2017-03-28LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Gravatar Tetsuo Handa 1-0/+5
2017-03-24LSM: Initialize security_hook_heads upon registration.Gravatar Tetsuo Handa 1-354/+7
2017-03-06security: mark LSM hooks as __ro_after_initGravatar James Morris 1-1/+1
2017-03-06prlimit,security,selinux: add a security hook for prlimitGravatar Stephen Smalley 1-0/+8
2017-02-10Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...Gravatar James Morris 1-8/+2
2017-01-19LSM: Add /sys/kernel/security/lsmGravatar Casey Schaufler 1-0/+38
2017-01-12security,selinux,smack: kill security_task_wait hookGravatar Stephen Smalley 1-6/+0
2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procGravatar Stephen Smalley 1-2/+2
2016-08-08security, overlayfs: Provide hook to correctly label newly created filesGravatar Vivek Goyal 1-0/+11
2016-08-08security,overlayfs: Provide security hook for copy up of xattrs for overlay fileGravatar Vivek Goyal 1-0/+8
2016-08-08security, overlayfs: provide copy up security hook for unioned filesGravatar Vivek Goyal 1-0/+8
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2016-07-20qstr: constify dentry_init_securityGravatar Al Viro 1-1/+1
2016-06-06LSM: Fix for security_inode_getsecurity and -EOPNOTSUPPGravatar Casey Schaufler 1-4/+25
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+1
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-14/+14
2016-04-22security: Introduce security_settime64()Gravatar Baolin Wang 1-1/+1
2016-04-21LSM: LoadPin for kernel file loading restrictionsGravatar Kees Cook 1-0/+1
2016-04-11security: drop the unused hook skb_owned_byGravatar Paolo Abeni 1-1/+0
2016-03-28constify security_sb_pivotroot()Gravatar Al Viro 1-1/+1
2016-03-28constify security_path_chroot()Gravatar Al Viro 1-1/+1
2016-03-28constify security_path_{link,rename}Gravatar Al Viro 1-3/+3
2016-03-28constify security_path_{mkdir,mknod,symlink}Gravatar Al Viro 1-3/+3
2016-03-28constify security_path_{unlink,rmdir}Gravatar Al Viro 1-2/+2
2016-03-28constify chmod_common/security_path_chmodGravatar Al Viro 1-1/+1
2016-03-28constify security_sb_mount()Gravatar Al Viro 1-1/+1