Age | Commit message (Expand) | Author |
2018-08-11 | cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias() | Eddie.Horng |
2018-05-24 | capabilities: Allow privileged user in s_user_ns to set security.* xattrs | Eric W. Biederman |
2018-04-10 | commoncap: Handle memory allocation failure. | Tetsuo Handa |
2018-01-02 | capabilities: fix buffer overread on very short xattr | Eric Biggers |
2017-11-13 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-10-20 | capabilities: audit log other surprising conditions | Richard Guy Briggs |
2017-10-20 | capabilities: fix logic for effective root or real root | Richard Guy Briggs |
2017-10-20 | capabilities: invert logic for clarity | Richard Guy Briggs |
2017-10-20 | capabilities: remove a layer of conditional logic | Richard Guy Briggs |
2017-10-20 | capabilities: move audit log decision to function | Richard Guy Briggs |
2017-10-20 | capabilities: use intuitive names for id changes | Richard Guy Briggs |
2017-10-20 | capabilities: use root_priveleged inline to clarify logic | Richard Guy Briggs |
2017-10-20 | capabilities: rename has_cap to has_fcap | Richard Guy Briggs |
2017-10-20 | capabilities: intuitive names for cap gain status | Richard Guy Briggs |
2017-10-20 | capabilities: factor out cap_bprm_set_creds privileged root | Richard Guy Briggs |
2017-10-19 | commoncap: move assignment of fs_ns to avoid null pointer dereference | Colin Ian King |
2017-09-24 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-09-23 | security: fix description of values returned by cap_inode_need_killpriv | Stefan Berger |
2017-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2017-09-01 | Introduce v3 namespaced file capabilities | Serge E. Hallyn |
2017-08-01 | commoncap: Move cap_elevated calculation into bprm_set_creds | Kees Cook |
2017-08-01 | commoncap: Refactor to remove bprm_secureexec hook | Kees Cook |
2017-07-20 | security: Use user_namespace::level to avoid redundant iterations in cap_capa... | Kirill Tkhai |
2017-03-06 | security: mark LSM hooks as __ro_after_init | James Morris |
2017-02-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2017-01-24 | exec: Remove LSM_UNSAFE_PTRACE_CAP | Eric W. Biederman |
2017-01-24 | exec: Test the ptracer's saved cred to see if the tracee can gain caps | Eric W. Biederman |
2017-01-24 | exec: Don't reset euid and egid when the tracee has CAP_SETUID | Eric W. Biederman |
2017-01-19 | LSM: Add /sys/kernel/security/lsm | Casey Schaufler |
2016-10-07 | xattr: Add __vfs_{get,set,remove}xattr helpers | Andreas Gruenbacher |
2016-06-24 | fs: Treat foreign mounts as nosuid | Andy Lutomirski |
2016-06-24 | fs: Limit file caps to the user namespace of the super block | Seth Forshee |
2016-05-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-04-22 | security: Introduce security_settime64() | Baolin Wang |
2016-04-11 | ->getxattr(): pass dentry and inode as separate arguments | Al Viro |
2016-01-20 | ptrace: use fsuid, fsgid, effective creds for fs access checks | Jann Horn |
2015-09-04 | capabilities: add a securebit to disable PR_CAP_AMBIENT_RAISE | Andy Lutomirski |
2015-09-04 | capabilities: ambient capabilities | Andy Lutomirski |
2015-05-12 | LSM: Switch to lists of hooks | Casey Schaufler |
2015-04-15 | VFS: security/: d_backing_inode() annotations | David Howells |
2015-01-25 | file->f_path.dentry is pinned down for as long as the file is open... | Al Viro |
2014-11-19 | kill f_dentry uses | Al Viro |
2014-07-24 | CAPABILITIES: remove undefined caps from all processes | Eric Paris |
2014-07-24 | commoncap: don't alloc the credential unless needed in cap_task_prctl | Tetsuo Handa |
2013-08-30 | capabilities: allow nice if we are privileged | Serge Hallyn |
2013-08-30 | userns: Allow PR_CAPBSET_DROP in a user namespace. | Eric W. Biederman |
2013-02-26 | kill f_vfsmnt | Al Viro |
2012-12-14 | Fix cap_capable to only allow owners in the parent user namespace to have caps. | Eric W. Biederman |
2012-05-31 | split ->file_mmap() into ->mmap_addr()/->mmap_file() | Al Viro |
2012-05-31 | split cap_mmap_addr() out of cap_file_mmap() | Al Viro |