summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* security: Fix setting of PF_SUPERPRIV by __capable()David Howells2008-08-141-7/+18
* 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-261-3/+2
|\
| * [PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro2008-07-261-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-261-19/+8
|\ \ | |/ |/|
| * selinux: use nf_register_hooks()Alexey Dobriyan2008-07-261-19/+8
* | tracehook: tracehook_tracer_taskRoland McGrath2008-07-261-19/+3
|/
* Revert "SELinux: allow fstype unknown to policy to use xattrs if present"James Morris2008-07-151-17/+5
* security: remove register_security hookJames Morris2008-07-141-27/+5
* security: remove unused sb_get_mnt_opts hookMiklos Szeredi2008-07-141-1/+0
* 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/+1
* selinux: simplify ioctl checkingStephen Smalley2008-07-141-40/+8
* 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/+0
* 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/+0
* 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-221-4/+4
|\
| * [PATCH] switch a bunch of LSM hooks from nameidata to pathAl Viro2008-04-211-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/+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
OpenPOWER on IntegriCloud