aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29xattr: add missing consts to function argumentsDavid Howells1-2/+2
2008-04-28SELinux: policydb.h whitespace, syntax, and other cleanupsEric Paris1-5/+5
2008-04-28SELinux: mls_types.h whitespace, syntax, and other cleanupsEric Paris1-2/+2
2008-04-28SELinux: mls.h whitespace, syntax, and other cleanupsEric Paris1-3/+3
2008-04-28SELinux: hashtab.h whitespace, syntax, and other cleanupsEric Paris1-3/+3
2008-04-28SELinux: context.h whitespace, syntax, and other cleanupsEric Paris1-2/+2
2008-04-28SELinux: ss/conditional.h whitespace, syntax, and other cleanupsEric Paris1-3/+3
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6Linus Torvalds8-254/+235
2008-04-21changing whitespace for fun and profit: policydb.cEric Paris1-68/+63
2008-04-21SELinux: clean up printksEric Paris4-61/+60
2008-04-21SELinux: sidtab.c whitespace, syntax, and static declaraction cleanupsEric Paris1-4/+2
2008-04-21SELinux: services.c whitespace, syntax, and static declaraction cleanupsEric Paris1-60/+55
2008-04-21SELinux: mls.c whitespace, syntax, and static declaraction cleanupsEric Paris1-13/+14
2008-04-21SELinux: hashtab.c whitespace, syntax, and static declaraction cleanupsEric Paris1-2/+2
2008-04-21SELinux: ebitmap.c whitespace, syntax, and static declaraction cleanupsEric Paris1-3/+2
2008-04-21SELinux: conditional.c whitespace, syntax, and static declaraction cleanupsEric Paris1-33/+26
2008-04-21SELinux: avtab.c whitespace, syntax, and static declaraction cleanupsEric Paris1-10/+11
2008-04-18security: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-11/+34
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds1-1/+1
2008-04-19SELinux: use new audit hooks, remove redundant exportsAhmed S. Darwish1-11/+34
2008-04-18SELinux: Add network port SID cachePaul Moore1-7/+1
2008-04-18selinux/ss/services.c should #include <linux/selinux.h>Adrian Bunk1-0/+1
2008-04-18selinux: introduce permissive typesEric Paris3-0/+38
2008-04-18security: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-18SELinux: create new open permissionEric Paris1-0/+3
2008-04-18SELinux: unify printk messagesJames Morris5-76/+76
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-5/+7
2008-04-12NetLabel: Allow passing the LSM domain as a shared pointerPaul Moore1-1/+1
2008-04-08SELinux: more GFP_NOFS fixups to prevent selinux from re-entering the fs codeStephen Smalley1-5/+7
2008-02-06SELinux: Remove security_get_policycaps()Paul Moore1-33/+0
2008-02-01[AUDIT] add session id to audit messagesEric Paris1-2/+3
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro1-1/+1
2008-01-31[SELinux]: Fix double free in selinux_netlbl_sock_setsid()Paul Moore1-1/+0
2008-01-30SELinux: Allow NetLabel to directly cache SIDsPaul Moore1-104/+20
2008-01-30SELinux: Better integration between peer labeling subsystemsPaul Moore1-0/+85
2008-01-30SELinux: Add a capabilities bitmap to SELinux policy version 22Paul Moore3-2/+85
2008-01-30SELinux: Convert the netif code to use ifindex valuesPaul Moore1-8/+2
2008-01-30NetLabel: Add secid token support to the NetLabel secattr structPaul Moore2-6/+9
2008-01-26selinux: fix labeling of /proc/net inodesStephen Smalley1-0/+3
2008-01-25selinux: make mls_compute_sid always polyinstantiateEamon Walsh1-9/+2
2008-01-25security/selinux: Add missing "space"Joe Perches1-1/+1
2008-01-22selinux: fix memory leak in netlabel codePaul Moore1-2/+0
2007-11-08SELinux: add more validity checks on policy loadStephen Smalley7-38/+118
2007-11-08SELinux: fix bug in new ebitmap code.KaiGai Kohei1-1/+1
2007-10-17SELinux: kills warnings in Improve SELinux performance when AVC missesKaiGai Kohei2-6/+7
2007-10-17SELinux: improve performance when AVC misses.KaiGai Kohei4-237/+303
2007-10-17SELinux: policy selectable handling of unknown classes and permsEric Paris3-9/+78
2007-10-17SELinux: tune avtab to reduce memory usageYuichi Nakamura4-36/+82
2007-08-16SELinux: correct error code in selinux_audit_rule_initSteve G1-1/+1