summaryrefslogtreecommitdiff
path: root/security/commoncap.c
Commit message (Expand)AuthorAge
* capabilities: fix buffer overread on very short xattrEric Biggers2018-01-02
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-13
|\
| * capabilities: audit log other surprising conditionsRichard Guy Briggs2017-10-20
| * capabilities: fix logic for effective root or real rootRichard Guy Briggs2017-10-20
| * capabilities: invert logic for clarityRichard Guy Briggs2017-10-20
| * capabilities: remove a layer of conditional logicRichard Guy Briggs2017-10-20
| * capabilities: move audit log decision to functionRichard Guy Briggs2017-10-20
| * capabilities: use intuitive names for id changesRichard Guy Briggs2017-10-20
| * capabilities: use root_priveleged inline to clarify logicRichard Guy Briggs2017-10-20
| * capabilities: rename has_cap to has_fcapRichard Guy Briggs2017-10-20
| * capabilities: intuitive names for cap gain statusRichard Guy Briggs2017-10-20
| * capabilities: factor out cap_bprm_set_creds privileged rootRichard Guy Briggs2017-10-20
* | commoncap: move assignment of fs_ns to avoid null pointer dereferenceColin Ian King2017-10-19
|/
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-24
|\
| * security: fix description of values returned by cap_inode_need_killprivStefan Berger2017-09-23
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-11
|\ \
| * | Introduce v3 namespaced file capabilitiesSerge E. Hallyn2017-09-01
| * | security: Use user_namespace::level to avoid redundant iterations in cap_capa...Kirill Tkhai2017-07-20
| |/
* | commoncap: Move cap_elevated calculation into bprm_set_credsKees Cook2017-08-01
* | commoncap: Refactor to remove bprm_secureexec hookKees Cook2017-08-01
|/
* security: mark LSM hooks as __ro_after_initJames Morris2017-03-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-23
|\
| * exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman2017-01-24
| * exec: Test the ptracer's saved cred to see if the tracee can gain capsEric W. Biederman2017-01-24
| * exec: Don't reset euid and egid when the tracee has CAP_SETUIDEric W. Biederman2017-01-24
* | LSM: Add /sys/kernel/security/lsmCasey Schaufler2017-01-19
|/
* xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-07
* fs: Treat foreign mounts as nosuidAndy Lutomirski2016-06-24
* fs: Limit file caps to the user namespace of the super blockSeth Forshee2016-06-24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-17
|\
| * ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-11
* | security: Introduce security_settime64()Baolin Wang2016-04-22
|/
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-20
* capabilities: add a securebit to disable PR_CAP_AMBIENT_RAISEAndy Lutomirski2015-09-04
* capabilities: ambient capabilitiesAndy Lutomirski2015-09-04
* LSM: Switch to lists of hooksCasey Schaufler2015-05-12
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-15
* file->f_path.dentry is pinned down for as long as the file is open...Al Viro2015-01-25
* kill f_dentry usesAl Viro2014-11-19
* CAPABILITIES: remove undefined caps from all processesEric Paris2014-07-24
* commoncap: don't alloc the credential unless needed in cap_task_prctlTetsuo Handa2014-07-24
* capabilities: allow nice if we are privilegedSerge Hallyn2013-08-30
* userns: Allow PR_CAPBSET_DROP in a user namespace.Eric W. Biederman2013-08-30
* kill f_vfsmntAl Viro2013-02-26
* Fix cap_capable to only allow owners in the parent user namespace to have caps.Eric W. Biederman2012-12-14
* split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-31
* split cap_mmap_addr() out of cap_file_mmap()Al Viro2012-05-31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-23
|\
| * userns: Convert capabilities related permsion checksEric W. Biederman2012-05-03
| * userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-03