aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-22[MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala1-2/+5
2006-09-22[MLSXFRM]: Add security sid to sockVenkat Yekkirala1-17/+21
2006-08-02[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang1-14/+24
2006-07-14[PATCH] Fix security check for joint context= and fscontext= mount optionsEric Paris1-5/+9
2006-07-10[PATCH] SELinux: add rootcontext= option to label root inode when mountingEric Paris1-9/+57
2006-07-10[PATCH] SELinux: decouple fscontext/context mount optionsEric Paris1-15/+54
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+0
2006-06-30[PATCH] SELinux: Add security hook definition for getioprio and insert hooksDavid Quigley1-0/+6
2006-06-30[PATCH] SELinux: extend task_kill hook to handle signals sent by AIO completionDavid Quigley1-4/+16
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang1-3/+8
2006-06-29[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel1-13/+13
2006-06-27[PATCH] selinux: inherit /proc/self/attr/keycreate across forkMichael LeMay1-2/+4
2006-06-26[PATCH] SELinux: Add sockcreate node to procattr APIEric Paris1-5/+17
2006-06-26[PATCH] keys: add a way to store the appropriate context for newly-created keysMichael LeMay1-6/+29
2006-06-26[PATCH] keys: sort out key quota systemDavid Howells1-3/+6
2006-06-23[PATCH] SELinux: add task_movememory hookDavid Quigley1-0/+6
2006-06-23[PATCH] lsm: add task_setioprio hookJames Morris1-0/+6
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-3/+3
2006-06-22[PATCH] selinux: add hooks for key subsystemMichael LeMay1-0/+64
2006-06-17[SECMARK]: Add new packet controls to SELinuxJames Morris1-109/+133
2006-06-17[SELINUX]: add security class for appletalk socketsChristopher J. PeBenito1-0/+2
2006-06-17[LSM-IPsec]: SELinux AuthorizeCatherine Zhang1-0/+2
2006-06-05[PATCH] selinux: fix sb_lock/sb_security_lock nestingStephen Smalley1-2/+4
2006-05-21[PATCH] selinux: endian fixAlexey Dobriyan1-1/+1
2006-05-03[PATCH] selinux: Clear selinux_enabled flag upon runtime disable.Stephen Smalley1-0/+3
2006-05-01[PATCH] change lspp ipc auditingSteve Grubb1-8/+0
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds1-52/+46
2006-03-22[PATCH] SELinux: add slab cache for inode security structJames Morris1-2/+8
2006-03-22[PATCH] SELinux: cleanup stray variable in selinux_inode_init_security()James Morris1-2/+0
2006-03-22[PATCH] selinux: Disable automatic labeling of new inodes when no policy is loadedStephen Smalley1-1/+1
2006-03-20[SECURITY]: TCP/UDP getpeersecCatherine Zhang1-7/+39
2006-03-20[PATCH] Miscellaneous bug and warning fixesDustin Kirkland1-1/+1
2006-03-20[PATCH] Capture selinux subject/object context information.Dustin Kirkland1-51/+45
2006-03-11[PATCH] selinux: tracer SID fixStephen Smalley1-1/+1
2006-02-05[PATCH] selinux: require SECURITY_NETWORKStephen Smalley1-18/+3
2006-02-01[PATCH] selinux: remove security struct magic number fields and testsStephen Smalley1-44/+5
2006-02-01[PATCH] selinux: change file_alloc_security to use GFP_KERNELStephen Smalley1-1/+1
2006-02-01[PATCH] selinux: fix and cleanup mprotect checksStephen Smalley1-29/+21
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-1/+1
2006-01-08[PATCH] rcu file: use atomic primitivesNick Piggin1-1/+1
2006-01-03[LSM-IPSec]: Per-packet access control.Trent Jaeger1-0/+39
2005-11-09[PATCH] selinux: disable setxattr on mountpoint labeled filesystemsStephen Smalley1-0/+3
2005-10-30[PATCH] cleanup the usage of SEND_SIG_xxx constantsOleg Nesterov1-2/+1
2005-10-30[PATCH] remove hardcoded SEND_SIG_xxx constantsOleg Nesterov1-2/+2
2005-10-30[PATCH] reduce sizeof(struct file)Eric Dumazet1-1/+1
2005-10-30[PATCH] selinux-canonicalize-getxattr-fixAndrew Morton1-3/+0
2005-10-30[PATCH] SELinux: canonicalize getxattr()James Morris1-14/+32
2005-10-30[PATCH] SELinux: convert to kzallocJames Morris1-16/+8
2005-10-28[PATCH] gfp_t: net/*Al Viro1-2/+2