summaryrefslogtreecommitdiffstats
path: root/security/security.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-1/+1
|\
| * qstr: constify dentry_init_securityAl Viro2016-07-201-1/+1
* | LSM: Fix for security_inode_getsecurity and -EOPNOTSUPPCasey Schaufler2016-06-061-4/+25
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-191-1/+1
|\
| * LSM: LoadPin for kernel file loading restrictionsKees Cook2016-04-211-0/+1
| * security: drop the unused hook skb_owned_byPaolo Abeni2016-04-111-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-281-1/+1
| * | constify security_path_chroot()Al Viro2016-03-281-1/+1
| * | constify security_path_{link,rename}Al Viro2016-03-281-3/+3
| * | constify security_path_{mkdir,mknod,symlink}Al Viro2016-03-281-3/+3
| * | constify security_path_{unlink,rmdir}Al Viro2016-03-281-2/+2
| * | constify chmod_common/security_path_chmodAl Viro2016-03-281-1/+1
| * | constify security_sb_mount()Al Viro2016-03-281-1/+1
| * | constify chown_common/security_path_chownAl Viro2016-03-281-1/+1
| * | constify security_path_truncate()Al Viro2016-03-281-1/+1
| |/
* / security: Introduce security_settime64()Baolin Wang2016-04-221-1/+1
|/
* module: replace copy_module_from_fd with kernel versionMimi Zohar2016-02-211-12/+0
* security: define kernel_read_file hookMimi Zohar2016-02-211-0/+13
* firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar2016-02-211-13/+0
* ima: define a new hook to measure and appraise a file already in memoryMimi Zohar2016-02-201-1/+6
* vfs: define kernel_read_file_id enumerationMimi Zohar2016-02-181-2/+3
* vfs: define a generic function to read a file from the kernelMimi Zohar2016-02-181-0/+8
* security: Add hook to invalidate inode security labelsAndreas Gruenbacher2015-12-241-0/+8
* security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher2015-12-241-1/+1
* security: Make inode argument of inode_getsecurity non-constAndreas Gruenbacher2015-12-241-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-081-8/+3
|\
| * Yama: remove needless CONFIG_SECURITY_YAMA_STACKEDKees Cook2015-07-281-8/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-09-011-1/+1
|\ \
| * | vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-101-1/+1
| |/
* / LSM: restore certain default error codesJan Beulich2015-08-261-5/+6
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-06-271-279/+676
|\
| * LSM: Switch to lists of hooksCasey Schaufler2015-05-121-96/+474
| * LSM: Introduce security hook calling MacrosCasey Schaufler2015-05-121-207/+226
| * LSM: Split security.hCasey Schaufler2015-05-121-1/+1
* | security: make inode_follow_link RCU-walk awareNeilBrown2015-05-111-3/+4
* | SECURITY: remove nameidata arg from inode_follow_link.NeilBrown2015-05-101-2/+2
|/
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-151-25/+25
* Merge branch 'for-davem' into for-nextAl Viro2015-04-111-5/+0
|\
| * Revert "selinux: add a skb_owned_by() hook"Eric Dumazet2015-03-201-5/+0
* | switch security_inode_getattr() to struct path *Al Viro2015-04-111-3/+3
|/
* Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-151-0/+23
|\
| * Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley2015-01-251-0/+23
* | fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-7/+6
|/
* security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-091-2/+2
* ima: add support for measuring and appraising firmwareMimi Zohar2014-07-251-1/+6
* security: introduce kernel_fw_from_file hookKees Cook2014-07-251-0/+6
* Merge commit 'v3.15' into nextJames Morris2014-06-241-2/+20
|\
| * vfs: add cross-renameMiklos Szeredi2014-04-011-0/+16
| * security: add flags to rename hooksMiklos Szeredi2014-04-011-2/+4