Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
a47b6c61f58ead0396b837c58a91d0681b775b40
/
security
/
selinux
/
ss
/
services.c
6a3fbe8
selinux: sparse fix: fix warnings in netlink code
by James Morris
· 13 years ago
cc59a58
selinux: sparse fix: move selinux_complete_init
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
f01e1af
selinux: don't pass in NULL avd to avc_has_perm_noaudit
by Linus Torvalds
· 13 years ago
b7b5755
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linus
by James Morris
· 13 years ago
2463c26d
SELinux: put name based create rules in a hashtable
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
6b69732
SELinux: security_read_policy should take a size_t not ssize_t
by Eric Paris
· 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
63a312c
SELinux: Compute role in newcontext for all classes
by Harry Ciao
· 14 years ago
6f5317e
SELinux: Socket retains creator role and MLS attribute
by Harry Ciao
· 14 years ago
652bb9b
SELinux: Use dentry name in new object labeling
by Eric Paris
· 14 years ago
ac76c05
selinux: convert part of the sym_val_to_name array to use flex_array
by Eric Paris
· 14 years ago
23bdecb
selinux: convert type_val_to_struct to flex_array
by Eric Paris
· 14 years ago
7ae9f23
selinux: rework security_netlbl_secattr_to_sid
by Eric Paris
· 14 years ago
4b02b52
SELinux: standardize return code handling in selinuxfs.c
by Eric Paris
· 14 years ago
f0d3d98
selinux: include vmalloc.h for vmalloc_user
by Stephen Rothwell
· 14 years ago
845ca30
selinux: implement mmap on /selinux/policy
by Eric Paris
· 14 years ago
cee74f4
SELinux: allow userspace to read policy back out of the kernel
by Eric Paris
· 14 years ago
d5630b9
security: secid_to_secctx returns len when data is NULL
by Eric Paris
· 14 years ago
1190416
selinux: fast status update interface (/selinux/status)
by KaiGai Kohei
· 14 years ago
6371dcd
selinux: convert the policy type_attr_map to flex_array
by Eric Paris
· 14 years ago
a200005
SELinux: return error codes on policy load failure
by Eric Paris
· 15 years ago
c1a7368
Security: Fix coding style in security/
by wzt.wzt@gmail.com
· 15 years ago
2ae3ba3
selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()
by KaiGai Kohei
· 15 years ago
2da5d31
security: fix a couple of sparse warnings
by James Morris
· 15 years ago
0719aaf
selinux: allow MLS->non-MLS and vice versa upon policy reload
by Guido Trentalancia
· 15 years ago
42596ea
selinux: load the initial SIDs upon every policy load
by Guido Trentalancia
· 15 years ago
7d52a15
selinux: remove dead code in type_attribute_bounds_av()
by KaiGai Kohei
· 15 years ago
2457552
Merge branch 'master' into next
by James Morris
· 15 years ago
19439d0
selinux: change the handling of unknown classes
by Stephen Smalley
· 15 years ago
9f59f90
security/selinux/ss: correct size computation
by Julia Lawall
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
0bce952
SELinux: print denials for buggy kernel with unknown perms
by Eric Paris
· 15 years ago
b7f3008
SELinux: fix locking issue introduced with c6d3aaa4e35c71a3
by Stephen Smalley
· 15 years ago
941fc5b
selinux: drop remapping of netlink classes
by Stephen Smalley
· 15 years ago
c6d3aaa
selinux: dynamic class/perm discovery
by Stephen Smalley
· 15 years ago
d905163
Merge branch 'master' into next
by James Morris
· 15 years ago
44c2d9b
Add audit messages on type boundary violations
by KaiGai Kohei
· 15 years ago
caabbdc
cleanup in ss/services.c
by KaiGai Kohei
· 15 years ago
8a6f83a
Permissive domain in userspace object manager
by KaiGai Kohei
· 16 years ago
f1c6381
SELinux: remove unused av.decided field
by Eric Paris
· 16 years ago
5af75d8
audit: validate comparison operations, store them in sane form
by Al Viro
· 16 years ago
0da939b
Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_next into next
by James Morris
· 16 years ago
8d75899
netlabel: Changes to the NetLabel security attributes to allow LSMs to pass full contexts
by Paul Moore
· 16 years ago
99d854d
selinux: Fix a problem in security_netlbl_sid_to_secattr()
by Paul Moore
· 16 years ago
3040a6d
selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid()
by Paul Moore
· 16 years ago
81990fb
selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid()
by Paul Moore
· 16 years ago
ab2b495
Merge branch 'master' into next
by James Morris
· 16 years ago
8e531af
SELinux: memory leak in security_context_to_sid_core
by Eric Paris
· 16 years ago
d9250de
SELinux: add boundary support and thread context assignment
by KaiGai Kohei
· 16 years ago
dbc74c6
selinux: Unify for- and while-loop style
by Vesa-Matti Kari
· 16 years ago
089be43
Revert "SELinux: allow fstype unknown to policy to use xattrs if present"
by James Morris
· 16 years ago
811f379
SELinux: allow fstype unknown to policy to use xattrs if present
by Eric Paris
· 16 years ago
6cbe270
SELinux: more user friendly unknown handling printk
by Eric Paris
· 16 years ago
22df4ad
selinux: change handling of invalid classes (Was: Re: 2.6.26-rc5-mm1 selinux whine)
by Stephen Smalley
· 16 years ago
89abd0a
SELinux: drop load_mutex in security_load_policy
by Eric Paris
· 16 years ago
cea78dc
SELinux: fix off by 1 reference of class_to_string in context_struct_compute_av
by Eric Paris
· 16 years ago
972ccac
SELinux: open code load_mutex
by James Morris
· 16 years ago
0804d11
SELinux: open code policy_rwlock
by James Morris
· 16 years ago
f526971
SELinux: keep the code clean formating and syntax
by Eric Paris
· 16 years ago
9a59daa
SELinux: fix sleeping allocation in security_context_to_sid
by Stephen Smalley
· 16 years ago
12b29f3
selinux: support deferred mapping of contexts
by Stephen Smalley
· 17 years ago
7bf570d
Security: Make secctx_to_secid() take const secdata
by David Howells
· 17 years ago
8f0cfa5
xattr: add missing consts to function arguments
by David Howells
· 17 years ago
744ba35
SELinux: clean up printks
by Eric Paris
· 17 years ago
5d55a34
SELinux: services.c whitespace, syntax, and static declaraction cleanups
by Eric Paris
· 17 years ago
3925e6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 17 years ago
334d094
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26
by Linus Torvalds
· 17 years ago
9d57a7f
SELinux: use new audit hooks, remove redundant exports
by Ahmed S. Darwish
· 17 years ago
3e11217
SELinux: Add network port SID cache
by Paul Moore
· 17 years ago
0e55a00
selinux/ss/services.c should #include <linux/selinux.h>
by Adrian Bunk
· 17 years ago
64dbf07
selinux: introduce permissive types
by Eric Paris
· 17 years ago
dd6f953
security: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
b0c636b
SELinux: create new open permission
by Eric Paris
· 17 years ago
454d972
SELinux: unify printk messages
by James Morris
· 17 years ago
1e42198
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 17 years ago
0044787
NetLabel: Allow passing the LSM domain as a shared pointer
by Paul Moore
· 17 years ago
869ab51
SELinux: more GFP_NOFS fixups to prevent selinux from re-entering the fs code
by Stephen Smalley
· 17 years ago
394c675
SELinux: Remove security_get_policycaps()
by Paul Moore
· 17 years ago
4746ec5
[AUDIT] add session id to audit messages
by Eric Paris
· 17 years ago
0c11b94
[PATCH] switch audit_get_loginuid() to task_struct *
by Al Viro
· 17 years ago
e1770d9
[SELinux]: Fix double free in selinux_netlbl_sock_setsid()
by Paul Moore
· 17 years ago
5dbe1eb
SELinux: Allow NetLabel to directly cache SIDs
by Paul Moore
· 17 years ago
220deb9
SELinux: Better integration between peer labeling subsystems
by Paul Moore
· 17 years ago
3bb56b2
SELinux: Add a capabilities bitmap to SELinux policy version 22
by Paul Moore
· 17 years ago
e8bfdb9
SELinux: Convert the netif code to use ifindex values
by Paul Moore
· 17 years ago
16efd45
NetLabel: Add secid token support to the NetLabel secattr struct
by Paul Moore
· 17 years ago
b1aa530
selinux: fix labeling of /proc/net inodes
by Stephen Smalley
· 17 years ago
45c950e
selinux: fix memory leak in netlabel code
by Paul Moore
· 17 years ago
9fe79ad
SELinux: improve performance when AVC misses.
by KaiGai Kohei
· 17 years ago
3f12070
SELinux: policy selectable handling of unknown classes and perms
by Eric Paris
· 17 years ago
3ad40d6
SELinux: correct error code in selinux_audit_rule_init
by Steve G
· 17 years ago
d133a96
Typo fixes errror -> error
by Gabriel Craciunescu
· 17 years ago
Next »