summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | netlabel: Add functionality to set the security attributes of a packetPaul Moore2008-10-101-1/+49
| * | selinux: Fix missing calls to netlbl_skbuff_err()Paul Moore2008-10-101-4/+15
| * | selinux: Better local/forward check in selinux_ip_postroute()Paul Moore2008-10-101-45/+81
| * | selinux: Correctly handle IPv4 packets on IPv6 sockets in all casesPaul Moore2008-10-101-5/+17
| |/
* | selinux: use default proc sid on symlinksStephen Smalley2008-09-291-1/+1
* | SELinux: add boundary support and thread context assignmentKaiGai Kohei2008-08-281-3/+12
* | Merge branch 'master' into nextJames Morris2008-08-281-7/+18
|\|
| * security: Fix setting of PF_SUPERPRIV by __capable()David Howells2008-08-141-7/+18
* | SELinux: Fix a potentially uninitialised variable in SELinux hooksDavid Howells2008-08-051-18/+24
* | make selinux_write_opts() staticAdrian Bunk2008-08-051-1/+2
|/
* SELinux: /proc/mounts should show what it canEric Paris2008-07-301-1/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-07-271-3/+2Star
|\
| * [PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro2008-07-271-3/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-271-19/+8Star
|\ \ | |/ |/|
| * selinux: use nf_register_hooks()Alexey Dobriyan2008-07-271-19/+8Star
* | tracehook: tracehook_tracer_taskRoland McGrath2008-07-261-19/+3Star
|/
* Revert "SELinux: allow fstype unknown to policy to use xattrs if present"James Morris2008-07-151-17/+5Star
* security: remove register_security hookJames Morris2008-07-141-27/+5Star
* security: remove unused sb_get_mnt_opts hookMiklos Szeredi2008-07-141-1/+0Star
* LSM/SELinux: show LSM mount options in /proc/mountsEric Paris2008-07-141-1/+54
* SELinux: allow fstype unknown to policy to use xattrs if presentEric Paris2008-07-141-5/+17
* SELinux: use do_each_thread as a proper do/while blockJames Morris2008-07-141-2/+2
* SELinux: remove unused and shadowed addrlen variableJames Morris2008-07-141-3/+1Star
* selinux: simplify ioctl checkingStephen Smalley2008-07-141-40/+8Star
* SELinux: enable processes with mac_admin to get the raw inode contextsStephen Smalley2008-07-141-4/+23
* Security: split proc ptrace checking into read vs. attachStephen Smalley2008-07-141-2/+11
* SELinux: keep the code clean formating and syntaxEric Paris2008-07-141-7/+11
* selinux: support deferred mapping of contextsStephen Smalley2008-07-141-4/+16
* [PATCH] split linux/file.hAl Viro2008-05-011-0/+1
* signals: cleanup security_task_kill() usage/implementationOleg Nesterov2008-04-301-3/+0Star
* Security: Make secctx_to_secid() take const secdataDavid Howells2008-04-291-1/+1
* keys: don't generate user and user session keyrings unless they're accessedDavid Howells2008-04-291-8/+0Star
* keys: add keyctl function to get a security labelDavid Howells2008-04-291-0/+15
* xattr: add missing consts to function argumentsDavid Howells2008-04-291-6/+8
* capabilities: implement per-process securebitsAndrew G. Morgan2008-04-281-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-231-4/+4
|\
| * [PATCH] switch a bunch of LSM hooks from nameidata to pathAl Viro2008-04-221-4/+4
* | SELinux: no BUG_ON(!ss_initialized) in selinux_clone_mnt_optsEric Paris2008-04-221-3/+12
|/
* SELinux: whitespace and formating fixes for hooks.cEric Paris2008-04-211-250/+245Star
* 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/+8Star
* 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/+0Star