| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-03-12 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -0/+10 |
| 2019-03-07 | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+2 |
| 2019-02-28 | introduce cloning of fs_context | Al Viro | 1 | -0/+5 |
| 2019-02-28 | vfs: Add LSM hooks for the new mount API | David Howells | 1 | -0/+5 |
| 2019-02-25 | LSM: Ignore "security=" when "lsm=" is specified | Kees Cook | 1 | -2/+6 |
| 2019-01-31 | audit: remove unused actx param from audit_rule_match | Richard Guy Briggs | 1 | -4/+2 |
| 2019-01-22 | Merge tag 'v5.0-rc3' into next-general | James Morris | 1 | -0/+7 |
| 2019-01-18 | LSM: Make some functions static | Wei Yongjun | 1 | -3/+3 |
| 2019-01-18 | LSM: Make lsm_early_cred() and lsm_early_task() local functions. | Tetsuo Handa | 1 | -16/+11 |
| 2019-01-16 | LSM: Check for NULL cred-security on free | James Morris | 1 | -0/+7 |
| 2019-01-10 | LSM: generalize flag passing to security_capable | Micah Morton | 1 | -9/+5 |
| 2019-01-08 | LSM: Infrastructure management of the ipc security blob | Casey Schaufler | 1 | -4/+87 |
| 2019-01-08 | LSM: Infrastructure management of the task security | Casey Schaufler | 1 | -1/+53 |
| 2019-01-08 | LSM: Infrastructure management of the inode security | Casey Schaufler | 1 | -2/+62 |
| 2019-01-08 | LSM: Infrastructure management of the file security | Casey Schaufler | 1 | -3/+51 |
| 2019-01-08 | Infrastructure management of the cred security blob | Casey Schaufler | 1 | -2/+87 |
| 2019-01-08 | procfs: add smack subdir to attrs | Casey Schaufler | 1 | -4/+20 |
| 2019-01-08 | capability: Initialize as LSM_ORDER_FIRST | Kees Cook | 1 | -5/+0 |
| 2019-01-08 | LSM: Introduce enum lsm_order | Kees Cook | 1 | -1/+8 |
| 2019-01-08 | Yama: Initialize as ordered LSM | Kees Cook | 1 | -1/+0 |
| 2019-01-08 | LoadPin: Initialize as ordered LSM | Kees Cook | 1 | -1/+0 |
| 2019-01-08 | LSM: Split LSM preparation from initialization | Kees Cook | 1 | -6/+15 |
| 2019-01-08 | LSM: Add all exclusive LSMs to ordered initialization | Casey Schaufler | 1 | -25/+20 |
| 2019-01-08 | LSM: Separate idea of "major" LSM from "exclusive" LSM | Kees Cook | 1 | -0/+12 |
| 2019-01-08 | LSM: Refactor "security=" in terms of enable/disable | Kees Cook | 1 | -8/+20 |
| 2019-01-08 | LSM: Prepare for reorganizing "security=" logic | Kees Cook | 1 | -9/+8 |
| 2019-01-08 | LSM: Tie enabling logic to presence in ordered list | Kees Cook | 1 | -3/+11 |
| 2019-01-08 | LSM: Introduce "lsm=" for boottime LSM selection | Kees Cook | 1 | -1/+13 |
| 2019-01-08 | LSM: Introduce CONFIG_LSM | Kees Cook | 1 | -5/+22 |
| 2019-01-08 | LSM: Build ordered list of LSMs to initialize | Kees Cook | 1 | -5/+53 |
| 2019-01-08 | LSM: Lift LSM selection out of individual LSMs | Kees Cook | 1 | -31/+71 |
| 2019-01-08 | LSM: Provide separate ordered initialization | Kees Cook | 1 | -0/+21 |
| 2019-01-05 | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -13/+26 |
| 2018-12-21 | LSM: new method: ->sb_add_mnt_opt() | Al Viro | 1 | -3/+5 |
| 2018-12-21 | LSM: hide struct security_mnt_opts from any generic code | Al Viro | 1 | -9/+18 |
| 2018-12-21 | LSM: turn sb_eat_lsm_opts() into a method | Al Viro | 1 | -10/+1 |
| 2018-12-21 | btrfs: sanitize security_mnt_opts use | Al Viro | 1 | -0/+1 |
| 2018-12-21 | LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount() | Al Viro | 1 | -3/+2 |
| 2018-12-21 | new helper: security_sb_eat_lsm_opts() | Al Viro | 1 | -3/+12 |
| 2018-12-21 | LSM: lift extracting and parsing LSM options into the caller of ->sb_remount() | Al Viro | 1 | -2/+3 |
| 2018-12-21 | LSM: lift parsing LSM options into the caller of ->sb_kern_mount() | Al Viro | 1 | -2/+3 |
| 2018-12-12 | security: audit and remove any unnecessary uses of module.h | Paul Gortmaker | 1 | -1/+1 |
| 2018-10-24 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -16/+27 |
| 2018-10-10 | LSM: Don't ignore initialization failures | Kees Cook | 1 | -1/+3 |
| 2018-10-10 | LSM: Provide init debugging infrastructure | Kees Cook | 1 | -0/+18 |
| 2018-10-10 | LSM: Convert from initcall to struct lsm_info | Kees Cook | 1 | -9/+5 |
| 2018-10-10 | LSM: Remove initcall tracing | Kees Cook | 1 | -7/+1 |
| 2018-10-10 | LSM: Rename .security_initcall section to .lsm_info | Kees Cook | 1 | -2/+2 |
| 2018-10-10 | LSM: Correctly announce start of LSM initialization | Kees Cook | 1 | -1/+2 |
| 2018-10-03 | signal: Distinguish between kernel_siginfo and siginfo | Eric W. Biederman | 1 | -1/+1 |
| 2018-08-22 | init: allow initcall tables to be emitted using relative references | Ard Biesheuvel | 1 | -7/+10 |
| 2018-08-15 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+6 |
| 2018-08-15 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+13 |
| 2018-07-18 | integrity: prevent deadlock during digsig verification. | Mikhail Kurinnoi | 1 | -1/+6 |
| 2018-07-17 | security: check for kstrdup() failure in lsm_append() | Eric Biggers | 1 | -0/+2 |
| 2018-07-17 | security: export security_kernel_load_data function | Arnd Bergmann | 1 | -0/+1 |
| 2018-07-16 | ima: based on policy require signed kexec kernel images | Mimi Zohar | 1 | -1/+6 |
| 2018-07-16 | security: define new LSM hook named security_kernel_load_data | Mimi Zohar | 1 | -0/+5 |
| 2018-07-12 | ->file_open(): lose cred argument | Al Viro | 1 | -1/+1 |
| 2018-07-12 | security_file_open(): lose cred argument | Al Viro | 1 | -2/+2 |
| 2018-05-04 | security: add hook for socketpair() | David Herrmann | 1 | -0/+6 |
| 2018-04-10 | Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -1/+7 |
| 2018-04-07 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+7 |
| 2018-04-07 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -13/+13 |
| 2018-04-06 | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+22 |
| 2018-04-06 | init, tracing: instrument security and console initcall trace events | Abderrahmane Benbachir | 1 | -1/+7 |
| 2018-03-31 | security: convert security hooks to use hlist | Sargun Dhillon | 1 | -11/+11 |
| 2018-03-23 | security: Add a cred_getsecid hook | Matthew Garrett | 1 | -0/+7 |
| 2018-03-22 | msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks | Eric W. Biederman | 1 | -6/+6 |
| 2018-03-22 | shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooks | Eric W. Biederman | 1 | -5/+5 |
| 2018-03-22 | sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks | Eric W. Biederman | 1 | -5/+5 |
| 2018-03-07 | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as... | Stephen Smalley | 1 | -2/+2 |
| 2018-02-22 | security: Add support for SCTP security hooks | Richard Haines | 1 | -0/+22 |
| 2017-10-20 | security: bpf: Add LSM hooks for bpf object related syscall | Chenbo Feng | 1 | -0/+32 |
| 2017-09-12 | Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+0 |
| 2017-08-01 | LSM: drop bprm_secureexec hook | Kees Cook | 1 | -5/+0 |
| 2017-07-18 | LSM: Remove security_task_create() hook. | Tetsuo Handa | 1 | -5/+0 |
| 2017-06-09 | security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l... | Scott Mayhew | 1 | -2/+5 |
| 2017-05-23 | IB/core: Enforce security on management datagrams | Daniel Jurgens | 1 | -0/+6 |
| 2017-05-23 | selinux lsm IB/core: Implement LSM notification system | Daniel Jurgens | 1 | -0/+20 |
| 2017-05-23 | IB/core: Enforce PKey security on QPs | Daniel Jurgens | 1 | -0/+22 |
| 2017-05-22 | Sync to mainline for security submaintainers to work against | James Morris | 1 | -4/+8 |
| 2017-05-15 | LSM: Enable multiple calls to security_add_hooks() for the same LSM | Mickaël Salaün | 1 | -0/+19 |
| 2017-05-03 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -352/+18 |
| 2017-04-02 | kernel-api.rst: fix a series of errors when parsing C files | mchehab@s-opensource.com | 1 | -4/+8 |
| 2017-03-28 | LSM: Revive security_task_alloc() hook and per "struct task_struct" security ... | Tetsuo Handa | 1 | -0/+5 |
| 2017-03-24 | LSM: Initialize security_hook_heads upon registration. | Tetsuo Handa | 1 | -354/+7 |
| 2017-03-06 | security: mark LSM hooks as __ro_after_init | James Morris | 1 | -1/+1 |
| 2017-03-06 | prlimit,security,selinux: add a security hook for prlimit | Stephen Smalley | 1 | -0/+8 |
| 2017-02-10 | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i... | James Morris | 1 | -8/+2 |
| 2017-01-19 | LSM: Add /sys/kernel/security/lsm | Casey Schaufler | 1 | -0/+38 |
| 2017-01-12 | security,selinux,smack: kill security_task_wait hook | Stephen Smalley | 1 | -6/+0 |
| 2017-01-09 | proc,security: move restriction on writing /proc/pid/attr nodes to proc | Stephen Smalley | 1 | -2/+2 |
| 2016-08-08 | security, overlayfs: Provide hook to correctly label newly created files | Vivek Goyal | 1 | -0/+11 |
| 2016-08-08 | security,overlayfs: Provide security hook for copy up of xattrs for overlay file | Vivek Goyal | 1 | -0/+8 |
| 2016-08-08 | security, overlayfs: provide copy up security hook for unioned files | Vivek Goyal | 1 | -0/+8 |
| 2016-08-06 | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2016-07-20 | qstr: constify dentry_init_security | Al Viro | 1 | -1/+1 |
| 2016-06-06 | LSM: Fix for security_inode_getsecurity and -EOPNOTSUPP | Casey Schaufler | 1 | -4/+25 |
| 2016-05-19 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -1/+1 |
| 2016-05-17 | Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -14/+14 |
| 2016-04-22 | security: Introduce security_settime64() | Baolin Wang | 1 | -1/+1 |
| 2016-04-21 | LSM: LoadPin for kernel file loading restrictions | Kees Cook | 1 | -0/+1 |
| 2016-04-11 | security: drop the unused hook skb_owned_by | Paolo Abeni | 1 | -1/+0 |
| 2016-03-28 | constify security_sb_pivotroot() | Al Viro | 1 | -1/+1 |
| 2016-03-28 | constify security_path_chroot() | Al Viro | 1 | -1/+1 |
| 2016-03-28 | constify security_path_{link,rename} | Al Viro | 1 | -3/+3 |
| 2016-03-28 | constify security_path_{mkdir,mknod,symlink} | Al Viro | 1 | -3/+3 |
| 2016-03-28 | constify security_path_{unlink,rmdir} | Al Viro | 1 | -2/+2 |
| 2016-03-28 | constify chmod_common/security_path_chmod | Al Viro | 1 | -1/+1 |
| 2016-03-28 | constify security_sb_mount() | Al Viro | 1 | -1/+1 |
| 2016-03-28 | constify chown_common/security_path_chown | Al Viro | 1 | -1/+1 |
| 2016-03-28 | constify security_path_truncate() | Al Viro | 1 | -1/+1 |
| 2016-02-21 | module: replace copy_module_from_fd with kernel version | Mimi Zohar | 1 | -12/+0 |
| 2016-02-21 | security: define kernel_read_file hook | Mimi Zohar | 1 | -0/+13 |
| 2016-02-21 | firmware: replace call to fw_read_file_contents() with kernel version | Mimi Zohar | 1 | -13/+0 |
| 2016-02-20 | ima: define a new hook to measure and appraise a file already in memory | Mimi Zohar | 1 | -1/+6 |
| 2016-02-18 | vfs: define kernel_read_file_id enumeration | Mimi Zohar | 1 | -2/+3 |
| 2016-02-18 | vfs: define a generic function to read a file from the kernel | Mimi Zohar | 1 | -0/+8 |
| 2015-12-24 | security: Add hook to invalidate inode security labels | Andreas Gruenbacher | 1 | -0/+8 |
| 2015-12-24 | security: Make inode argument of inode_getsecid non-const | Andreas Gruenbacher | 1 | -1/+1 |
| 2015-12-24 | security: Make inode argument of inode_getsecurity non-const | Andreas Gruenbacher | 1 | -1/+1 |
| 2015-09-08 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -8/+3 |
| 2015-09-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+1 |
| 2015-08-26 | LSM: restore certain default error codes | Jan Beulich | 1 | -5/+6 |
| 2015-07-28 | Yama: remove needless CONFIG_SECURITY_YAMA_STACKED | Kees Cook | 1 | -8/+3 |
| 2015-07-10 | vfs: Commit to never having exectuables on proc and sysfs. | Eric W. Biederman | 1 | -1/+1 |
| 2015-06-27 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -279/+676 |
| 2015-05-12 | LSM: Switch to lists of hooks | Casey Schaufler | 1 | -96/+474 |
| 2015-05-12 | LSM: Introduce security hook calling Macros | Casey Schaufler | 1 | -207/+226 |
| 2015-05-12 | LSM: Split security.h | Casey Schaufler | 1 | -1/+1 |
| 2015-05-11 | security: make inode_follow_link RCU-walk aware | NeilBrown | 1 | -3/+4 |
| 2015-05-10 | SECURITY: remove nameidata arg from inode_follow_link. | NeilBrown | 1 | -2/+2 |
| 2015-04-15 | VFS: security/: d_backing_inode() annotations | David Howells | 1 | -25/+25 |
| 2015-04-11 | Merge branch 'for-davem' into for-next | Al Viro | 1 | -5/+0 |
| 2015-04-11 | switch security_inode_getattr() to struct path * | Al Viro | 1 | -3/+3 |
| 2015-03-20 | Revert "selinux: add a skb_owned_by() hook" | Eric Dumazet | 1 | -5/+0 |
| 2015-02-15 | Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+23 |
| 2015-01-25 | Add security hooks to binder and implement the hooks for SELinux. | Stephen Smalley | 1 | -0/+23 |
| 2015-01-20 | fs: introduce f_op->mmap_capabilities for nommu mmap support | Christoph Hellwig | 1 | -7/+6 |
| 2014-09-09 | security: make security_file_set_fowner, f_setown and __f_setown void return | Jeff Layton | 1 | -2/+2 |
| 2014-07-25 | ima: add support for measuring and appraising firmware | Mimi Zohar | 1 | -1/+6 |
| 2014-07-25 | security: introduce kernel_fw_from_file hook | Kees Cook | 1 | -0/+6 |
| 2014-06-24 | Merge commit 'v3.15' into next | James Morris | 1 | -2/+20 |
| 2014-04-14 | Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dh... | James Morris | 1 | -1/+1 |
| 2014-04-01 | vfs: add cross-rename | Miklos Szeredi | 1 | -0/+16 |
| 2014-04-01 | security: add flags to rename hooks | Miklos Szeredi | 1 | -2/+4 |
| 2014-03-14 | KEYS: Move the flags representing required permission to linux/key.h | David Howells | 1 | -1/+1 |
| 2014-03-10 | selinux: add gfp argument to security_xfrm_policy_alloc and fix callers | Nikolay Aleksandrov | 1 | -2/+4 |
| 2013-10-22 | Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into r... | James Morris | 1 | -9/+4 |
| 2013-09-18 | Merge git://git.infradead.org/users/eparis/selinux | Paul Moore | 1 | -9/+4 |
| 2013-07-25 | lsm: split the xfrm_state_alloc_security() hook implementation | Paul Moore | 1 | -9/+4 |
| 2013-07-25 | xattr: Constify ->name member of "struct xattr". | Tetsuo Handa | 1 | -5/+3 |
| 2013-06-08 | NFS: Extend NFS xattr handlers to accept the security namespace | David Quigley | 1 | -0/+1 |
| 2013-06-08 | LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data. | David Quigley | 1 | -2/+5 |
| 2013-06-08 | Security: Add Hook to test if the particular xattr is part of a MAC model. | David Quigley | 1 | -0/+6 |
| 2013-06-08 | Security: Add hook to calculate context based on a negative dentry. | David Quigley | 1 | -0/+10 |
| 2013-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -2/+2 |
| 2013-04-09 | selinux: add a skb_owned_by() hook | Eric Dumazet | 1 | -0/+5 |
| 2013-04-02 | selinux: make security_sb_clone_mnt_opts return an error on context mismatch | Jeff Layton | 1 | -2/+2 |
| 2013-01-14 | tun: fix LSM/SELinux labeling of tun/tap devices | Paul Moore | 1 | -5/+23 |
| 2012-12-14 | ima: support new kernel module syscall | Mimi Zohar | 1 | -1/+6 |
| 2012-12-14 | security: introduce kernel_module_from_file hook | Kees Cook | 1 | -0/+5 |
| 2012-10-11 | consitify do_mount() arguments | Al Viro | 1 | -2/+2 |
| 2012-10-02 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -0/+27 |
| 2012-09-21 | userns: Teach security_path_chown to take kuids and kgids | Eric W. Biederman | 1 | -1/+1 |
| 2012-09-07 | ima: add ima_inode_setxattr/removexattr function and calls | Mimi Zohar | 1 | -0/+6 |
| 2012-09-05 | security: allow Yama to be unconditionally stacked | Kees Cook | 1 | -0/+21 |
| 2012-07-03 | security: Fix nommu build. | Paul Mundt | 1 | -0/+1 |
| 2012-07-02 | security: Fix nommu build. | Paul Mundt | 1 | -0/+1 |
| 2012-06-01 | take calculation of final prot in security_mmap_file() into a helper | Al Viro | 1 | -18/+28 |
| 2012-06-01 | take security_mmap_file() outside of ->mmap_sem | Al Viro | 1 | -3/+30 |
| 2012-05-31 | split ->file_mmap() into ->mmap_addr()/->mmap_file() | Al Viro | 1 | -4/+8 |
| 2012-04-09 | SELinux: rename dentry_open to file_open | Eric Paris | 1 | -2/+2 |
| 2012-02-14 | security: trim security.h | Al Viro | 1 | -0/+2 |
| 2012-02-14 | mm: collapse security_vm_enough_memory() variants into a single function | Al Viro | 1 | -14/+0 |
| 2012-02-10 | security: create task_free security callback | Kees Cook | 1 | -0/+5 |
| 2012-01-14 | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -30/+5 |
| 2012-01-06 | switch security_path_chmod() to struct path * | Al Viro | 1 | -4/+3 |
| 2012-01-05 | security: remove the security_netlink_recv hook as it is equivalent to capable() | Eric Paris | 1 | -6/+0 |
| 2012-01-05 | capabilities: remove all _real_ interfaces | Eric Paris | 1 | -24/+0 |
| 2012-01-05 | capabilities: introduce security_capable_noaudit | Eric Paris | 1 | -0/+6 |
| 2012-01-05 | capabilities: reverse arguments to security_capable | Eric Paris | 1 | -1/+1 |
| 2012-01-05 | capabilities: remove the task from capable LSM hook entirely | Eric Paris | 1 | -4/+3 |
| 2012-01-03 | switch ->path_mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->path_mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch security_path_chmod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not set | Jan Kara | 1 | -1/+1 |
| 2011-10-25 | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -11/+65 |
| 2011-10-18 | bluetooth: Properly clone LSM attributes to newly created child connections | Paul Moore | 1 | -0/+1 |
| 2011-09-14 | evm: fix security/security_old_init_security return code | Mimi Zohar | 1 | -2/+2 |
| 2011-09-09 | security: sparse fix: Move security_fixup_op to security.h | James Morris | 1 | -3/+0 |
| 2011-08-09 | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha... | James Morris | 1 | -7/+64 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to exec_permission() | Al Viro | 1 | -10/+0 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to ->inode_permission() | Al Viro | 1 | -2/+5 |
| 2011-07-18 | evm: add evm_inode_setattr to prevent updating an invalid security.evm | Mimi Zohar | 1 | -1/+6 |
| 2011-07-18 | evm: call evm_inode_init_security from security_inode_init_security | Mimi Zohar | 1 | -6/+12 |