aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* fs: create and use seq_show_option for escapingKees Cook2015-10-131-1/+1
* selinux: fix inode security list corruptionStephen Smalley2014-12-141-1/+1
* selinux: correctly label /proc inodes in use before the policy is loadedPaul Moore2014-04-301-9/+27
* selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos...Paul Moore2014-04-021-7/+35
* SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()Steven Rostedt2014-02-151-2/+18
* selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()Oleg Nesterov2014-02-151-2/+2
* selinux: fix broken peer recv checkChad Hanson2014-02-151-1/+3
* selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()Paul Moore2014-01-031-15/+53
* selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()Paul Moore2014-01-031-2/+23
* selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* selinux: sparse fix: fix several warnings in the security server codeJames Morris2011-09-091-4/+1
* selinux: sparse fix: fix warnings in netlink codeJames Morris2011-09-091-1/+0
* selinux: sparse fix: eliminate warnings for selinuxfsJames Morris2011-09-091-5/+0
* selinux: sparse fix: make selinux_secmark_refcount staticJames Morris2011-09-091-1/+1
* doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-011-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-221-1/+2
|\
| * selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCUAl Viro2011-07-201-2/+2
| * ->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro2011-07-201-2/+3
* | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-221-2/+2
|\ \ | |/ |/|
| * ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo2011-06-221-2/+2
* | selinux: simplify and clean up inode_has_perm()Linus Torvalds2011-06-081-10/+15
|/
* 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
|\