summaryrefslogtreecommitdiff
path: root/security/selinux/ss/services.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-04SELinux: memory leak in security_context_to_sid_coreEric Paris1-3/+3
2008-07-15Revert "SELinux: allow fstype unknown to policy to use xattrs if present"James Morris1-19/+8
2008-07-14SELinux: allow fstype unknown to policy to use xattrs if presentEric Paris1-8/+19
2008-07-14SELinux: more user friendly unknown handling printkEric Paris1-0/+7
2008-07-14selinux: change handling of invalid classes (Was: Re: 2.6.26-rc5-mm1 selinux ...Stephen Smalley1-3/+13
2008-07-14SELinux: drop load_mutex in security_load_policyEric Paris1-13/+1
2008-07-14SELinux: fix off by 1 reference of class_to_string in context_struct_compute_avEric Paris1-1/+1
2008-07-14SELinux: open code load_mutexJames Morris1-12/+9
2008-07-14SELinux: open code policy_rwlockJames Morris1-56/+52
2008-07-14SELinux: keep the code clean formating and syntaxEric Paris1-2/+2
2008-07-14SELinux: fix sleeping allocation in security_context_to_sidStephen Smalley1-30/+40
2008-07-14selinux: support deferred mapping of contextsStephen Smalley1-72/+173
2008-04-30Security: Make secctx_to_secid() take const secdataDavid Howells1-2/+2
2008-04-29xattr: add missing consts to function argumentsDavid Howells1-2/+2
2008-04-21SELinux: clean up printksEric Paris1-32/+31
2008-04-21SELinux: services.c whitespace, syntax, and static declaraction cleanupsEric Paris1-60/+55
2008-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-11/+34
2008-04-19Merge 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 Paris1-0/+25
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 Morris1-14/+14
2008-04-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-5/+7
2008-04-13NetLabel: 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-02-01[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 Moore1-1/+66
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 Moore1-1/+4
2008-01-26selinux: fix labeling of /proc/net inodesStephen Smalley1-0/+3
2008-01-22selinux: fix memory leak in netlabel codePaul Moore1-2/+0
2007-10-17SELinux: improve performance when AVC misses.KaiGai Kohei1-12/+4
2007-10-17SELinux: policy selectable handling of unknown classes and permsEric Paris1-9/+66
2007-08-16SELinux: correct error code in selinux_audit_rule_initSteve G1-1/+1
2007-08-01Typo fixes errror -> errorGabriel Craciunescu1-1/+1
2007-07-23SELinux: fix memory leak in security_netlbl_cache_add()Jesper Juhl1-1/+3
2007-07-12SELinux: allow preemption between transition permission checksStephen Smalley1-19/+30
2007-07-12selinux: add support for querying object classes and permissions from the run...Christopher J. PeBenito1-0/+95
2007-04-26selinux: preserve boolean values across policy reloadsStephen Smalley1-0/+38
2007-04-26selinux: export initial SID contexts via selinuxfsJames Carter1-0/+7
2007-04-26selinux: remove userland security class and permission definitionsStephen Smalley1-0/+2
2007-04-26SELinux: move security_skb_extlbl_sid() out of the security serverPaul Moore1-27/+0