aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
* | selinux: Consolidate sockcreate_sid logicPaul Moore2010-08-021-20/+12
* | selinux: Set the peer label correctly on connected UNIX domain socketsPaul Moore2010-08-021-16/+14
|/
* switch selinux delayed superblock handling to iterate_supers()Al Viro2010-05-211-47/+8
* selinux: generalize disabling of execmem for plt-in-heap archsStephen Smalley2010-04-291-6/+8
* selinux: always call sk_security_struct sksecEric Paris2010-04-081-25/+25
* Merge branch 'next-queue' into nextJames Morris2010-03-091-1/+1
|\
| * selinux: const strings in tablesStephen Hemminger2010-03-081-1/+1
* | SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0David Howells2010-02-261-1/+1
* | Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com2010-02-241-12/+1
* | syslog: use defined constants instead of raw numbersKees Cook2010-02-041-10/+11
* | syslog: distinguish between /proc/kmsg and syscallsKees Cook2010-02-041-2/+3
|/
* SECURITY: selinux, fix update_rlimit_cpu parameterJiri Slaby2010-01-041-1/+1