Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8ddebc4103e6544bd31f0c97e55491387717a124
/
include
/
linux
/
capability.h
7d8b6c6
CAPABILITIES: remove undefined caps from all processes
by Eric Paris
· 10 years ago
23adbe1
fs,userns: Change inode_capable to capable_wrt_inode_uidgid
by Andy Lutomirski
· 10 years ago
c7b96ac
userns: Kill nsown_capable it makes the wrong thing easy
by Eric W. Biederman
· 12 years ago
935d8aa
Add file_ns_capable() helper function for open-time capability checking
by Linus Torvalds
· 12 years ago
607ca46
UAPI: (Scripted) Disintegrate include/linux
by David Howells
· 12 years ago
d9914cf
PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND
by Michael Kerrisk
· 12 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
4d7e30d
epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are ready
by Arve Hjønnevåg
· 13 years ago
1a48e2a
userns: Replace the hard to write inode_userns with inode_capable.
by Eric W. Biederman
· 13 years ago
c49c41a
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
f423e5b
capabilities: remove __cap_full_set definition
by Eric Paris
· 13 years ago
f1c84da
capabilities: remove task_ns_* functions
by Eric Paris
· 13 years ago
7b61d64
capabilites: introduce new has_ns_capabilities_noaudit
by Eric Paris
· 13 years ago
6cc7a76
net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENT
by Maciej Żenczykowski
· 13 years ago
434d42c
Merge branch 'next' into for-linus
by James Morris
· 13 years ago
78c4def
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
12a5a26
Merge branch 'master' into next
by James Morris
· 13 years ago
47a150e
Cache user_ns in struct cred
by Serge E. Hallyn
· 13 years ago
9a7adcf
timers: Posix interface for alarm-timers
by John Stultz
· 14 years ago
a3232d2
capabilities: delete all CAP_INIT macros
by Eric Paris
· 14 years ago
5163b58
capabilities: delete unused cap_set_full
by Eric Paris
· 14 years ago
ffa8e59
capabilities: do not drop CAP_SETPCAP from the initial task
by Eric Paris
· 14 years ago
3263245
userns: make has_capability* into real functions
by Serge E. Hallyn
· 14 years ago
8409cca
userns: allow ptrace from non-init user namespaces
by Serge E. Hallyn
· 14 years ago
3486740
userns: security: make capabilities relative to the user namespace
by Serge E. Hallyn
· 14 years ago
ce6ada3
security: Define CAP_SYSLOG
by Serge E. Hallyn
· 14 years ago
af4f136
security: move LSM xattrnames to xattr.h
by Mimi Zohar
· 14 years ago
b3a222e
remove CONFIG_SECURITY_FILE_CAPABILITIES compile option
by Serge E. Hallyn
· 15 years ago
bcf5644
trivial: change address of the libcap source.
by GeunSik Lim
· 15 years ago
0ad30b8
add some long-missing capabilities to fs_mask
by Serge E. Hallyn
· 16 years ago
76a67ec
nfsd: nfsd should drop CAP_MKNOD for non-root
by J. Bruce Fields
· 16 years ago
9fa91d9
headers_check fix: linux/capability.h
by Jaswinder Singh Rajput
· 16 years ago
3699c53
CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]
by David Howells
· 16 years ago
29881c4
Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]"
by James Morris
· 16 years ago
14eaddc
CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]
by David Howells
· 16 years ago
d84f4f9
CRED: Inaugurate COW credentials
by David Howells
· 16 years ago
92a77aa
security: remove broken and useless declarations
by James Morris
· 16 years ago
0611216
Add a new capable interface that will be used by systems that use audit to
by Eric Paris
· 16 years ago
851f7ff
This patch will print cap_permitted and cap_inheritable data in the PATH
by Eric Paris
· 16 years ago
c0b0044
This patch add a generic cpu endian caps structure and externally available
by Eric Paris
· 16 years ago
9d36be7
Document the order of arguments for cap_issubset. It's not instantly clear
by Eric Paris
· 16 years ago
1f29fae
file capabilities: add no_file_caps switch (v4)
by Serge E. Hallyn
· 16 years ago
5cd9c58
security: Fix setting of PF_SUPERPRIV by __capable()
by David Howells
· 16 years ago
086f731
security: filesystem capabilities: fix fragile setuid fixup code
by Andrew G. Morgan
· 16 years ago
ca05a99
capabilities: remain source compatible with 32-bit raw legacy capability support.
by Andrew G. Morgan
· 16 years ago
25f2ea9
Security: Typecast CAP_*_SET macros
by David Howells
· 17 years ago
3898b1b
capabilities: implement per-process securebits
by Andrew G. Morgan
· 17 years ago
e114e47
Smack: Simplified Mandatory Access Control Kernel
by Casey Schaufler
· 17 years ago
3b7391d
capabilities: introduce per-process capability bounding set
by Serge E. Hallyn
· 17 years ago
46c383c
Remove unnecessary include from include/linux/capability.h
by Andrew Morgan
· 17 years ago
e338d26
Add 64-bit capability support to the kernel
by Andrew Morgan
· 17 years ago
8f6936f
revert "capabilities: clean up file capability reading"
by Andrew Morton
· 17 years ago
b68680e
capabilities: clean up file capability reading
by Serge E. Hallyn
· 17 years ago
72c2d58
V3 file capabilities: alter behavior of cap_setpcap
by Andrew Morgan
· 17 years ago
b537677
Implement file posix capabilities
by Serge E. Hallyn
· 17 years ago
0a3021f
Remove unnecessary includes of spinlock.h under include/linux
by Robert P. J. Day
· 17 years ago
b7add02
capability.h warning fix
by Andrew Morton
· 17 years ago
12b5989
[PATCH] refactor capable() to one implementation, add __capable() helper
by Chris Wright
· 19 years ago
c59ede7
[PATCH] move capable() to capability.h
by Randy.Dunlap
· 19 years ago
bce5f6ba
[PATCH] VM: add capabilites check to set_zone_reclaim
by Martin Hicks
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago