summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
AgeCommit message (Expand)Author
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro
2012-05-31split cap_mmap_addr() out of cap_file_mmap()Al Viro
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2012-04-14Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski
2012-04-09SELinux: remove unused common_audit_data in flush_unauthorized_filesEric Paris
2012-04-09SELinux: unify the selinux_audit_data and selinux_late_audit_dataEric Paris
2012-04-09LSM: do not initialize common_audit_data to 0Eric Paris
2012-04-09LSM: remove the task field from common_audit_dataEric Paris
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris
2012-04-09SELinux: move common_audit_data to a noinline slow path functionEric Paris
2012-04-09SELinux: remove inode_has_perm_noadpEric Paris
2012-04-09SELinux: delay initialization of audit data in selinux_inode_permissionEric Paris
2012-04-09SELinux: audit failed attempts to set invalid labelsEric Paris
2012-04-09SELinux: rename dentry_open to file_openEric Paris
2012-04-09SELinux: check OPEN on truncate callsEric Paris
2012-04-03LSM: shrink the common_audit_data data unionEric Paris
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells
2012-02-14security: trim security.hAl Viro
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris
2012-01-05capabilities: remove the task from capable LSM hook entirelyEric Paris
2012-01-05selinux: sparse fix: fix several warnings in the security server codJames Morris
2012-01-05selinux: sparse fix: fix warnings in netlink codeJames Morris
2012-01-05selinux: sparse fix: eliminate warnings for selinuxfsJames Morris
2012-01-05selinux: sparse fix: make selinux_secmark_refcount staticJames Morris
2012-01-03get rid of open-coded S_ISREG(), etc.Al Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-10-31selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-09-09selinux: sparse fix: fix several warnings in the security server codeJames Morris
2011-09-09selinux: sparse fix: fix warnings in netlink codeJames Morris
2011-09-09selinux: sparse fix: eliminate warnings for selinuxfsJames Morris
2011-09-09selinux: sparse fix: make selinux_secmark_refcount staticJames Morris
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-07-20selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCUAl Viro
2011-07-20->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo