index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
/
services.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-14
SELinux: remove unused av.decided field
Eric Paris
1
-2
/
+0
2009-01-04
audit: validate comparison operations, store them in sane form
Al Viro
1
-13
/
+13
2008-10-11
Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex...
James Morris
1
-3
/
+10
2008-10-10
netlabel: Changes to the NetLabel security attributes to allow LSMs to pass f...
Paul Moore
1
-1
/
+2
2008-10-10
selinux: Fix a problem in security_netlbl_sid_to_secattr()
Paul Moore
1
-2
/
+8
2008-10-04
selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid()
Paul Moore
1
-7
/
+4
2008-10-04
selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid()
Paul Moore
1
-7
/
+4
2008-09-22
Merge branch 'master' into next
James Morris
1
-3
/
+3
2008-09-04
SELinux: memory leak in security_context_to_sid_core
Eric Paris
1
-3
/
+3
2008-08-28
SELinux: add boundary support and thread context assignment
KaiGai Kohei
1
-1
/
+171
2008-08-15
selinux: Unify for- and while-loop style
Vesa-Matti Kari
1
-4
/
+4
2008-07-15
Revert "SELinux: allow fstype unknown to policy to use xattrs if present"
James Morris
1
-19
/
+8
2008-07-14
SELinux: allow fstype unknown to policy to use xattrs if present
Eric Paris
1
-8
/
+19
2008-07-14
SELinux: more user friendly unknown handling printk
Eric Paris
1
-0
/
+7
2008-07-14
selinux: change handling of invalid classes (Was: Re: 2.6.26-rc5-mm1 selinux ...
Stephen Smalley
1
-3
/
+13
2008-07-14
SELinux: drop load_mutex in security_load_policy
Eric Paris
1
-13
/
+1
2008-07-14
SELinux: fix off by 1 reference of class_to_string in context_struct_compute_av
Eric Paris
1
-1
/
+1
2008-07-14
SELinux: open code load_mutex
James Morris
1
-12
/
+9
2008-07-14
SELinux: open code policy_rwlock
James Morris
1
-56
/
+52
2008-07-14
SELinux: keep the code clean formating and syntax
Eric Paris
1
-2
/
+2
2008-07-14
SELinux: fix sleeping allocation in security_context_to_sid
Stephen Smalley
1
-30
/
+40
2008-07-14
selinux: support deferred mapping of contexts
Stephen Smalley
1
-72
/
+173
2008-04-30
Security: Make secctx_to_secid() take const secdata
David Howells
1
-2
/
+2
2008-04-29
xattr: add missing consts to function arguments
David Howells
1
-2
/
+2
2008-04-21
SELinux: clean up printks
Eric Paris
1
-32
/
+31
2008-04-21
SELinux: services.c whitespace, syntax, and static declaraction cleanups
Eric Paris
1
-60
/
+55
2008-04-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-11
/
+34
2008-04-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26
Linus Torvalds
1
-1
/
+1
2008-04-19
SELinux: use new audit hooks, remove redundant exports
Ahmed S. Darwish
1
-11
/
+34
2008-04-18
SELinux: Add network port SID cache
Paul Moore
1
-7
/
+1
2008-04-18
selinux/ss/services.c should #include <linux/selinux.h>
Adrian Bunk
1
-0
/
+1
2008-04-18
selinux: introduce permissive types
Eric Paris
1
-0
/
+25
2008-04-18
security: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-2
/
+2
2008-04-18
SELinux: create new open permission
Eric Paris
1
-0
/
+3
2008-04-18
SELinux: unify printk messages
James Morris
1
-14
/
+14
2008-04-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-5
/
+7
2008-04-13
NetLabel: Allow passing the LSM domain as a shared pointer
Paul Moore
1
-1
/
+1
2008-04-08
SELinux: more GFP_NOFS fixups to prevent selinux from re-entering the fs code
Stephen Smalley
1
-5
/
+7
2008-02-06
SELinux: Remove security_get_policycaps()
Paul Moore
1
-33
/
+0
2008-02-01
[AUDIT] add session id to audit messages
Eric Paris
1
-2
/
+3
2008-02-01
[PATCH] switch audit_get_loginuid() to task_struct *
Al Viro
1
-1
/
+1
2008-02-01
[SELinux]: Fix double free in selinux_netlbl_sock_setsid()
Paul Moore
1
-1
/
+0
2008-01-30
SELinux: Allow NetLabel to directly cache SIDs
Paul Moore
1
-104
/
+20
2008-01-30
SELinux: Better integration between peer labeling subsystems
Paul Moore
1
-0
/
+85
2008-01-30
SELinux: Add a capabilities bitmap to SELinux policy version 22
Paul Moore
1
-1
/
+66
2008-01-30
SELinux: Convert the netif code to use ifindex values
Paul Moore
1
-8
/
+2
2008-01-30
NetLabel: Add secid token support to the NetLabel secattr struct
Paul Moore
1
-1
/
+4
2008-01-26
selinux: fix labeling of /proc/net inodes
Stephen Smalley
1
-0
/
+3
2008-01-22
selinux: fix memory leak in netlabel code
Paul Moore
1
-2
/
+0
2007-10-17
SELinux: improve performance when AVC misses.
KaiGai Kohei
1
-12
/
+4
[next]