index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
lsm_hooks.h
Age
Commit message (
Expand
)
Author
2016-05-19
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2016-05-17
Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-04-22
security: Introduce security_settime64()
Baolin Wang
2016-04-21
LSM: LoadPin for kernel file loading restrictions
Kees Cook
2016-04-11
security: drop the unused hook skb_owned_by
Paolo Abeni
2016-03-28
constify security_sb_pivotroot()
Al Viro
2016-03-28
constify security_path_chroot()
Al Viro
2016-03-28
constify security_path_{link,rename}
Al Viro
2016-03-28
constify security_path_{mkdir,mknod,symlink}
Al Viro
2016-03-28
constify security_path_{unlink,rmdir}
Al Viro
2016-03-28
constify chmod_common/security_path_chmod
Al Viro
2016-03-28
constify security_sb_mount()
Al Viro
2016-03-28
constify chown_common/security_path_chown
Al Viro
2016-03-28
constify security_path_truncate()
Al Viro
2016-02-21
module: replace copy_module_from_fd with kernel version
Mimi Zohar
2016-02-21
security: define kernel_read_file hook
Mimi Zohar
2016-02-21
firmware: replace call to fw_read_file_contents() with kernel version
Mimi Zohar
2016-02-18
vfs: define kernel_read_file_id enumeration
Mimi Zohar
2016-02-18
vfs: define a generic function to read a file from the kernel
Mimi Zohar
2015-12-24
security: Add hook to invalidate inode security labels
Andreas Gruenbacher
2015-12-24
security: Make inode argument of inode_getsecid non-const
Andreas Gruenbacher
2015-12-24
security: Make inode argument of inode_getsecurity non-const
Andreas Gruenbacher
2015-07-28
Yama: remove needless CONFIG_SECURITY_YAMA_STACKED
Kees Cook
2015-06-27
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2015-05-12
LSM: Switch to lists of hooks
Casey Schaufler
2015-05-12
LSM: Add security module hook list heads
Casey Schaufler
2015-05-12
LSM: Add the comment to lsm_hooks.h
Casey Schaufler
2015-05-12
LSM: Split security.h
Casey Schaufler