aboutsummaryrefslogtreecommitdiff
path: root/security/commoncap.c
AgeCommit message (Expand)Author
2019-07-09Merge branch 'next-lsm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2019-07-07security/commoncap: Use xattr security prefix lenCarmeli Tamir
2019-06-11security: Make capability_hooks staticYueHaibing
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-02-25LSM: Update function documentation for cap_capableMicah Morton
2019-01-25audit: add support for fcaps v3Richard Guy Briggs
2019-01-10LSM: generalize flag passing to security_capableMicah Morton
2019-01-08capability: Initialize as LSM_ORDER_FIRSTKees Cook
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2018-09-04Merge tag 'v4.19-rc2' into next-generalJames Morris
2018-08-29security/capabilities: remove check for -EINVALChristian Brauner
2018-08-11cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()Eddie.Horng
2018-05-24capabilities: Allow privileged user in s_user_ns to set security.* xattrsEric W. Biederman
2018-04-10commoncap: Handle memory allocation failure.Tetsuo Handa
2018-01-02capabilities: fix buffer overread on very short xattrEric Biggers
2017-11-13Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-10-20capabilities: audit log other surprising conditionsRichard Guy Briggs
2017-10-20capabilities: fix logic for effective root or real rootRichard Guy Briggs
2017-10-20capabilities: invert logic for clarityRichard Guy Briggs
2017-10-20capabilities: remove a layer of conditional logicRichard Guy Briggs
2017-10-20capabilities: move audit log decision to functionRichard Guy Briggs
2017-10-20capabilities: use intuitive names for id changesRichard Guy Briggs
2017-10-20capabilities: use root_priveleged inline to clarify logicRichard Guy Briggs
2017-10-20capabilities: rename has_cap to has_fcapRichard Guy Briggs
2017-10-20capabilities: intuitive names for cap gain statusRichard Guy Briggs
2017-10-20capabilities: factor out cap_bprm_set_creds privileged rootRichard Guy Briggs
2017-10-19commoncap: move assignment of fs_ns to avoid null pointer dereferenceColin Ian King
2017-09-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-23security: fix description of values returned by cap_inode_need_killprivStefan Berger
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-09-01Introduce v3 namespaced file capabilitiesSerge E. Hallyn
2017-08-01commoncap: Move cap_elevated calculation into bprm_set_credsKees Cook
2017-08-01commoncap: Refactor to remove bprm_secureexec hookKees Cook
2017-07-20security: Use user_namespace::level to avoid redundant iterations in cap_capa...Kirill Tkhai
2017-03-06security: mark LSM hooks as __ro_after_initJames Morris
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-01-24exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman
2017-01-24exec: Test the ptracer's saved cred to see if the tracee can gain capsEric W. Biederman
2017-01-24exec: Don't reset euid and egid when the tracee has CAP_SETUIDEric W. Biederman
2017-01-19LSM: Add /sys/kernel/security/lsmCasey Schaufler
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-06-24fs: Treat foreign mounts as nosuidAndy Lutomirski
2016-06-24fs: Limit file caps to the user namespace of the super blockSeth Forshee
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-04-22security: Introduce security_settime64()Baolin Wang
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2015-09-04capabilities: add a securebit to disable PR_CAP_AMBIENT_RAISEAndy Lutomirski
2015-09-04capabilities: ambient capabilitiesAndy Lutomirski