summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-311-7/+8
* split cap_mmap_addr() out of cap_file_mmap()Al Viro2012-05-311-1/+1
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2012-05-221-140/+118
|\
| * SELinux: remove unused common_audit_data in flush_unauthorized_filesEric Paris2012-04-091-4/+0
| * SELinux: unify the selinux_audit_data and selinux_late_audit_dataEric Paris2012-04-091-67/+0
| * LSM: do not initialize common_audit_data to 0Eric Paris2012-04-091-34/+34
| * LSM: remove the task field from common_audit_dataEric Paris2012-04-091-1/+0
| * LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris2012-04-091-34/+34
| * SELinux: move common_audit_data to a noinline slow path functionEric Paris2012-04-091-11/+21
| * SELinux: remove inode_has_perm_noadpEric Paris2012-04-091-24/+4
| * SELinux: delay initialization of audit data in selinux_inode_permissionEric Paris2012-04-091-3/+27
| * SELinux: audit failed attempts to set invalid labelsEric Paris2012-04-091-2/+34
| * SELinux: rename dentry_open to file_openEric Paris2012-04-091-3/+3
| * SELinux: check OPEN on truncate callsEric Paris2012-04-091-1/+5
* | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski2012-04-141-1/+9
|/
* LSM: shrink the common_audit_data data unionEric Paris2012-04-031-42/+63
* LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2012-04-031-1/+70
* get rid of pointless includes of ext2_fs.hAl Viro2012-03-311-5/+4
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-1/+1
|\
| * Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells2012-02-191-1/+1
* | security: trim security.hAl Viro2012-02-141-0/+2
|/
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-33/+11
|\
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-051-19/+0
| * ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-051-1/+1
| * capabilities: remove the task from capable LSM hook entirelyEric Paris2012-01-051-13/+10
| * selinux: sparse fix: fix several warnings in the security server codJames Morris2012-01-051-4/+1
| * selinux: sparse fix: fix warnings in netlink codeJames Morris2012-01-051-1/+0
| * selinux: sparse fix: eliminate warnings for selinuxfsJames Morris2012-01-051-5/+0
| * selinux: sparse fix: make selinux_secmark_refcount staticJames Morris2012-01-051-1/+1
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-5/+5
|\ \
| * | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-1/+1
| * | get rid of open-coded S_ISREG(), etc.Al Viro2012-01-031-1/+1
| * | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
| * | switch ->create() to umode_tAl Viro2012-01-031-1/+1
| * | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* | | inet_diag: Partly rename inet_ to sock_Pavel Emelyanov2011-12-061-1/+1
* | | ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-031-1/+2
* | | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-3/+3
|/ /
* | 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