summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-272-2/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-231-2/+1
|\
| * exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman2017-01-241-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-222-3/+8
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-1/+1
| |\ \
| | * | selinux: fix off-by-one in setprocattrStephen Smalley2017-02-081-1/+1
| | |/
| * / Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-241-1/+2
| |/
* | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-02-106-233/+322
|\ \
| * | selinux: allow changing labels for cgroupfsAntonio Murdaca2017-02-071-0/+2
| * | security,selinux,smack: kill security_task_wait hookStephen Smalley2017-01-121-7/+0
| * | selinux: drop unused socket security classesStephen Smalley2017-01-122-12/+0
| * | selinux: default to security isid in sel_make_bools() if no sid is foundGary Tierney2017-01-091-3/+3
| * | selinux: log errors when loading new policyGary Tierney2017-01-091-5/+16
| * | proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley2017-01-091-12/+1
| * | selinux: clean up cred usage and simplifyStephen Smalley2017-01-093-211/+166
| * | selinux: allow context mounts on tmpfs, ramfs, devpts within user namespacesStephen Smalley2017-01-091-3/+7
| * | selinux: handle ICMPv6 consistently with ICMPStephen Smalley2017-01-091-1/+2
| * | selinux: add security in-core xattr support for tracefsYongqin Liu2017-01-091-0/+1
| * | selinux: support distinctions among all network address familiesStephen Smalley2017-01-095-2/+147
| |/
* | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-02-081-1/+1
|\ \
| * | selinux: fix off-by-one in setprocattrStephen Smalley2017-02-071-1/+1
* | | LSM: Add /sys/kernel/security/lsmCasey Schaufler2017-01-191-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-12-221-0/+2
|\|
| * selinux: use the kernel headers when building scripts/selinuxPaul Moore2016-12-211-0/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-144-51/+84
|\|
| * selinux: Convert isec->lock into a spinlockAndreas Gruenbacher2016-11-222-40/+66
| * selinux: keep SELinux in sync with new capability definitionsStephen Smalley2016-11-211-0/+4
| * selinux: normalize input to /sys/fs/selinux/enforceStephen Smalley2016-11-201-0/+2
| * selinux: Clean up initialization of isec->sclassAndreas Gruenbacher2016-11-141-6/+4
| * proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher2016-11-141-0/+1
| * selinux: Minor cleanupsAndreas Gruenbacher2016-11-142-3/+4
| * SELinux: Use GFP_KERNEL for selinux_parse_opts_str().Tetsuo Handa2016-11-141-2/+3
* | posix-timers: Make them configurableNicolas Pitre2016-11-161-4/+7
|/
* mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski2016-10-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-12/+7
|\ \
| * | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-071-12/+7
| |/
* | Merge branch 'printk-cleanups'Linus Torvalds2016-10-101-2/+2
|\ \
| * | printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds2016-10-091-2/+2
| |/
* | lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEVivek Goyal2016-09-191-8/+8
* | selinux: fix error return code in policydb_read()Wei Yongjun2016-09-131-0/+1
* | selinux: fix overflow and 0 length allocationsWilliam Roberts2016-08-302-0/+5
* | selinux: initialize structuresWilliam Roberts2016-08-291-4/+4
* | selinux: detect invalid ebitmapWilliam Roberts2016-08-291-0/+3
* | selinux: drop SECURITY_SELINUX_POLICYDB_VERSION_MAXWilliam Roberts2016-08-182-42/+0
* | selinux: Implement dentry_create_files_as() hookVivek Goyal2016-08-101-0/+22
* | selinux: Pass security pointer to determine_inode_label()Vivek Goyal2016-08-081-9/+10
* | selinux: Implementation for inode_copy_up_xattr() hookVivek Goyal2016-08-081-0/+16