summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...James Morris2011-05-241-37/+55
|\
| * SELinux: introduce path_has_permEric Paris2011-04-281-14/+30
| * SELinux: pass last path component in may_createEric Paris2011-04-281-1/+2
| * LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATHEric Paris2011-04-251-13/+13
| * LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODEEric Paris2011-04-251-25/+25
| * SELINUX: Make selinux cache VFS RCU walks safeEric Paris2011-04-251-13/+13
| * SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen2011-04-251-1/+5
| * SELinux: silence build warning when !CONFIG_BUGEric Paris2011-04-251-0/+2
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2011-05-041-1/+2
|\ \
| * | SELinux: pass last path component in may_createEric Paris2011-04-281-1/+2
| |/
* | SELINUX: Make selinux cache VFS RCU walks safeEric Paris2011-04-251-13/+13
* | SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen2011-04-221-1/+5
* | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
* | userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-231-5/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-161-3/+5
|\ \ | |/ |/|
| * net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-1/+1
| * netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy2011-03-031-2/+4
* | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-162/+188
|\ \ | |/ |/|
| * SELinux: implement the new sb_remount LSM hookEric Paris2011-03-031-0/+86
| * SELinux: Compute SID for the newly created socketHarry Ciao2011-03-031-6/+21
| * Revert "selinux: simplify ioctl checking"Eric Paris2011-02-251-8/+42
| * selinux: Fix packet forwarding checks on postroutingSteffen Klassert2011-02-251-18/+5
| * selinux: Fix wrong checks for selinux_policycap_netpeerSteffen Klassert2011-02-251-18/+6
| * security/selinux: fix /proc/sys/ labelingLucian Adrian Grijincu2011-02-011-102/+18
| * SELinux: Use dentry name in new object labelingEric Paris2011-02-011-8/+7
| * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-2/+3
* | CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2011-02-071-1/+5
|/
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-01-101-1/+4
|\
| * SELinux: do not compute transition labels on mountpoint labeled filesystemsEric Paris2010-12-021-1/+4
* | af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller2011-01-051-5/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-261-5/+1
|\ \ | |/
| * capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris2010-11-151-5/+1
* | SELinux: indicate fatal error in compat netfilter codeEric Paris2010-11-231-2/+2
* | SELinux: Only return netlink error when we know the return is fatalEric Paris2010-11-231-4/+4
* | SELinux: return -ECONNREFUSED from ip_postroute to signal fatal errorEric Paris2010-11-171-8/+8
|/
* secmark: make secmark object handling genericEric Paris2010-10-211-0/+24
* security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro2010-10-211-2/+2
* tty: fix fu_list abuseNick Piggin2010-08-181-1/+4
* fs: cleanup files_lock lockingNick Piggin2010-08-181-2/+2
* Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds2010-08-101-4/+8
|\
| * rlimits: selinux, do rlimits changes under task_lockOleg Nesterov2010-07-161-2/+4
| * rlimits: add task_struct to update_rlimit_cpuJiri Slaby2010-07-161-1/+2
| * rlimits: security, add task_struct to setrlimitJiri Slaby2010-07-161-3/+4
* | selinux: place open in the common file permsEric Paris2010-08-021-21/+3
* | SELinux: special dontaudit for access checksEric Paris2010-08-021-5/+15
* | security: make LSMs explicitly mask off permissionsEric Paris2010-08-021-0/+2
* | security: move LSM xattrnames to xattr.hMimi Zohar2010-08-021-3/+0
* | selinux: Use current_security() when possiblePaul Moore2010-08-021-11/+6
* | selinux: Convert socket related access controls to use socket labelsPaul Moore2010-08-021-74/+45
* | selinux: Shuffle the sk_security_struct alloc and free routinesPaul Moore2010-08-021-28/+17
OpenPOWER on IntegriCloud