aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-14d_path: Use struct path in struct avc_audit_dataJan Blunck1-16/+12
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-2/+2
2008-02-11selinux: support 64-bit capabilitiesStephen Smalley1-2/+19
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley1-28/+15
2008-01-30selinux: make selinux_set_mnt_opts() staticAdrian Bunk1-2/+2
2008-01-30SELinux: Add warning messages on network denial due to errorPaul Moore1-5/+24
2008-01-30SELinux: Add network ingress and egress control permission checksPaul Moore1-122/+280
2008-01-30SELinux: Allow NetLabel to directly cache SIDsPaul Moore1-5/+1
2008-01-30SELinux: Enable dynamic enable/disable of the network access checksPaul Moore1-9/+37
2008-01-30SELinux: Better integration between peer labeling subsystemsPaul Moore1-92/+112
2008-01-30SELinux: Add a network node caching mechanism similar to the sel_netif_*() functionsPaul Moore1-16/+17
2008-01-30SELinux: Only store the network interface's ifindexPaul Moore1-2/+2
2008-01-30SELinux: Convert the netif code to use ifindex valuesPaul Moore1-2/+2
2008-01-30NetLabel: Add IP address family information to the netlbl_skbuff_getattr() functionPaul Moore1-11/+22
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-2/+2
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