aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25security: add a secctx_to_secid() hookDavid Howells1-0/+6
2008-01-25Security: add get, set, and cloning of superblock security informationEric Paris1-254/+494
2007-10-23SELinux: always check SIGCHLD in selinux_task_waitEric Paris1-5/+1
2007-10-17security/ cleanupsAdrian Bunk1-20/+0
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-27/+47
2007-10-17security: Convert LSM into a static interfaceJames Morris1-1/+1
2007-10-17SELinux: Improve read/write performanceYuichi Nakamura1-1/+52
2007-10-15[SELINUX]: Update for netfilter ->hook() arg changes.David S. Miller1-6/+5
2007-10-10[INET]: local port range robustnessStephen Hemminger1-17/+22
2007-09-20SELinux: fix array out of bounds when mounting with selinux optionsEric Paris1-0/+2
2007-08-30SELinux: clear parent death signal on SID transitionsStephen Smalley1-0/+3
2007-08-22fix NULL pointer dereference in __vm_enough_memory()Alan Cox1-2/+2
2007-08-02SELinux: remove redundant pointer checks before calling kfree()Paul Moore1-2/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabelPaul Moore1-10/+11
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma1-1/+1
2007-07-13Revert "SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabel"Linus Torvalds1-11/+10
2007-07-11SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabelPaul Moore1-10/+11
2007-07-11security: Protection for exploiting null dereference using mmapEric Paris1-4/+8
2007-07-11SELinux: allow preemption between transition permission checksStephen Smalley1-4/+5
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08tty: introduce no_tty and use it in selinuxEric W. Biederman1-4/+3
2007-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6Linus Torvalds1-6/+32
2007-04-26SELinux: move security_skb_extlbl_sid() out of the security serverPaul Moore1-5/+31
2007-04-26SELinux: rename selinux_netlabel.h to netlabel.hPaul Moore1-1/+1
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo1-2/+2
2007-03-14[PATCH] sanitize security_getprocattr() APIAl Viro1-2/+6
2007-02-26Reassign printk levels in selinux kernel codeEric Paris1-12/+12
2007-02-14[PATCH] selinux: enhance selinux to always ignore private inodesStephen Smalley1-0/+3
2007-02-14[PATCH] sysctl: fix the selinux_sysctl_get_sidEric W. Biederman1-0/+6
2007-02-14[PATCH] sysctl: remove the proc_dir_entry member for the sysctl tablesEric W. Biederman1-2/+37
2007-02-11[PATCH] Replace regular code with appropriate calls to container_of()Robert P. J. Day1-1/+1
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov1-1/+1
2006-12-08[PATCH] struct path: convert selinuxJosef Sipek1-10/+10
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra1-4/+7
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-04[PATCH] selinux endianness annotationsAl Viro1-1/+1
2006-12-02SELinux: peer secid consolidation for external network labelingPaul Moore1-31/+12
2006-12-02NetLabel: SELinux cleanupsPaul Moore1-5/+5
2006-12-02[SELinux]: Add support for DCCPJames Morris1-8/+58
2006-12-02SELinux: Fix SA selection semanticsVenkat Yekkirala1-9/+17
2006-12-02SELinux: Return correct context for SO_PEERSECVenkat Yekkirala1-4/+17
2006-11-27selinux: fix dentry_open() error checkAkinobu Mita1-1/+2
2006-10-30[NetLabel]: protect the CIPSOv4 socket option from setsockopt()Paul Moore1-1/+7
2006-09-29[PATCH] MLSXFRM: fix mis-labelling of child socketsDavid Woodhouse1-1/+3
2006-09-29[PATCH] SELinux: support mls categories for context mountsCory Olmo1-5/+30
2006-09-26[PATCH] selinux: fix tty lockingStephen Smalley1-1/+4