aboutsummaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2017-03-06security: mark LSM hooks as __ro_after_initGravatar James Morris 1-1/+1
2017-03-06security: introduce CONFIG_SECURITY_WRITABLE_HOOKSGravatar James Morris 1-0/+6
2017-03-06selinux: fix kernel BUG on prlimit(..., NULL, NULL)Gravatar Stephen Smalley 1-0/+2
2017-03-06prlimit,security,selinux: add a security hook for prlimitGravatar Stephen Smalley 2-1/+15
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-03-02selinux: wrap cgroup seclabel support with its own policy capabilityGravatar Stephen Smalley 4-4/+12
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 2-2/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-3/+2
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-3/+8
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-02-10Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...Gravatar James Morris 6-233/+322
2017-02-08selinux: fix off-by-one in setprocattrGravatar Stephen Smalley 1-1/+1
2017-02-08Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...Gravatar James Morris 1-1/+1
2017-02-07selinux: allow changing labels for cgroupfsGravatar Antonio Murdaca 1-0/+2
2017-02-07selinux: fix off-by-one in setprocattrGravatar Stephen Smalley 1-1/+1
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Gravatar Krister Johansen 1-1/+2
2017-01-24exec: Remove LSM_UNSAFE_PTRACE_CAPGravatar Eric W. Biederman 1-2/+1
2017-01-19LSM: Add /sys/kernel/security/lsmGravatar Casey Schaufler 1-1/+1
2017-01-12security,selinux,smack: kill security_task_wait hookGravatar Stephen Smalley 1-7/+0
2017-01-12selinux: drop unused socket security classesGravatar Stephen Smalley 2-12/+0
2017-01-09selinux: default to security isid in sel_make_bools() if no sid is foundGravatar Gary Tierney 1-3/+3
2017-01-09selinux: log errors when loading new policyGravatar Gary Tierney 1-5/+16
2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procGravatar Stephen Smalley 1-12/+1
2017-01-09selinux: clean up cred usage and simplifyGravatar Stephen Smalley 3-211/+166
2017-01-09selinux: allow context mounts on tmpfs, ramfs, devpts within user namespacesGravatar Stephen Smalley 1-3/+7
2017-01-09selinux: handle ICMPv6 consistently with ICMPGravatar Stephen Smalley 1-1/+2
2017-01-09selinux: add security in-core xattr support for tracefsGravatar Yongqin Liu 1-0/+1
2017-01-09selinux: support distinctions among all network address familiesGravatar Stephen Smalley 5-2/+147
2016-12-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-0/+2
2016-12-21selinux: use the kernel headers when building scripts/selinuxGravatar Paul Moore 1-0/+2
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 4-51/+84
2016-11-22selinux: Convert isec->lock into a spinlockGravatar Andreas Gruenbacher 2-40/+66
2016-11-21selinux: keep SELinux in sync with new capability definitionsGravatar Stephen Smalley 1-0/+4
2016-11-20selinux: normalize input to /sys/fs/selinux/enforceGravatar Stephen Smalley 1-0/+2
2016-11-16posix-timers: Make them configurableGravatar Nicolas Pitre 1-4/+7
2016-11-14selinux: Clean up initialization of isec->sclassGravatar Andreas Gruenbacher 1-6/+4
2016-11-14proc: Pass file mode to proc_pid_make_inodeGravatar Andreas Gruenbacher 1-0/+1
2016-11-14selinux: Minor cleanupsGravatar Andreas Gruenbacher 2-3/+4
2016-11-14SELinux: Use GFP_KERNEL for selinux_parse_opts_str().Gravatar Tetsuo Handa 1-2/+3
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Gravatar Andy Lutomirski 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-12/+7
2016-10-10Merge branch 'printk-cleanups'Gravatar Linus Torvalds 1-2/+2
2016-10-09printk: reinstate KERN_CONT for printing continuation linesGravatar Linus Torvalds 1-2/+2
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersGravatar Andreas Gruenbacher 1-12/+7
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-19lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEGravatar Vivek Goyal 1-8/+8