Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
a47b6c61f58ead0396b837c58a91d0681b775b40
/
security
/
selinux
c49c41a
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
e7691a1
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
8fcc995
Merge branch 'next' into for-linus
by James Morris
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
d8c9584
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
by Al Viro
· 13 years ago
fd77846
security: remove the security_netlink_recv hook as it is equivalent to capable()
by Eric Paris
· 13 years ago
69f594a
ptrace: do not audit capability check when outputing /proc/pid/stat
by Eric Paris
· 13 years ago
6a9de49
capabilities: remove the task from capable LSM hook entirely
by Eric Paris
· 13 years ago
2653812
selinux: sparse fix: fix several warnings in the security server cod
by James Morris
· 13 years ago
02f5daa
selinux: sparse fix: fix warnings in netlink code
by James Morris
· 13 years ago
e8a65a3
selinux: sparse fix: eliminate warnings for selinuxfs
by James Morris
· 13 years ago
6063c04
selinux: sparse fix: declare selinux_disable() in security.h
by James Morris
· 13 years ago
5c884c1
selinux: sparse fix: move selinux_complete_init
by James Morris
· 13 years ago
b46610c
selinux: sparse fix: make selinux_secmark_refcount static
by James Morris
· 13 years ago
dba19c6
get rid of open-coded S_ISREG(), etc.
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
abb434c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
50345f1
SELinux: Fix RCU deref check warning in sel_netport_insert()
by David Howells
· 13 years ago
94d4ef0
SELinux: Fix RCU deref check warning in sel_netport_insert()
by David Howells
· 13 years ago
2ff6fa8
selinux: Casting (void *) value returned by kmalloc is useless
by Thomas Meyer
· 13 years ago
7f1fb60
inet_diag: Partly rename inet_ to sock_
by Pavel Emelyanov
· 13 years ago
75f2811
ipv6: Add fragment reporting to ipv6_skip_exthdr().
by Jesse Gross
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
24942c8
Merge branch 'master'; commit 'v3.2-rc2' into next
by James Morris
· 13 years ago
af7ff2c
selinuxfs: remove custom hex_to_bin()
by Andy Shevchenko
· 13 years ago
44fc7ea
selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
by Paul Gortmaker
· 13 years ago
7b98a58
selinux: sparse fix: fix several warnings in the security server code
by James Morris
· 13 years ago
0ff53f5
selinux: sparse fix: include selinux.h in exports.c
by James Morris
· 13 years ago
6a3fbe8
selinux: sparse fix: fix warnings in netlink code
by James Morris
· 13 years ago
ad3fa08
selinux: sparse fix: eliminate warnings for selinuxfs
by James Morris
· 13 years ago
58982b7
selinux: sparse fix: declare selinux_disable() in security.h
by James Morris
· 13 years ago
cc59a58
selinux: sparse fix: move selinux_complete_init
by James Morris
· 13 years ago
56a4ca9
selinux: sparse fix: make selinux_secmark_refcount static
by James Morris
· 13 years ago
82c21bf
doc: Update the email address for Paul Moore in various source files
by Paul Moore
· 13 years ago
6006349
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
423e0ab
VFS : mount lock scalability for internal mounts
by Tim Chen
· 13 years ago
bbd9d6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
0342cbc
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
8209f53
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
by Linus Torvalds
· 13 years ago
449a68c
security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
9801c60
security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
cf1dd1d
selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU
by Al Viro
· 13 years ago
e74f71e
->permission() sanitizing: don't pass flags to ->inode_permission()
by Al Viro
· 13 years ago
06d9847
ptrace: s/tracehook_tracer_task()/ptrace_parent()/
by Tejun Heo
· 13 years ago
82b88bb
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus
by James Morris
· 13 years ago
ded5098
SELinux: skip file_name_trans_write() when policy downgraded.
by Roy.Li
· 13 years ago
95f4efb
selinux: simplify and clean up inode_has_perm()
by Linus Torvalds
· 13 years ago
f01e1af
selinux: don't pass in NULL avd to avc_has_perm_noaudit
by Linus Torvalds
· 13 years ago
0f7e4c3
selinux: fix case of names with whitespace/multibytes on /selinux/create
by Kohei Kaigai
· 13 years ago
ea77f7a
Merge commit 'v2.6.39' into 20110526
by Eric Paris
· 13 years ago
b7b5755
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linus
by James Morris
· 13 years ago
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
257313b
selinux: avoid unnecessary avc cache stat hit count
by Linus Torvalds
· 13 years ago
044aea9
selinux: de-crapify avc cache stat code generation
by Linus Torvalds
· 13 years ago
eb04f2f
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
ca7d120
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus
by James Morris
· 13 years ago
93826c0
SELinux: delete debugging printks from filename_trans rule processing
by Eric Paris
· 14 years ago
7a627e3
SELINUX: add /sys/fs/selinux mount point to put selinuxfs
by Greg Kroah-Hartman
· 13 years ago
690273f
security,rcu: convert call_rcu(sel_netif_free) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
6f23928
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus
by James Morris
· 14 years ago
5d30b10
flex_array: flex_array_prealloc takes a number of elements, not an end
by Eric Paris
· 14 years ago
cb1e922
SELinux: pass last path component in may_create
by Eric Paris
· 14 years ago
2875fa0
SELinux: introduce path_has_perm
by Eric Paris
· 14 years ago
5a3ea87
flex_array: flex_array_prealloc takes a number of elements, not an end
by Eric Paris
· 14 years ago
562abf6
SELinux: pass last path component in may_create
by Eric Paris
· 14 years ago
2463c26d
SELinux: put name based create rules in a hashtable
by Eric Paris
· 14 years ago
3f058ef
SELinux: generic hashtab entry counter
by Eric Paris
· 14 years ago
be30b16
SELinux: calculate and print hashtab stats with a generic function
by Eric Paris
· 14 years ago
03a4c01
SELinux: skip filename trans rules if ttype does not match parent dir
by Eric Paris
· 14 years ago
2667991
SELinux: rename filename_compute_type argument to *type instead of *con
by Eric Paris
· 14 years ago
4742600
SELinux: fix comment to state filename_compute_type takes an objname not a qstr
by Eric Paris
· 14 years ago
07f9479
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
9ade0cf
SELINUX: Make selinux cache VFS RCU walks safe
by Eric Paris
· 14 years ago
a269434
LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH
by Eric Paris
· 14 years ago
f48b739
LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE
by Eric Paris
· 14 years ago
0dc1ba2
SELINUX: Make selinux cache VFS RCU walks safe
by Eric Paris
· 14 years ago
1c99042
SECURITY: Move exec_permission RCU checks into security modules
by Andi Kleen
· 14 years ago
6b69732
SELinux: security_read_policy should take a size_t not ssize_t
by Eric Paris
· 14 years ago
a35c6c8
SELinux: silence build warning when !CONFIG_BUG
by Eric Paris
· 14 years ago
8c9e80e
SECURITY: Move exec_permission RCU checks into security modules
by Andi Kleen
· 14 years ago
425b473
SELinux: delete debugging printks from filename_trans rule processing
by Eric Paris
· 14 years ago
6eab04a
treewide: remove extra semicolons
by Justin P. Mattock
· 14 years ago
1214eac
Initialize policydb.process_class eariler.
by Harry Ciao
· 14 years ago
eba71de
selinux: Fix regression for Xorg
by Stephen Smalley
· 14 years ago
f50a3ec
selinux: add type_transition with name extension support for selinuxfs
by Kohei Kaigai
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
85cd6da
selinux: Fix regression for Xorg
by Stephen Smalley
· 14 years ago
c900ff3
SELinux: Write class field in role_trans_write.
by Harry Ciao
· 14 years ago
63a312c
SELinux: Compute role in newcontext for all classes
by Harry Ciao
· 14 years ago
8023976
SELinux: Add class support to the role_trans structure
by Harry Ciao
· 14 years ago
2e14967
userns: rename is_owner_or_cap to inode_owner_or_capable
by Serge E. Hallyn
· 14 years ago
3486740
userns: security: make capabilities relative to the user namespace
by Serge E. Hallyn
· 14 years ago
7a63628
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
1d28f42
net: Put flowi_* prefix on AF independent members of struct flowi
by David S. Miller
· 14 years ago
fe3fa43
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
by James Morris
· 14 years ago
1cc26ba
Merge branch 'master'; commit 'v2.6.38-rc7' into next
by James Morris
· 14 years ago
026eb16
SELinux: implement the new sb_remount LSM hook
by Eric Paris
· 14 years ago
2ad18bd
SELinux: Compute SID for the newly created socket
by Harry Ciao
· 14 years ago
Next »