summaryrefslogtreecommitdiff
path: root/security/commoncap.c
Commit message (Expand)AuthorAge
* 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
| * userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman2012-04-26
| * userns: Add an explicit reference to the parent user namespaceEric W. Biederman2012-04-07
| * userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-07
* | Merge tag 'v3.4-rc5' into nextJames Morris2012-05-04
|\ \
| * | security: fix compile error in commoncap.cJonghwan Choi2012-04-19
| * | fcaps: clear the same personality flags as suid when fcaps are usedEric Paris2012-04-18
| |/
* | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski2012-04-14
|/
* security: trim security.hAl Viro2012-02-14
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-14
|\
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-05
| * capabilities: remove the task from capable LSM hook entirelyEric Paris2012-01-05
* | capabilities: initialize has_capSerge Hallyn2011-08-16
* | capabilities: do not grant full privs for setuid w/ file caps + no effective ...Zhi Li2011-08-12
|/
* capabilities: do not special case exec of initEric Paris2011-04-04
* userns: allow ptrace from non-init user namespacesSerge E. Hallyn2011-03-23
* userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-16
|\
| * netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy2011-03-03
* | time: Correct the *settime* parametersRichard Cochran2011-02-02
|/
* capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris2010-11-15
* Restrict unprivileged access to kernel syslogDan Rosenberg2010-11-12
* security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro2010-10-21
* Make do_execve() take a const filename pointerDavid Howells2010-08-17
* security: whitespace coding style fixesJustin P. Mattock2010-04-23
* Security: Fix the comment of cap_file_mmap()wzt.wzt@gmail.com2010-04-20
* syslog: clean up needless commentKees Cook2010-02-05