Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2165f631f0e1d4e9a1ee425ef05cb727352285e0
/
security
/
selinux
/
ss
/
services.c
3040a6d
selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid()
by Paul Moore
· 16 years ago
8e531af
SELinux: memory leak in security_context_to_sid_core
by Eric Paris
· 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
0ec8abd
SELinux: fix memory leak in security_netlbl_cache_add()
by Jesper Juhl
· 17 years ago
2c3c05d
SELinux: allow preemption between transition permission checks
by Stephen Smalley
· 17 years ago
55fcf09
selinux: add support for querying object classes and permissions from the running policy
by Christopher J. PeBenito
· 17 years ago
e900a7d
selinux: preserve boolean values across policy reloads
by Stephen Smalley
· 18 years ago
f0ee2e4
selinux: export initial SID contexts via selinuxfs
by James Carter
· 18 years ago
a764ae4
selinux: remove userland security class and permission definitions
by Stephen Smalley
· 18 years ago
4f6a993
SELinux: move security_skb_extlbl_sid() out of the security server
by Paul Moore
· 18 years ago
c60475b
SELinux: rename selinux_netlabel.h to netlabel.h
by Paul Moore
· 18 years ago
5778eab
SELinux: extract the NetLabel SELinux support from the security server
by Paul Moore
· 18 years ago
4f4acf3
Always initialize scontext and scontext_len
by Stephen Smalley
· 18 years ago
342a0cf
[SELINUX]: Fix 2.6.20-rc6 build when no xfrm
by Venkat Yekkirala
· 18 years ago
334c855
[SELINUX]: increment flow cache genid
by Venkat Yekkirala
· 18 years ago
7979512
NetLabel: correct locking in selinux_netlbl_socket_setsid()
by Paul Moore
· 18 years ago
0efc61e
selinux: Delete mls_copy_context
by Venkat Yekkirala
· 18 years ago
9883a13
[PATCH] selinux: fix selinux_netlbl_inode_permission() locking
by Parag Warudkar
· 18 years ago
0275276
NetLabel: convert to an extensibile/sparse category bitmap
by Paul Moore
· 18 years ago
3de4bab
SELinux: peer secid consolidation for external network labeling
by Paul Moore
· 18 years ago
9f2ad66
NetLabel: SELinux cleanups
by Paul Moore
· 18 years ago
701a90b
NetLabel: make netlbl_lsm_secattr struct easier/quicker to understand
by Paul Moore
· 18 years ago
b94c7e6
SELinux: validate kernel object classes and permissions
by Chad Sellers
· 18 years ago
5a64d44
SELinux: remove current object class and permission validation mechanism
by Chad Sellers
· 18 years ago
f8687af
[NetLabel]: protect the CIPSOv4 socket option from setsockopt()
by Paul Moore
· 18 years ago
bf0edf3
NetLabel: better error handling involving mls_export_cat()
by Paul Moore
· 18 years ago
388b240
NetLabel: use SECINITSID_UNLABELED for a base SID
by paul.moore@hp.com
· 18 years ago
ffb733c
NetLabel: fix a cache race condition
by paul.moore@hp.com
· 18 years ago
2397074
[PATCH] SELinux: change isec semaphore to a mutex
by Eric Paris
· 18 years ago
9a2f44f
[PATCH] selinux: replace ctxid with sid in selinux_audit_rule_match interface
by Stephen Smalley
· 18 years ago
df2115c
[NetLabel]: change the SELinux permissions
by Paul Moore
· 18 years ago
14a72f5
[NetLabel]: correct improper handling of non-NetLabel peer contexts
by Paul Moore
· 18 years ago
4eb327b
[SELINUX]: Fix bug in security_sid_mls_copy
by Venkat Yekkirala
· 18 years ago
e448e93
[NetLabel]: uninline selinux_netlbl_inode_permission()
by Paul Moore
· 18 years ago
c1b14c0
[NetLabel]: Comment corrections.
by Paul Moore
· 18 years ago
99f59ed
[NetLabel]: Correctly initialize the NetLabel fields.
by Paul Moore
· 18 years ago
7420ed2
[NetLabel]: SELinux support
by Venkat Yekkirala
· 18 years ago
08554d6
[MLSXFRM]: Define new SELinux service routine
by Venkat Yekkirala
· 18 years ago
851f8a6
[PATCH] selinux: fix bug in security_compute_sid
by Venkat Yekkirala
· 18 years ago
6e5a2d1
[PATCH] audit: support for object context filters
by Darrel Goeddel
· 18 years ago
3a6b9f8
[PATCH] audit: rename AUDIT_SE_* constants
by Darrel Goeddel
· 18 years ago
8ba8e0f
[PATCH] fix se_sen audit filter
by Darrel Goeddel
· 18 years ago
0cccca0
[PATCH] selinux: check for failed kmalloc in security_sid_to_context()
by Serge E. Hallyn
· 18 years ago
376bd9c
[PATCH] support for context based audit filtering
by Darrel Goeddel
· 19 years ago
1b9a391
Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
by Linus Torvalds
· 19 years ago
bb00307
[PATCH] sem2mutex: security/
by Ingo Molnar
· 19 years ago
af601e4
[PATCH] SE Linux audit events
by Steve Grubb
· 19 years ago
e0795cf
[PATCH] selinux: Remove unneeded k[cm]alloc() return value casts
by Jesper Juhl
· 19 years ago
89d155e
[PATCH] SELinux: convert to kzalloc
by James Morris
· 19 years ago
5d54e69
Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6
by Linus Torvalds
· 19 years ago
782ebb9
[PATCH] selinux: Reduce memory use by avtab
by Stephen Smalley
· 19 years ago
c973b11
Merge with /shiny/git/linux-2.6/.git
by David Woodhouse
· 19 years ago
f5c1d5b
[PATCH] SELinux: default labeling of MLS field
by James Morris
· 19 years ago
d2f6409
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by David Woodhouse
· 19 years ago
9a5f04b
[PATCH] selinux: kfree cleanup
by Jesper Juhl
· 19 years ago
9ad9ad3
AUDIT: Wait for backlog to clear when generating messages.
by David Woodhouse
· 19 years ago
7063e6c
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by David Woodhouse
· 19 years ago
4c443d1
[PATCH] selinux: fix avc_alloc_node() oom with no policy loaded
by Stephen Smalley
· 19 years ago
c040499
AUDIT: Add message types to audit records
by Steve Grubb
· 19 years ago
Next »