summaryrefslogtreecommitdiff
path: root/security/selinux/ss/services.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-26SELinux: rename selinux_netlabel.h to netlabel.hPaul Moore1-1/+1
2007-04-26SELinux: extract the NetLabel SELinux support from the security serverPaul Moore1-365/+58
2007-02-26Always initialize scontext and scontext_lenStephen Smalley1-0/+3
2007-01-27[SELINUX]: Fix 2.6.20-rc6 build when no xfrmVenkat Yekkirala1-3/+3
2007-01-24[SELINUX]: increment flow cache genidVenkat Yekkirala1-0/+3
2007-01-09NetLabel: correct locking in selinux_netlbl_socket_setsid()Paul Moore1-2/+2
2007-01-09selinux: Delete mls_copy_contextVenkat Yekkirala1-2/+1
2007-01-03[PATCH] selinux: fix selinux_netlbl_inode_permission() lockingParag Warudkar1-2/+4
2006-12-03NetLabel: convert to an extensibile/sparse category bitmapPaul Moore1-16/+7
2006-12-03SELinux: peer secid consolidation for external network labelingPaul Moore1-62/+28
2006-12-03NetLabel: SELinux cleanupsPaul Moore1-41/+66
2006-12-03NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore1-8/+16
2006-11-28SELinux: validate kernel object classes and permissionsChad Sellers1-1/+137
2006-11-28SELinux: remove current object class and permission validation mechanismChad Sellers1-91/+0
2006-10-31[NetLabel]: protect the CIPSOv4 socket option from setsockopt()Paul Moore1-0/+37
2006-10-16NetLabel: better error handling involving mls_export_cat()Paul Moore1-8/+10
2006-10-12NetLabel: use SECINITSID_UNLABELED for a base SIDpaul.moore@hp.com1-20/+9
2006-10-12NetLabel: fix a cache race conditionpaul.moore@hp.com1-16/+21
2006-09-26[PATCH] SELinux: change isec semaphore to a mutexEric Paris1-2/+2
2006-09-26[PATCH] selinux: replace ctxid with sid in selinux_audit_rule_match interfaceStephen Smalley1-3/+3
2006-09-26[NetLabel]: change the SELinux permissionsPaul Moore1-4/+4
2006-09-26[NetLabel]: correct improper handling of non-NetLabel peer contextsPaul Moore1-1/+11
2006-09-23[SELINUX]: Fix bug in security_sid_mls_copyVenkat Yekkirala1-1/+1
2006-09-23[NetLabel]: uninline selinux_netlbl_inode_permission()Paul Moore1-9/+24
2006-09-23[NetLabel]: Comment corrections.Paul Moore1-1/+1
2006-09-23[NetLabel]: Correctly initialize the NetLabel fields.Paul Moore1-2/+43
2006-09-23[NetLabel]: SELinux supportVenkat Yekkirala1-0/+488
2006-09-23[MLSXFRM]: Define new SELinux service routineVenkat Yekkirala1-0/+69
2006-08-01[PATCH] selinux: fix bug in security_compute_sidVenkat Yekkirala1-2/+2
2006-07-01[PATCH] audit: support for object context filtersDarrel Goeddel1-1/+17
2006-07-01[PATCH] audit: rename AUDIT_SE_* constantsDarrel Goeddel1-16/+16
2006-06-20[PATCH] fix se_sen audit filterDarrel Goeddel1-1/+1
2006-05-15[PATCH] selinux: check for failed kmalloc in security_sid_to_context()Serge E. Hallyn1-0/+4
2006-05-01[PATCH] support for context based audit filteringDarrel Goeddel1-1/+234
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-6/+9
2006-03-22[PATCH] sem2mutex: security/Ingo Molnar1-4/+5
2006-03-20[PATCH] SE Linux audit eventsSteve Grubb1-6/+9
2006-01-10[PATCH] selinux: Remove unneeded k[cm]alloc() return value castsJesper Juhl1-3/+3
2005-10-31[PATCH] SELinux: convert to kzallocJames Morris1-7/+4
2005-09-13Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 Linus Torvalds1-2/+2