aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/netlabel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-08-17SELinux: Convert avc_audit to use lsm_audit.hThomas Liu1-1/+1
2009-07-13Revert "SELinux: Convert avc_audit to use lsm_audit.h"James Morris1-1/+1
2009-07-13SELinux: Convert avc_audit to use lsm_audit.hThomas Liu1-1/+1
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore1-133/+53
2009-03-02selinux: Fix a panic in selinux_netlbl_inode_permission()Paul Moore1-2/+3
2009-02-23selinux: Fix the NetLabel glue code for setsockopt()Paul Moore1-1/+3
2008-10-10selinux: Cache NetLabel secattrs in the socket's security structPaul Moore1-36/+79
2008-10-10selinux: Set socket NetLabel based on connection endpointPaul Moore1-28/+119
2008-10-10netlabel: Add functionality to set the security attributes of a packetPaul Moore1-2/+66
2008-10-10selinux: Fix missing calls to netlbl_skbuff_err()Paul Moore1-1/+19
2008-10-10selinux: Cleanup the NetLabel glue codePaul Moore1-28/+10
2008-04-21SELinux: netlabel.c whitespace, syntax, and static declaraction cleanupsEric Paris1-1/+1
2008-04-18selinux: selinux/netlabel.c should #include "netlabel.h"Adrian Bunk1-0/+1
2008-04-18SELinux: Correct the NetLabel locking for the sk_security_structPaul Moore1-68/+13
2008-01-30SELinux: Allow NetLabel to directly cache SIDsPaul Moore1-21/+34
2008-01-30SELinux: Better integration between peer labeling subsystemsPaul Moore1-7/+3
2008-01-30NetLabel: Add IP address family information to the netlbl_skbuff_getattr() functionPaul Moore1-3/+9
2008-01-22selinux: fix memory leak in netlabel codePaul Moore1-2/+5
2007-08-02SELinux: restore proper NetLabel caching behaviorPaul Moore1-4/+12
2007-07-19SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabelPaul Moore1-21/+20
2007-07-19SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementPaul Moore1-0/+8
2007-07-13Revert "SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabel"Linus Torvalds1-13/+21
2007-07-11SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabelPaul Moore1-21/+13
2007-06-08[NetLabel]: consolidate the struct socket/sock handling to just struct sockPaul Moore1-15/+21
2007-04-26SELinux: extract the NetLabel SELinux support from the security serverPaul Moore1-0/+363