aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
AgeCommit message (Expand)Author
2010-08-18tty: fix fu_list abuseNick Piggin
2010-08-18fs: cleanup files_lock lockingNick Piggin
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds
2010-08-02selinux: place open in the common file permsEric Paris
2010-08-02SELinux: special dontaudit for access checksEric Paris
2010-08-02security: make LSMs explicitly mask off permissionsEric Paris
2010-08-02security: move LSM xattrnames to xattr.hMimi Zohar
2010-08-02selinux: Use current_security() when possiblePaul Moore
2010-08-02selinux: Convert socket related access controls to use socket labelsPaul Moore
2010-08-02selinux: Shuffle the sk_security_struct alloc and free routinesPaul Moore
2010-08-02selinux: Consolidate sockcreate_sid logicPaul Moore
2010-08-02selinux: Set the peer label correctly on connected UNIX domain socketsPaul Moore
2010-07-16rlimits: selinux, do rlimits changes under task_lockOleg Nesterov
2010-07-16rlimits: add task_struct to update_rlimit_cpuJiri Slaby
2010-07-16rlimits: security, add task_struct to setrlimitJiri Slaby
2010-05-21switch selinux delayed superblock handling to iterate_supers()Al Viro
2010-04-29selinux: generalize disabling of execmem for plt-in-heap archsStephen Smalley
2010-04-08selinux: always call sk_security_struct sksecEric Paris
2010-03-09Merge branch 'next-queue' into nextJames Morris
2010-03-08selinux: const strings in tablesStephen Hemminger
2010-02-26SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0David Howells
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com
2010-02-04syslog: use defined constants instead of raw numbersKees Cook
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook
2010-01-04SECURITY: selinux, fix update_rlimit_cpu parameterJiri Slaby
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet
2009-11-10security: report the module name to security_module_requestEric Paris
2009-10-07selinux: drop remapping of netlink classesStephen Smalley
2009-09-30SELinux: reset the security_ops before flushing the avc cacheEric Paris
2009-09-24do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeupOleg Nesterov
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...David P. Quigley
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells
2009-09-02CRED: Add some configurable debugging [try #6]David Howells
2009-09-01selinux: Support for the new TUN LSM hooksPaul Moore
2009-08-21selinux: adjust rules for ATTR_FORCEAmerigo Wang
2009-08-20Merge branch 'master' into nextJames Morris
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris
2009-08-17SELinux: call cap_file_mmap in selinux_file_mmapEric Paris
2009-08-17SELinux: Convert avc_audit to use lsm_audit.hThomas Liu
2009-08-14SELinux: add selinux_kernel_module_requestEric Paris
2009-08-11SELinux: fix memory leakage in /security/selinux/hooks.cJames Morris
2009-08-06Security/SELinux: seperate lsm specific mmap_min_addrEric Paris
2009-08-06SELinux: call cap_file_mmap in selinux_file_mmapEric Paris
2009-07-17kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov
2009-07-13Revert "SELinux: Convert avc_audit to use lsm_audit.h"James Morris
2009-07-13SELinux: Convert avc_audit to use lsm_audit.hThomas Liu
2009-06-25selinux: clean up avc node cache when disabling selinuxThomas Liu
2009-06-25security: rename ptrace_may_access => ptrace_access_checkIngo Molnar