summaryrefslogtreecommitdiffstats
path: root/include/linux/security.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-231-2/+1
|\
| * exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman2017-01-241-2/+1
* | security,selinux,smack: kill security_task_wait hookStephen Smalley2017-01-121-6/+0
* | proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley2017-01-091-2/+2
|/
* Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-09-191-0/+24
|\
| * security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal2016-08-081-0/+12
| * security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal2016-08-081-0/+6
| * security, overlayfs: provide copy up security hook for unioned filesVivek Goyal2016-08-081-0/+6
* | module: Fully remove the kernel_module_from_file hookMickaël Salaün2016-08-091-1/+0
|/
* qstr: constify dentry_init_securityAl Viro2016-07-201-2/+2
* Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-171-29/+29
|\
| * constify security_sb_pivotroot()Al Viro2016-03-281-3/+3
| * constify security_path_chroot()Al Viro2016-03-281-2/+2
| * constify security_path_{link,rename}Al Viro2016-03-281-6/+6
| * constify security_path_{mkdir,mknod,symlink}Al Viro2016-03-281-6/+6
| * constify security_path_{unlink,rmdir}Al Viro2016-03-281-4/+4
| * constify chmod_common/security_path_chmodAl Viro2016-03-281-2/+2
| * constify security_sb_mount()Al Viro2016-03-281-2/+2
| * constify chown_common/security_path_chownAl Viro2016-03-281-2/+2
| * constify security_path_truncate()Al Viro2016-03-281-2/+2
* | security: Introduce security_settime64()Baolin Wang2016-04-221-3/+17
|/
* module: replace copy_module_from_fd with kernel versionMimi Zohar2016-02-211-5/+0
* security: define kernel_read_file hookMimi Zohar2016-02-211-0/+7
* firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar2016-02-211-7/+0
* ima: define a new hook to measure and appraise a file already in memoryMimi Zohar2016-02-201-0/+1
* vfs: define kernel_read_file_id enumerationMimi Zohar2016-02-181-2/+5
* vfs: define a generic function to read a file from the kernelMimi Zohar2016-02-181-0/+7
* security: Add hook to invalidate inode security labelsAndreas Gruenbacher2015-12-241-0/+5
* security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher2015-12-241-2/+2
* security: Make inode argument of inode_getsecurity non-constAndreas Gruenbacher2015-12-241-2/+2
* security: fix typo in security_task_prctlJann Horn2015-09-201-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-06-271-1619/+4
|\
| * LSM: Switch to lists of hooksCasey Schaufler2015-05-121-42/+4
| * LSM: Remove a comment from security.hCasey Schaufler2015-05-121-1270/+0
| * LSM: Split security.hCasey Schaufler2015-05-121-305/+0
* | security: make inode_follow_link RCU-walk awareNeilBrown2015-05-111-3/+9
* | SECURITY: remove nameidata arg from inode_follow_link.NeilBrown2015-05-101-6/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-8/+0
|\
| * Revert "selinux: add a skb_owned_by() hook"Eric Dumazet2015-03-201-8/+0
* | switch security_inode_getattr() to struct path *Al Viro2015-04-111-4/+3
|/
* Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley2015-01-251-0/+58
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-121-1/+1
|\
| * security: Silence shadow warningMark Rustad2014-09-021-1/+1
* | security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-091-4/+4
|/
* Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-07-301-4/+1
|\
| * Revert "selinux: fix the default socket labeling in sock_graft()"Paul Moore2014-07-281-4/+1
* | security: introduce kernel_fw_from_file hookKees Cook2014-07-251-0/+17
* | Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-07-171-1/+4
|\|
| * selinux: fix the default socket labeling in sock_graft()Paul Moore2014-07-101-1/+4
* | Merge commit 'v3.15' into nextJames Morris2014-06-241-4/+8
|\|