aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-1/+4
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller1-5/+5
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+1
2010-12-02SELinux: do not compute transition labels on mountpoint labeled filesystemsEric Paris1-1/+4
2010-11-23SELinux: indicate fatal error in compat netfilter codeEric Paris1-2/+2
2010-11-23SELinux: Only return netlink error when we know the return is fatalEric Paris1-4/+4
2010-11-17SELinux: return -ECONNREFUSED from ip_postroute to signal fatal errorEric Paris1-8/+8
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris1-5/+1
2010-10-21secmark: make secmark object handling genericEric Paris1-0/+24
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro1-2/+2
2010-08-18tty: fix fu_list abuseNick Piggin1-1/+4
2010-08-18fs: cleanup files_lock lockingNick Piggin1-2/+2
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds1-4/+8
2010-08-02selinux: place open in the common file permsEric Paris1-21/+3
2010-08-02SELinux: special dontaudit for access checksEric Paris1-5/+15
2010-08-02security: make LSMs explicitly mask off permissionsEric Paris1-0/+2
2010-08-02security: move LSM xattrnames to xattr.hMimi Zohar1-3/+0
2010-08-02selinux: Use current_security() when possiblePaul Moore1-11/+6
2010-08-02selinux: Convert socket related access controls to use socket labelsPaul Moore1-74/+45
2010-08-02selinux: Shuffle the sk_security_struct alloc and free routinesPaul Moore1-28/+17
2010-08-02selinux: Consolidate sockcreate_sid logicPaul Moore1-20/+12
2010-08-02selinux: Set the peer label correctly on connected UNIX domain socketsPaul Moore1-16/+14
2010-07-16rlimits: selinux, do rlimits changes under task_lockOleg Nesterov1-2/+4
2010-07-16rlimits: add task_struct to update_rlimit_cpuJiri Slaby1-1/+2
2010-07-16rlimits: security, add task_struct to setrlimitJiri Slaby1-3/+4
2010-05-21switch selinux delayed superblock handling to iterate_supers()Al Viro1-47/+8
2010-04-29selinux: generalize disabling of execmem for plt-in-heap archsStephen Smalley1-6/+8
2010-04-08selinux: always call sk_security_struct sksecEric Paris1-25/+25
2010-03-09Merge branch 'next-queue' into nextJames Morris1-1/+1
2010-03-08selinux: const strings in tablesStephen Hemminger1-1/+1
2010-02-26SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0David Howells1-1/+1
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com1-12/+1
2010-02-04syslog: use defined constants instead of raw numbersKees Cook1-10/+11
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook1-2/+3
2010-01-04SECURITY: selinux, fix update_rlimit_cpu parameterJiri Slaby1-1/+1
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-10/+15
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet1-3/+3
2009-11-10security: report the module name to security_module_requestEric Paris1-2/+11
2009-10-07selinux: drop remapping of netlink classesStephen Smalley1-5/+1
2009-09-30SELinux: reset the security_ops before flushing the avc cacheEric Paris1-3/+3
2009-09-24do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeupOleg Nesterov1-1/+1
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley1-0/+5
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security context information.David P. Quigley1-0/+29
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+28
2009-09-02CRED: Add some configurable debugging [try #6]David Howells1-1/+5
2009-09-01selinux: Support for the new TUN LSM hooksPaul Moore1-2/+58
2009-08-21selinux: adjust rules for ATTR_FORCEAmerigo Wang1-5/+11
2009-08-20Merge branch 'master' into nextJames Morris1-1/+2
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris1-1/+1
2009-08-17SELinux: call cap_file_mmap in selinux_file_mmapEric Paris1-1/+13