aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* SELinux: whitespace and formating fixes for hooks.cEric Paris2008-04-211-250/+245
* SELinux: clean up printksEric Paris2008-04-211-8/+9
* Security: Introduce security= boot parameterAhmed S. Darwish2008-04-191-0/+7
* SELinux: use new audit hooks, remove redundant exportsAhmed S. Darwish2008-04-191-0/+8
* SELinux: setup new inode/ipc getsecid hooksAhmed S. Darwish2008-04-191-2/+17
* SELinux: Add network port SID cachePaul Moore2008-04-181-12/+8
* SELinux: turn mount options strings into definesEric Paris2008-04-181-8/+8
* selinux: remove ptrace_sidRoland McGrath2008-04-181-24/+47
* security: code cleanupAndrew Morton2008-04-181-1/+1
* security: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-181-8/+8
* SELinux: create new open permissionEric Paris2008-04-181-1/+30
* SELinux: remove unused backpointers from security objectsJames Morris2008-04-181-7/+0
* SELinux: Correct the NetLabel locking for the sk_security_structPaul Moore2008-04-181-2/+2
* SELinux: don't BUG if fs reuses a superblockEric Paris2008-04-101-4/+4
* SELinux: more GFP_NOFS fixups to prevent selinux from re-entering the fs codeStephen Smalley2008-04-081-3/+4
* selinux: prevent rentry into the FSJosef Bacik2008-04-041-2/+2
* selinux: handle files opened with flags 3 by checking ioctl permissionStephen Smalley2008-04-021-0/+6
* make selinux_parse_opts_str() staticAdrian Bunk2008-03-181-1/+2
* LSM/SELinux: Interfaces to allow FS to control mount optionsEric Paris2008-03-061-81/+94
* d_path: Use struct path in struct avc_audit_dataJan Blunck2008-02-141-16/+12
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-2/+2
* selinux: support 64-bit capabilitiesStephen Smalley2008-02-111-2/+19
* VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley2008-02-051-28/+15
* selinux: make selinux_set_mnt_opts() staticAdrian Bunk2008-01-301-2/+2
* SELinux: Add warning messages on network denial due to errorPaul Moore2008-01-301-5/+24
* SELinux: Add network ingress and egress control permission checksPaul Moore2008-01-301-122/+280
* SELinux: Allow NetLabel to directly cache SIDsPaul Moore2008-01-301-5/+1
* SELinux: Enable dynamic enable/disable of the network access checksPaul Moore2008-01-301-9/+37
* SELinux: Better integration between peer labeling subsystemsPaul Moore2008-01-301-92/+112
* SELinux: Add a network node caching mechanism similar to the sel_netif_*() fu...Paul Moore2008-01-301-16/+17
* SELinux: Only store the network interface's ifindexPaul Moore2008-01-301-2/+2
* SELinux: Convert the netif code to use ifindex valuesPaul Moore2008-01-301-2/+2
* NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu...Paul Moore2008-01-301-11/+22
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-2/+2
* security: add a secctx_to_secid() hookDavid Howells2008-01-251-0/+6
* Security: add get, set, and cloning of superblock security informationEric Paris2008-01-251-254/+494
* SELinux: always check SIGCHLD in selinux_task_waitEric Paris2007-10-231-5/+1
* security/ cleanupsAdrian Bunk2007-10-171-20/+0
* Implement file posix capabilitiesSerge E. Hallyn2007-10-171-27/+47
* security: Convert LSM into a static interfaceJames Morris2007-10-171-1/+1
* SELinux: Improve read/write performanceYuichi Nakamura2007-10-171-1/+52
* [SELINUX]: Update for netfilter ->hook() arg changes.David S. Miller2007-10-151-6/+5
* [INET]: local port range robustnessStephen Hemminger2007-10-101-17/+22
* SELinux: fix array out of bounds when mounting with selinux optionsEric Paris2007-09-201-0/+2
* SELinux: clear parent death signal on SID transitionsStephen Smalley2007-08-301-0/+3
* fix NULL pointer dereference in __vm_enough_memory()Alan Cox2007-08-221-2/+2
* SELinux: remove redundant pointer checks before calling kfree()Paul Moore2007-08-021-2/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabelPaul Moore2007-07-191-10/+11
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-171-1/+1