aboutsummaryrefslogtreecommitdiff
path: root/include/linux/security.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+0
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+2
2017-09-01Introduce v3 namespaced file capabilitiesGravatar Serge E. Hallyn 1-0/+2
2017-08-01LSM: drop bprm_secureexec hookGravatar Kees Cook 1-6/+0
2017-08-01commoncap: Refactor to remove bprm_secureexec hookGravatar Kees Cook 1-2/+1
2017-07-18LSM: Remove security_task_create() hook.Gravatar Tetsuo Handa 1-6/+0
2017-06-23Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/selinux i...Gravatar James Morris 1-2/+56
2017-06-09security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Gravatar Scott Mayhew 1-2/+6
2017-06-08securityfs: add the ability to support symlinksGravatar John Johansen 1-0/+12
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/+23
2017-05-23IB/core: Enforce PKey security on QPsGravatar Daniel Jurgens 1-0/+21
2017-03-28LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Gravatar Tetsuo Handa 1-0/+7
2017-03-06prlimit,security,selinux: add a security hook for prlimitGravatar Stephen Smalley 1-0/+13
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+1
2017-01-24exec: Remove LSM_UNSAFE_PTRACE_CAPGravatar Eric W. Biederman 1-2/+1
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-09-19Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...Gravatar James Morris 1-0/+24
2016-08-09module: Fully remove the kernel_module_from_file hookGravatar Mickaël Salaün 1-1/+0
2016-08-08security, overlayfs: Provide hook to correctly label newly created filesGravatar Vivek Goyal 1-0/+12
2016-08-08security,overlayfs: Provide security hook for copy up of xattrs for overlay fileGravatar Vivek Goyal 1-0/+6
2016-08-08security, overlayfs: provide copy up security hook for unioned filesGravatar Vivek Goyal 1-0/+6
2016-07-20qstr: constify dentry_init_securityGravatar Al Viro 1-2/+2
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-29/+29
2016-04-22security: Introduce security_settime64()Gravatar Baolin Wang 1-3/+17
2016-03-28constify security_sb_pivotroot()Gravatar Al Viro 1-3/+3
2016-03-28constify security_path_chroot()Gravatar Al Viro 1-2/+2
2016-03-28constify security_path_{link,rename}Gravatar Al Viro 1-6/+6
2016-03-28constify security_path_{mkdir,mknod,symlink}Gravatar Al Viro 1-6/+6
2016-03-28constify security_path_{unlink,rmdir}Gravatar Al Viro 1-4/+4
2016-03-28constify chmod_common/security_path_chmodGravatar Al Viro 1-2/+2
2016-03-28constify security_sb_mount()Gravatar Al Viro 1-2/+2
2016-03-28constify chown_common/security_path_chownGravatar Al Viro 1-2/+2
2016-03-28constify security_path_truncate()Gravatar Al Viro 1-2/+2
2016-02-21module: replace copy_module_from_fd with kernel versionGravatar Mimi Zohar 1-5/+0
2016-02-21security: define kernel_read_file hookGravatar Mimi Zohar 1-0/+7
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionGravatar Mimi Zohar 1-7/+0
2016-02-20ima: define a new hook to measure and appraise a file already in memoryGravatar Mimi Zohar 1-0/+1
2016-02-18vfs: define kernel_read_file_id enumerationGravatar Mimi Zohar 1-2/+5
2016-02-18vfs: define a generic function to read a file from the kernelGravatar Mimi Zohar 1-0/+7
2015-12-24security: Add hook to invalidate inode security labelsGravatar Andreas Gruenbacher 1-0/+5
2015-12-24security: Make inode argument of inode_getsecid non-constGravatar Andreas Gruenbacher 1-2/+2
2015-12-24security: Make inode argument of inode_getsecurity non-constGravatar Andreas Gruenbacher 1-2/+2
2015-09-20security: fix typo in security_task_prctlGravatar Jann Horn 1-1/+1
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1619/+4
2015-05-12LSM: Switch to lists of hooksGravatar Casey Schaufler 1-42/+4
2015-05-12LSM: Remove a comment from security.hGravatar Casey Schaufler 1-1270/+0
2015-05-12LSM: Split security.hGravatar Casey Schaufler 1-305/+0
2015-05-11security: make inode_follow_link RCU-walk awareGravatar NeilBrown 1-3/+9