• R/O
  • SSH
  • HTTPS

tomoyo: Commit


Commit MetaInfo

Revision6718 (tree)
Time2019-06-25 23:05:51
Authorkumaneko

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/1.8.x/ccs-patch/patches/ccs-patch-3.16.diff (revision 6717)
+++ trunk/1.8.x/ccs-patch/patches/ccs-patch-3.16.diff (revision 6718)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 3.16.68.
1+This is TOMOYO Linux patch for kernel 3.16.69.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.16.68.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.16.69.tar.xz
44 ---
55 fs/exec.c | 2
66 fs/open.c | 2
@@ -29,8 +29,8 @@
2929 security/security.c | 111 +++++++++++++++++++++++++++++++++++++++++-----
3030 25 files changed, 252 insertions(+), 37 deletions(-)
3131
32---- linux-3.16.68.orig/fs/exec.c
33-+++ linux-3.16.68/fs/exec.c
32+--- linux-3.16.69.orig/fs/exec.c
33++++ linux-3.16.69/fs/exec.c
3434 @@ -1482,7 +1482,7 @@ static int exec_binprm(struct linux_binp
3535 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3636 rcu_read_unlock();
@@ -40,8 +40,8 @@
4040 if (ret >= 0) {
4141 audit_bprm(bprm);
4242 trace_sched_process_exec(current, old_pid, bprm);
43---- linux-3.16.68.orig/fs/open.c
44-+++ linux-3.16.68/fs/open.c
43+--- linux-3.16.69.orig/fs/open.c
44++++ linux-3.16.69/fs/open.c
4545 @@ -1069,6 +1069,8 @@ EXPORT_SYMBOL(sys_close);
4646 */
4747 SYSCALL_DEFINE0(vhangup)
@@ -51,8 +51,8 @@
5151 if (capable(CAP_SYS_TTY_CONFIG)) {
5252 tty_vhangup_self();
5353 return 0;
54---- linux-3.16.68.orig/fs/proc/version.c
55-+++ linux-3.16.68/fs/proc/version.c
54+--- linux-3.16.69.orig/fs/proc/version.c
55++++ linux-3.16.69/fs/proc/version.c
5656 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
5757 return 0;
5858 }
@@ -60,12 +60,12 @@
6060 +
6161 +static int __init ccs_show_version(void)
6262 +{
63-+ printk(KERN_INFO "Hook version: 3.16.68 2019/05/28\n");
63++ printk(KERN_INFO "Hook version: 3.16.69 2019/06/25\n");
6464 + return 0;
6565 +}
6666 +fs_initcall(ccs_show_version);
67---- linux-3.16.68.orig/include/linux/init_task.h
68-+++ linux-3.16.68/include/linux/init_task.h
67+--- linux-3.16.69.orig/include/linux/init_task.h
68++++ linux-3.16.69/include/linux/init_task.h
6969 @@ -164,6 +164,14 @@ extern struct task_group root_task_group
7070 # define INIT_RT_MUTEXES(tsk)
7171 #endif
@@ -89,8 +89,8 @@
8989 }
9090
9191
92---- linux-3.16.68.orig/include/linux/sched.h
93-+++ linux-3.16.68/include/linux/sched.h
92+--- linux-3.16.69.orig/include/linux/sched.h
93++++ linux-3.16.69/include/linux/sched.h
9494 @@ -6,6 +6,8 @@
9595 #include <linux/sched/prio.h>
9696
@@ -111,8 +111,8 @@
111111 };
112112
113113 /* Future-safe accessor for struct task_struct's cpus_allowed. */
114---- linux-3.16.68.orig/include/linux/security.h
115-+++ linux-3.16.68/include/linux/security.h
114+--- linux-3.16.69.orig/include/linux/security.h
115++++ linux-3.16.69/include/linux/security.h
116116 @@ -53,6 +53,7 @@ struct msg_queue;
117117 struct xattr;
118118 struct xfrm_sec_ctx;
@@ -324,8 +324,8 @@
324324 }
325325 #endif /* CONFIG_SECURITY_PATH */
326326
327---- linux-3.16.68.orig/include/net/ip.h
328-+++ linux-3.16.68/include/net/ip.h
327+--- linux-3.16.69.orig/include/net/ip.h
328++++ linux-3.16.69/include/net/ip.h
329329 @@ -213,6 +213,8 @@ void inet_get_local_port_range(struct ne
330330 #ifdef CONFIG_SYSCTL
331331 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -344,8 +344,8 @@
344344 return 0;
345345 }
346346 #endif
347---- linux-3.16.68.orig/kernel/fork.c
348-+++ linux-3.16.68/kernel/fork.c
347+--- linux-3.16.69.orig/kernel/fork.c
348++++ linux-3.16.69/kernel/fork.c
349349 @@ -248,6 +248,7 @@ void __put_task_struct(struct task_struc
350350 delayacct_tsk_free(tsk);
351351 put_signal_struct(tsk->signal);
@@ -372,8 +372,8 @@
372372 bad_fork_cleanup_perf:
373373 perf_event_free_task(p);
374374 bad_fork_cleanup_policy:
375---- linux-3.16.68.orig/kernel/kexec.c
376-+++ linux-3.16.68/kernel/kexec.c
375+--- linux-3.16.69.orig/kernel/kexec.c
376++++ linux-3.16.69/kernel/kexec.c
377377 @@ -39,6 +39,7 @@
378378 #include <asm/uaccess.h>
379379 #include <asm/io.h>
@@ -391,8 +391,8 @@
391391
392392 /*
393393 * Verify we have a legal set of flags
394---- linux-3.16.68.orig/kernel/module.c
395-+++ linux-3.16.68/kernel/module.c
394+--- linux-3.16.69.orig/kernel/module.c
395++++ linux-3.16.69/kernel/module.c
396396 @@ -63,6 +63,7 @@
397397 #include <linux/fips.h>
398398 #include <uapi/linux/module.h>
@@ -419,8 +419,8 @@
419419
420420 return 0;
421421 }
422---- linux-3.16.68.orig/kernel/ptrace.c
423-+++ linux-3.16.68/kernel/ptrace.c
422+--- linux-3.16.69.orig/kernel/ptrace.c
423++++ linux-3.16.69/kernel/ptrace.c
424424 @@ -1130,6 +1130,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
425425 {
426426 struct task_struct *child;
@@ -445,8 +445,8 @@
445445
446446 if (request == PTRACE_TRACEME) {
447447 ret = ptrace_traceme();
448---- linux-3.16.68.orig/kernel/reboot.c
449-+++ linux-3.16.68/kernel/reboot.c
448+--- linux-3.16.69.orig/kernel/reboot.c
449++++ linux-3.16.69/kernel/reboot.c
450450 @@ -16,6 +16,7 @@
451451 #include <linux/syscalls.h>
452452 #include <linux/syscore_ops.h>
@@ -464,8 +464,8 @@
464464
465465 /*
466466 * If pid namespaces are enabled and the current task is in a child
467---- linux-3.16.68.orig/kernel/sched/core.c
468-+++ linux-3.16.68/kernel/sched/core.c
467+--- linux-3.16.69.orig/kernel/sched/core.c
468++++ linux-3.16.69/kernel/sched/core.c
469469 @@ -3152,6 +3152,8 @@ int can_nice(const struct task_struct *p
470470 SYSCALL_DEFINE1(nice, int, increment)
471471 {
@@ -475,8 +475,8 @@
475475
476476 /*
477477 * Setpriority might change our priority at the same moment.
478---- linux-3.16.68.orig/kernel/signal.c
479-+++ linux-3.16.68/kernel/signal.c
478+--- linux-3.16.69.orig/kernel/signal.c
479++++ linux-3.16.69/kernel/signal.c
480480 @@ -2950,6 +2950,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
481481 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
482482 {
@@ -522,8 +522,8 @@
522522
523523 return do_send_specific(tgid, pid, sig, info);
524524 }
525---- linux-3.16.68.orig/kernel/sys.c
526-+++ linux-3.16.68/kernel/sys.c
525+--- linux-3.16.69.orig/kernel/sys.c
526++++ linux-3.16.69/kernel/sys.c
527527 @@ -176,6 +176,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
528528
529529 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -553,8 +553,8 @@
553553
554554 down_write(&uts_sem);
555555 errno = -EFAULT;
556---- linux-3.16.68.orig/kernel/time/ntp.c
557-+++ linux-3.16.68/kernel/time/ntp.c
556+--- linux-3.16.69.orig/kernel/time/ntp.c
557++++ linux-3.16.69/kernel/time/ntp.c
558558 @@ -16,6 +16,7 @@
559559 #include <linux/mm.h>
560560 #include <linux/module.h>
@@ -588,8 +588,8 @@
588588
589589 /*
590590 * Check for potential multiplication overflows that can
591---- linux-3.16.68.orig/net/ipv4/raw.c
592-+++ linux-3.16.68/net/ipv4/raw.c
591+--- linux-3.16.69.orig/net/ipv4/raw.c
592++++ linux-3.16.69/net/ipv4/raw.c
593593 @@ -731,6 +731,10 @@ static int raw_recvmsg(struct kiocb *ioc
594594 skb = skb_recv_datagram(sk, flags, noblock, &err);
595595 if (!skb)
@@ -601,8 +601,8 @@
601601
602602 copied = skb->len;
603603 if (len < copied) {
604---- linux-3.16.68.orig/net/ipv4/udp.c
605-+++ linux-3.16.68/net/ipv4/udp.c
604+--- linux-3.16.69.orig/net/ipv4/udp.c
605++++ linux-3.16.69/net/ipv4/udp.c
606606 @@ -1288,6 +1288,10 @@ try_again:
607607 &peeked, &off, &err);
608608 if (!skb)
@@ -614,8 +614,8 @@
614614
615615 ulen = skb->len - sizeof(struct udphdr);
616616 copied = len;
617---- linux-3.16.68.orig/net/ipv6/raw.c
618-+++ linux-3.16.68/net/ipv6/raw.c
617+--- linux-3.16.69.orig/net/ipv6/raw.c
618++++ linux-3.16.69/net/ipv6/raw.c
619619 @@ -478,6 +478,10 @@ static int rawv6_recvmsg(struct kiocb *i
620620 skb = skb_recv_datagram(sk, flags, noblock, &err);
621621 if (!skb)
@@ -627,8 +627,8 @@
627627
628628 copied = skb->len;
629629 if (copied > len) {
630---- linux-3.16.68.orig/net/ipv6/udp.c
631-+++ linux-3.16.68/net/ipv6/udp.c
630+--- linux-3.16.69.orig/net/ipv6/udp.c
631++++ linux-3.16.69/net/ipv6/udp.c
632632 @@ -404,6 +404,10 @@ try_again:
633633 &peeked, &off, &err);
634634 if (!skb)
@@ -640,8 +640,8 @@
640640
641641 ulen = skb->len - sizeof(struct udphdr);
642642 copied = len;
643---- linux-3.16.68.orig/net/socket.c
644-+++ linux-3.16.68/net/socket.c
643+--- linux-3.16.69.orig/net/socket.c
644++++ linux-3.16.69/net/socket.c
645645 @@ -1632,6 +1632,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
646646 if (err < 0)
647647 goto out_fd;
@@ -653,8 +653,8 @@
653653 if (upeer_sockaddr) {
654654 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
655655 &len, 2) < 0) {
656---- linux-3.16.68.orig/net/unix/af_unix.c
657-+++ linux-3.16.68/net/unix/af_unix.c
656+--- linux-3.16.69.orig/net/unix/af_unix.c
657++++ linux-3.16.69/net/unix/af_unix.c
658658 @@ -1981,6 +1981,10 @@ static int unix_dgram_recvmsg(struct kio
659659 wake_up_interruptible_sync_poll(&u->peer_wait,
660660 POLLOUT | POLLWRNORM | POLLWRBAND);
@@ -666,8 +666,8 @@
666666 if (msg->msg_name)
667667 unix_copy_addr(msg, skb->sk);
668668
669---- linux-3.16.68.orig/security/Kconfig
670-+++ linux-3.16.68/security/Kconfig
669+--- linux-3.16.69.orig/security/Kconfig
670++++ linux-3.16.69/security/Kconfig
671671 @@ -177,5 +177,7 @@ config DEFAULT_SECURITY
672672 default "yama" if DEFAULT_SECURITY_YAMA
673673 default "" if DEFAULT_SECURITY_DAC
@@ -676,8 +676,8 @@
676676 +
677677 endmenu
678678
679---- linux-3.16.68.orig/security/Makefile
680-+++ linux-3.16.68/security/Makefile
679+--- linux-3.16.69.orig/security/Makefile
680++++ linux-3.16.69/security/Makefile
681681 @@ -27,3 +27,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
682682 # Object integrity file lists
683683 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -685,8 +685,8 @@
685685 +
686686 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
687687 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
688---- linux-3.16.68.orig/security/security.c
689-+++ linux-3.16.68/security/security.c
688+--- linux-3.16.69.orig/security/security.c
689++++ linux-3.16.69/security/security.c
690690 @@ -203,7 +203,10 @@ int security_syslog(int type)
691691
692692 int security_settime(const struct timespec *ts, const struct timezone *tz)
--- trunk/1.8.x/ccs-patch/patches/ccs-patch-4.14.diff (revision 6717)
+++ trunk/1.8.x/ccs-patch/patches/ccs-patch-4.14.diff (revision 6718)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.14.128.
1+This is TOMOYO Linux patch for kernel 4.14.130.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.128.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.130.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/security.c | 9 +++++-
2929 24 files changed, 153 insertions(+), 29 deletions(-)
3030
31---- linux-4.14.128.orig/fs/exec.c
32-+++ linux-4.14.128/fs/exec.c
31+--- linux-4.14.130.orig/fs/exec.c
32++++ linux-4.14.130/fs/exec.c
3333 @@ -1677,7 +1677,7 @@ static int exec_binprm(struct linux_binp
3434 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3535 rcu_read_unlock();
@@ -39,8 +39,8 @@
3939 if (ret >= 0) {
4040 audit_bprm(bprm);
4141 trace_sched_process_exec(current, old_pid, bprm);
42---- linux-4.14.128.orig/fs/open.c
43-+++ linux-4.14.128/fs/open.c
42+--- linux-4.14.130.orig/fs/open.c
43++++ linux-4.14.130/fs/open.c
4444 @@ -1177,6 +1177,8 @@ EXPORT_SYMBOL(sys_close);
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-4.14.128.orig/fs/proc/version.c
54-+++ linux-4.14.128/fs/proc/version.c
53+--- linux-4.14.130.orig/fs/proc/version.c
54++++ linux-4.14.130/fs/proc/version.c
5555 @@ -33,3 +33,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 4.14.128 2019/06/19\n");
62++ printk(KERN_INFO "Hook version: 4.14.130 2019/06/25\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-4.14.128.orig/include/linux/init_task.h
67-+++ linux-4.14.128/include/linux/init_task.h
66+--- linux-4.14.130.orig/include/linux/init_task.h
67++++ linux-4.14.130/include/linux/init_task.h
6868 @@ -219,6 +219,14 @@ extern struct cred init_cred;
6969 #define INIT_TASK_SECURITY
7070 #endif
@@ -88,8 +88,8 @@
8888 }
8989
9090
91---- linux-4.14.128.orig/include/linux/sched.h
92-+++ linux-4.14.128/include/linux/sched.h
91+--- linux-4.14.130.orig/include/linux/sched.h
92++++ linux-4.14.130/include/linux/sched.h
9393 @@ -33,6 +33,7 @@ struct audit_context;
9494 struct backing_dev_info;
9595 struct bio_list;
@@ -109,8 +109,8 @@
109109
110110 /*
111111 * New fields for task_struct should be added above here, so that
112---- linux-4.14.128.orig/include/linux/security.h
113-+++ linux-4.14.128/include/linux/security.h
112+--- linux-4.14.130.orig/include/linux/security.h
113++++ linux-4.14.130/include/linux/security.h
114114 @@ -56,6 +56,7 @@ struct msg_queue;
115115 struct xattr;
116116 struct xfrm_sec_ctx;
@@ -331,8 +331,8 @@
331331 }
332332 #endif /* CONFIG_SECURITY_PATH */
333333
334---- linux-4.14.128.orig/include/net/ip.h
335-+++ linux-4.14.128/include/net/ip.h
334+--- linux-4.14.130.orig/include/net/ip.h
335++++ linux-4.14.130/include/net/ip.h
336336 @@ -266,6 +266,8 @@ void inet_get_local_port_range(struct ne
337337 #ifdef CONFIG_SYSCTL
338338 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -351,8 +351,8 @@
351351 return 0;
352352 }
353353
354---- linux-4.14.128.orig/kernel/kexec.c
355-+++ linux-4.14.128/kernel/kexec.c
354+--- linux-4.14.130.orig/kernel/kexec.c
355++++ linux-4.14.130/kernel/kexec.c
356356 @@ -17,7 +17,7 @@
357357 #include <linux/syscalls.h>
358358 #include <linux/vmalloc.h>
@@ -371,8 +371,8 @@
371371
372372 /*
373373 * Verify we have a legal set of flags
374---- linux-4.14.128.orig/kernel/module.c
375-+++ linux-4.14.128/kernel/module.c
374+--- linux-4.14.130.orig/kernel/module.c
375++++ linux-4.14.130/kernel/module.c
376376 @@ -66,6 +66,7 @@
377377 #include <linux/audit.h>
378378 #include <uapi/linux/module.h>
@@ -399,8 +399,8 @@
399399
400400 return 0;
401401 }
402---- linux-4.14.128.orig/kernel/ptrace.c
403-+++ linux-4.14.128/kernel/ptrace.c
402+--- linux-4.14.130.orig/kernel/ptrace.c
403++++ linux-4.14.130/kernel/ptrace.c
404404 @@ -1150,6 +1150,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
405405 {
406406 struct task_struct *child;
@@ -425,8 +425,8 @@
425425
426426 if (request == PTRACE_TRACEME) {
427427 ret = ptrace_traceme();
428---- linux-4.14.128.orig/kernel/reboot.c
429-+++ linux-4.14.128/kernel/reboot.c
428+--- linux-4.14.130.orig/kernel/reboot.c
429++++ linux-4.14.130/kernel/reboot.c
430430 @@ -16,6 +16,7 @@
431431 #include <linux/syscalls.h>
432432 #include <linux/syscore_ops.h>
@@ -444,8 +444,8 @@
444444
445445 /*
446446 * If pid namespaces are enabled and the current task is in a child
447---- linux-4.14.128.orig/kernel/sched/core.c
448-+++ linux-4.14.128/kernel/sched/core.c
447+--- linux-4.14.130.orig/kernel/sched/core.c
448++++ linux-4.14.130/kernel/sched/core.c
449449 @@ -3854,6 +3854,8 @@ int can_nice(const struct task_struct *p
450450 SYSCALL_DEFINE1(nice, int, increment)
451451 {
@@ -455,8 +455,8 @@
455455
456456 /*
457457 * Setpriority might change our priority at the same moment.
458---- linux-4.14.128.orig/kernel/signal.c
459-+++ linux-4.14.128/kernel/signal.c
458+--- linux-4.14.130.orig/kernel/signal.c
459++++ linux-4.14.130/kernel/signal.c
460460 @@ -3028,6 +3028,8 @@ COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait,
461461 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
462462 {
@@ -502,8 +502,8 @@
502502
503503 return do_send_specific(tgid, pid, sig, info);
504504 }
505---- linux-4.14.128.orig/kernel/sys.c
506-+++ linux-4.14.128/kernel/sys.c
505+--- linux-4.14.130.orig/kernel/sys.c
506++++ linux-4.14.130/kernel/sys.c
507507 @@ -193,6 +193,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
508508
509509 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -533,8 +533,8 @@
533533
534534 errno = -EFAULT;
535535 if (!copy_from_user(tmp, name, len)) {
536---- linux-4.14.128.orig/kernel/time/ntp.c
537-+++ linux-4.14.128/kernel/time/ntp.c
536+--- linux-4.14.130.orig/kernel/time/ntp.c
537++++ linux-4.14.130/kernel/time/ntp.c
538538 @@ -18,6 +18,7 @@
539539 #include <linux/module.h>
540540 #include <linux/rtc.h>
@@ -568,8 +568,8 @@
568568
569569 if (txc->modes & ADJ_NANO) {
570570 struct timespec ts;
571---- linux-4.14.128.orig/net/ipv4/raw.c
572-+++ linux-4.14.128/net/ipv4/raw.c
571+--- linux-4.14.130.orig/net/ipv4/raw.c
572++++ linux-4.14.130/net/ipv4/raw.c
573573 @@ -766,6 +766,10 @@ static int raw_recvmsg(struct sock *sk,
574574 skb = skb_recv_datagram(sk, flags, noblock, &err);
575575 if (!skb)
@@ -581,8 +581,8 @@
581581
582582 copied = skb->len;
583583 if (len < copied) {
584---- linux-4.14.128.orig/net/ipv4/udp.c
585-+++ linux-4.14.128/net/ipv4/udp.c
584+--- linux-4.14.130.orig/net/ipv4/udp.c
585++++ linux-4.14.130/net/ipv4/udp.c
586586 @@ -1593,6 +1593,8 @@ try_again:
587587 skb = __skb_recv_udp(sk, flags, noblock, &peeked, &off, &err);
588588 if (!skb)
@@ -592,8 +592,8 @@
592592
593593 ulen = udp_skb_len(skb);
594594 copied = len;
595---- linux-4.14.128.orig/net/ipv6/raw.c
596-+++ linux-4.14.128/net/ipv6/raw.c
595+--- linux-4.14.130.orig/net/ipv6/raw.c
596++++ linux-4.14.130/net/ipv6/raw.c
597597 @@ -485,6 +485,10 @@ static int rawv6_recvmsg(struct sock *sk
598598 skb = skb_recv_datagram(sk, flags, noblock, &err);
599599 if (!skb)
@@ -605,8 +605,8 @@
605605
606606 copied = skb->len;
607607 if (copied > len) {
608---- linux-4.14.128.orig/net/ipv6/udp.c
609-+++ linux-4.14.128/net/ipv6/udp.c
608+--- linux-4.14.130.orig/net/ipv6/udp.c
609++++ linux-4.14.130/net/ipv6/udp.c
610610 @@ -371,6 +371,8 @@ try_again:
611611 skb = __skb_recv_udp(sk, flags, noblock, &peeked, &off, &err);
612612 if (!skb)
@@ -616,8 +616,8 @@
616616
617617 ulen = udp6_skb_len(skb);
618618 copied = len;
619---- linux-4.14.128.orig/net/socket.c
620-+++ linux-4.14.128/net/socket.c
619+--- linux-4.14.130.orig/net/socket.c
620++++ linux-4.14.130/net/socket.c
621621 @@ -1588,6 +1588,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
622622 if (err < 0)
623623 goto out_fd;
@@ -629,8 +629,8 @@
629629 if (upeer_sockaddr) {
630630 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
631631 &len, 2) < 0) {
632---- linux-4.14.128.orig/net/unix/af_unix.c
633-+++ linux-4.14.128/net/unix/af_unix.c
632+--- linux-4.14.130.orig/net/unix/af_unix.c
633++++ linux-4.14.130/net/unix/af_unix.c
634634 @@ -2141,6 +2141,10 @@ static int unix_dgram_recvmsg(struct soc
635635 POLLOUT | POLLWRNORM |
636636 POLLWRBAND);
@@ -650,8 +650,8 @@
650650 mutex_unlock(&u->iolock);
651651 out:
652652 return err;
653---- linux-4.14.128.orig/security/Kconfig
654-+++ linux-4.14.128/security/Kconfig
653+--- linux-4.14.130.orig/security/Kconfig
654++++ linux-4.14.130/security/Kconfig
655655 @@ -263,5 +263,7 @@ config DEFAULT_SECURITY
656656 default "apparmor" if DEFAULT_SECURITY_APPARMOR
657657 default "" if DEFAULT_SECURITY_DAC
@@ -660,8 +660,8 @@
660660 +
661661 endmenu
662662
663---- linux-4.14.128.orig/security/Makefile
664-+++ linux-4.14.128/security/Makefile
663+--- linux-4.14.130.orig/security/Makefile
664++++ linux-4.14.130/security/Makefile
665665 @@ -30,3 +30,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
666666 # Object integrity file lists
667667 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -669,8 +669,8 @@
669669 +
670670 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
671671 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
672---- linux-4.14.128.orig/security/security.c
673-+++ linux-4.14.128/security/security.c
672+--- linux-4.14.130.orig/security/security.c
673++++ linux-4.14.130/security/security.c
674674 @@ -978,12 +978,19 @@ int security_file_open(struct file *file
675675
676676 int security_task_alloc(struct task_struct *task, unsigned long clone_flags)
--- trunk/1.8.x/ccs-patch/patches/ccs-patch-4.19.diff (revision 6717)
+++ trunk/1.8.x/ccs-patch/patches/ccs-patch-4.19.diff (revision 6718)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.19.53.
1+This is TOMOYO Linux patch for kernel 4.19.56.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.53.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.56.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/security.c | 9 +++++-
2929 24 files changed, 148 insertions(+), 29 deletions(-)
3030
31---- linux-4.19.53.orig/fs/exec.c
32-+++ linux-4.19.53/fs/exec.c
31+--- linux-4.19.56.orig/fs/exec.c
32++++ linux-4.19.56/fs/exec.c
3333 @@ -1692,7 +1692,7 @@ static int exec_binprm(struct linux_binp
3434 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3535 rcu_read_unlock();
@@ -39,8 +39,8 @@
3939 if (ret >= 0) {
4040 audit_bprm(bprm);
4141 trace_sched_process_exec(current, old_pid, bprm);
42---- linux-4.19.53.orig/fs/open.c
43-+++ linux-4.19.53/fs/open.c
42+--- linux-4.19.56.orig/fs/open.c
43++++ linux-4.19.56/fs/open.c
4444 @@ -1180,6 +1180,8 @@ SYSCALL_DEFINE1(close, unsigned int, fd)
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-4.19.53.orig/fs/proc/version.c
54-+++ linux-4.19.53/fs/proc/version.c
53+--- linux-4.19.56.orig/fs/proc/version.c
54++++ linux-4.19.56/fs/proc/version.c
5555 @@ -21,3 +21,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 4.19.53 2019/06/19\n");
62++ printk(KERN_INFO "Hook version: 4.19.56 2019/06/25\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-4.19.53.orig/include/linux/sched.h
67-+++ linux-4.19.53/include/linux/sched.h
66+--- linux-4.19.56.orig/include/linux/sched.h
67++++ linux-4.19.56/include/linux/sched.h
6868 @@ -34,6 +34,7 @@ struct audit_context;
6969 struct backing_dev_info;
7070 struct bio_list;
@@ -84,8 +84,8 @@
8484
8585 /*
8686 * New fields for task_struct should be added above here, so that
87---- linux-4.19.53.orig/include/linux/security.h
88-+++ linux-4.19.53/include/linux/security.h
87+--- linux-4.19.56.orig/include/linux/security.h
88++++ linux-4.19.56/include/linux/security.h
8989 @@ -53,6 +53,7 @@ struct msg_msg;
9090 struct xattr;
9191 struct xfrm_sec_ctx;
@@ -306,8 +306,8 @@
306306 }
307307 #endif /* CONFIG_SECURITY_PATH */
308308
309---- linux-4.19.53.orig/include/net/ip.h
310-+++ linux-4.19.53/include/net/ip.h
309+--- linux-4.19.56.orig/include/net/ip.h
310++++ linux-4.19.56/include/net/ip.h
311311 @@ -301,6 +301,8 @@ void inet_get_local_port_range(struct ne
312312 #ifdef CONFIG_SYSCTL
313313 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -326,8 +326,8 @@
326326 return 0;
327327 }
328328
329---- linux-4.19.53.orig/init/init_task.c
330-+++ linux-4.19.53/init/init_task.c
329+--- linux-4.19.56.orig/init/init_task.c
330++++ linux-4.19.56/init/init_task.c
331331 @@ -179,6 +179,10 @@ struct task_struct init_task
332332 #ifdef CONFIG_SECURITY
333333 .security = NULL,
@@ -339,8 +339,8 @@
339339 };
340340 EXPORT_SYMBOL(init_task);
341341
342---- linux-4.19.53.orig/kernel/kexec.c
343-+++ linux-4.19.53/kernel/kexec.c
342+--- linux-4.19.56.orig/kernel/kexec.c
343++++ linux-4.19.56/kernel/kexec.c
344344 @@ -18,7 +18,7 @@
345345 #include <linux/syscalls.h>
346346 #include <linux/vmalloc.h>
@@ -359,8 +359,8 @@
359359
360360 /* Permit LSMs and IMA to fail the kexec */
361361 result = security_kernel_load_data(LOADING_KEXEC_IMAGE);
362---- linux-4.19.53.orig/kernel/module.c
363-+++ linux-4.19.53/kernel/module.c
362+--- linux-4.19.56.orig/kernel/module.c
363++++ linux-4.19.56/kernel/module.c
364364 @@ -66,6 +66,7 @@
365365 #include <linux/audit.h>
366366 #include <uapi/linux/module.h>
@@ -387,8 +387,8 @@
387387
388388 return 0;
389389 }
390---- linux-4.19.53.orig/kernel/ptrace.c
391-+++ linux-4.19.53/kernel/ptrace.c
390+--- linux-4.19.56.orig/kernel/ptrace.c
391++++ linux-4.19.56/kernel/ptrace.c
392392 @@ -1139,6 +1139,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
393393 {
394394 struct task_struct *child;
@@ -413,8 +413,8 @@
413413
414414 if (request == PTRACE_TRACEME) {
415415 ret = ptrace_traceme();
416---- linux-4.19.53.orig/kernel/reboot.c
417-+++ linux-4.19.53/kernel/reboot.c
416+--- linux-4.19.56.orig/kernel/reboot.c
417++++ linux-4.19.56/kernel/reboot.c
418418 @@ -16,6 +16,7 @@
419419 #include <linux/syscalls.h>
420420 #include <linux/syscore_ops.h>
@@ -432,8 +432,8 @@
432432
433433 /*
434434 * If pid namespaces are enabled and the current task is in a child
435---- linux-4.19.53.orig/kernel/sched/core.c
436-+++ linux-4.19.53/kernel/sched/core.c
435+--- linux-4.19.56.orig/kernel/sched/core.c
436++++ linux-4.19.56/kernel/sched/core.c
437437 @@ -3945,6 +3945,8 @@ int can_nice(const struct task_struct *p
438438 SYSCALL_DEFINE1(nice, int, increment)
439439 {
@@ -443,8 +443,8 @@
443443
444444 /*
445445 * Setpriority might change our priority at the same moment.
446---- linux-4.19.53.orig/kernel/signal.c
447-+++ linux-4.19.53/kernel/signal.c
446+--- linux-4.19.56.orig/kernel/signal.c
447++++ linux-4.19.56/kernel/signal.c
448448 @@ -3271,6 +3271,8 @@ COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait,
449449 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
450450 {
@@ -490,8 +490,8 @@
490490
491491 return do_send_specific(tgid, pid, sig, info);
492492 }
493---- linux-4.19.53.orig/kernel/sys.c
494-+++ linux-4.19.53/kernel/sys.c
493+--- linux-4.19.56.orig/kernel/sys.c
494++++ linux-4.19.56/kernel/sys.c
495495 @@ -201,6 +201,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
496496
497497 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -521,8 +521,8 @@
521521
522522 errno = -EFAULT;
523523 if (!copy_from_user(tmp, name, len)) {
524---- linux-4.19.53.orig/kernel/time/timekeeping.c
525-+++ linux-4.19.53/kernel/time/timekeeping.c
524+--- linux-4.19.56.orig/kernel/time/timekeeping.c
525++++ linux-4.19.56/kernel/time/timekeeping.c
526526 @@ -26,6 +26,7 @@
527527 #include <linux/stop_machine.h>
528528 #include <linux/pvclock_gtod.h>
@@ -556,8 +556,8 @@
556556
557557 /*
558558 * Validate if a timespec/timeval used to inject a time
559---- linux-4.19.53.orig/net/ipv4/raw.c
560-+++ linux-4.19.53/net/ipv4/raw.c
559+--- linux-4.19.56.orig/net/ipv4/raw.c
560++++ linux-4.19.56/net/ipv4/raw.c
561561 @@ -772,6 +772,10 @@ static int raw_recvmsg(struct sock *sk,
562562 skb = skb_recv_datagram(sk, flags, noblock, &err);
563563 if (!skb)
@@ -569,8 +569,8 @@
569569
570570 copied = skb->len;
571571 if (len < copied) {
572---- linux-4.19.53.orig/net/ipv4/udp.c
573-+++ linux-4.19.53/net/ipv4/udp.c
572+--- linux-4.19.56.orig/net/ipv4/udp.c
573++++ linux-4.19.56/net/ipv4/udp.c
574574 @@ -1663,6 +1663,8 @@ try_again:
575575 skb = __skb_recv_udp(sk, flags, noblock, &peeked, &off, &err);
576576 if (!skb)
@@ -580,8 +580,8 @@
580580
581581 ulen = udp_skb_len(skb);
582582 copied = len;
583---- linux-4.19.53.orig/net/ipv6/raw.c
584-+++ linux-4.19.53/net/ipv6/raw.c
583+--- linux-4.19.56.orig/net/ipv6/raw.c
584++++ linux-4.19.56/net/ipv6/raw.c
585585 @@ -485,6 +485,10 @@ static int rawv6_recvmsg(struct sock *sk
586586 skb = skb_recv_datagram(sk, flags, noblock, &err);
587587 if (!skb)
@@ -593,8 +593,8 @@
593593
594594 copied = skb->len;
595595 if (copied > len) {
596---- linux-4.19.53.orig/net/ipv6/udp.c
597-+++ linux-4.19.53/net/ipv6/udp.c
596+--- linux-4.19.56.orig/net/ipv6/udp.c
597++++ linux-4.19.56/net/ipv6/udp.c
598598 @@ -343,6 +343,8 @@ try_again:
599599 skb = __skb_recv_udp(sk, flags, noblock, &peeked, &off, &err);
600600 if (!skb)
@@ -604,8 +604,8 @@
604604
605605 ulen = udp6_skb_len(skb);
606606 copied = len;
607---- linux-4.19.53.orig/net/socket.c
608-+++ linux-4.19.53/net/socket.c
607+--- linux-4.19.56.orig/net/socket.c
608++++ linux-4.19.56/net/socket.c
609609 @@ -1590,6 +1590,10 @@ int __sys_accept4(int fd, struct sockadd
610610 if (err < 0)
611611 goto out_fd;
@@ -617,8 +617,8 @@
617617 if (upeer_sockaddr) {
618618 len = newsock->ops->getname(newsock,
619619 (struct sockaddr *)&address, 2);
620---- linux-4.19.53.orig/net/unix/af_unix.c
621-+++ linux-4.19.53/net/unix/af_unix.c
620+--- linux-4.19.56.orig/net/unix/af_unix.c
621++++ linux-4.19.56/net/unix/af_unix.c
622622 @@ -2137,6 +2137,10 @@ static int unix_dgram_recvmsg(struct soc
623623 EPOLLOUT | EPOLLWRNORM |
624624 EPOLLWRBAND);
@@ -638,8 +638,8 @@
638638 mutex_unlock(&u->iolock);
639639 out:
640640 return err;
641---- linux-4.19.53.orig/security/Kconfig
642-+++ linux-4.19.53/security/Kconfig
641+--- linux-4.19.56.orig/security/Kconfig
642++++ linux-4.19.56/security/Kconfig
643643 @@ -276,5 +276,7 @@ config DEFAULT_SECURITY
644644 default "apparmor" if DEFAULT_SECURITY_APPARMOR
645645 default "" if DEFAULT_SECURITY_DAC
@@ -648,8 +648,8 @@
648648 +
649649 endmenu
650650
651---- linux-4.19.53.orig/security/Makefile
652-+++ linux-4.19.53/security/Makefile
651+--- linux-4.19.56.orig/security/Makefile
652++++ linux-4.19.56/security/Makefile
653653 @@ -30,3 +30,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
654654 # Object integrity file lists
655655 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -657,8 +657,8 @@
657657 +
658658 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
659659 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
660---- linux-4.19.53.orig/security/security.c
661-+++ linux-4.19.53/security/security.c
660+--- linux-4.19.56.orig/security/security.c
661++++ linux-4.19.56/security/security.c
662662 @@ -988,12 +988,19 @@ int security_file_open(struct file *file
663663
664664 int security_task_alloc(struct task_struct *task, unsigned long clone_flags)
--- trunk/1.8.x/ccs-patch/patches/ccs-patch-4.4.diff (revision 6717)
+++ trunk/1.8.x/ccs-patch/patches/ccs-patch-4.4.diff (revision 6718)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.4.182.
1+This is TOMOYO Linux patch for kernel 4.4.183.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.182.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.183.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/Makefile | 3 ++
2929 24 files changed, 150 insertions(+), 26 deletions(-)
3030
31---- linux-4.4.182.orig/fs/exec.c
32-+++ linux-4.4.182/fs/exec.c
31+--- linux-4.4.183.orig/fs/exec.c
32++++ linux-4.4.183/fs/exec.c
3333 @@ -1512,7 +1512,7 @@ static int exec_binprm(struct linux_binp
3434 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3535 rcu_read_unlock();
@@ -39,8 +39,8 @@
3939 if (ret >= 0) {
4040 audit_bprm(bprm);
4141 trace_sched_process_exec(current, old_pid, bprm);
42---- linux-4.4.182.orig/fs/open.c
43-+++ linux-4.4.182/fs/open.c
42+--- linux-4.4.183.orig/fs/open.c
43++++ linux-4.4.183/fs/open.c
4444 @@ -1117,6 +1117,8 @@ EXPORT_SYMBOL(sys_close);
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-4.4.182.orig/fs/proc/version.c
54-+++ linux-4.4.182/fs/proc/version.c
53+--- linux-4.4.183.orig/fs/proc/version.c
54++++ linux-4.4.183/fs/proc/version.c
5555 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 4.4.182 2019/06/18\n");
62++ printk(KERN_INFO "Hook version: 4.4.183 2019/06/25\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-4.4.182.orig/include/linux/init_task.h
67-+++ linux-4.4.182/include/linux/init_task.h
66+--- linux-4.4.183.orig/include/linux/init_task.h
67++++ linux-4.4.183/include/linux/init_task.h
6868 @@ -183,6 +183,14 @@ extern struct task_group root_task_group
6969 # define INIT_KASAN(tsk)
7070 #endif
@@ -88,8 +88,8 @@
8888 }
8989
9090
91---- linux-4.4.182.orig/include/linux/sched.h
92-+++ linux-4.4.182/include/linux/sched.h
91+--- linux-4.4.183.orig/include/linux/sched.h
92++++ linux-4.4.183/include/linux/sched.h
9393 @@ -6,6 +6,8 @@
9494 #include <linux/sched/prio.h>
9595
@@ -110,8 +110,8 @@
110110 /* CPU-specific state of this task */
111111 struct thread_struct thread;
112112 /*
113---- linux-4.4.182.orig/include/linux/security.h
114-+++ linux-4.4.182/include/linux/security.h
113+--- linux-4.4.183.orig/include/linux/security.h
114++++ linux-4.4.183/include/linux/security.h
115115 @@ -53,6 +53,7 @@ struct msg_queue;
116116 struct xattr;
117117 struct xfrm_sec_ctx;
@@ -318,8 +318,8 @@
318318 }
319319 #endif /* CONFIG_SECURITY_PATH */
320320
321---- linux-4.4.182.orig/include/net/ip.h
322-+++ linux-4.4.182/include/net/ip.h
321+--- linux-4.4.183.orig/include/net/ip.h
322++++ linux-4.4.183/include/net/ip.h
323323 @@ -225,6 +225,8 @@ void inet_get_local_port_range(struct ne
324324 #ifdef CONFIG_SYSCTL
325325 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -338,8 +338,8 @@
338338 return 0;
339339 }
340340 #endif
341---- linux-4.4.182.orig/kernel/fork.c
342-+++ linux-4.4.182/kernel/fork.c
341+--- linux-4.4.183.orig/kernel/fork.c
342++++ linux-4.4.183/kernel/fork.c
343343 @@ -260,6 +260,7 @@ void __put_task_struct(struct task_struc
344344 delayacct_tsk_free(tsk);
345345 put_signal_struct(tsk->signal);
@@ -366,8 +366,8 @@
366366 bad_fork_cleanup_perf:
367367 perf_event_free_task(p);
368368 bad_fork_cleanup_policy:
369---- linux-4.4.182.orig/kernel/kexec.c
370-+++ linux-4.4.182/kernel/kexec.c
369+--- linux-4.4.183.orig/kernel/kexec.c
370++++ linux-4.4.183/kernel/kexec.c
371371 @@ -17,7 +17,7 @@
372372 #include <linux/syscalls.h>
373373 #include <linux/vmalloc.h>
@@ -386,8 +386,8 @@
386386
387387 /*
388388 * Verify we have a legal set of flags
389---- linux-4.4.182.orig/kernel/module.c
390-+++ linux-4.4.182/kernel/module.c
389+--- linux-4.4.183.orig/kernel/module.c
390++++ linux-4.4.183/kernel/module.c
391391 @@ -61,6 +61,7 @@
392392 #include <linux/bsearch.h>
393393 #include <uapi/linux/module.h>
@@ -414,9 +414,9 @@
414414
415415 return 0;
416416 }
417---- linux-4.4.182.orig/kernel/ptrace.c
418-+++ linux-4.4.182/kernel/ptrace.c
419-@@ -1095,6 +1095,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
417+--- linux-4.4.183.orig/kernel/ptrace.c
418++++ linux-4.4.183/kernel/ptrace.c
419+@@ -1111,6 +1111,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
420420 {
421421 struct task_struct *child;
422422 long ret;
@@ -428,7 +428,7 @@
428428
429429 if (request == PTRACE_TRACEME) {
430430 ret = ptrace_traceme();
431-@@ -1241,6 +1246,11 @@ COMPAT_SYSCALL_DEFINE4(ptrace, compat_lo
431+@@ -1257,6 +1262,11 @@ COMPAT_SYSCALL_DEFINE4(ptrace, compat_lo
432432 {
433433 struct task_struct *child;
434434 long ret;
@@ -440,8 +440,8 @@
440440
441441 if (request == PTRACE_TRACEME) {
442442 ret = ptrace_traceme();
443---- linux-4.4.182.orig/kernel/reboot.c
444-+++ linux-4.4.182/kernel/reboot.c
443+--- linux-4.4.183.orig/kernel/reboot.c
444++++ linux-4.4.183/kernel/reboot.c
445445 @@ -16,6 +16,7 @@
446446 #include <linux/syscalls.h>
447447 #include <linux/syscore_ops.h>
@@ -459,8 +459,8 @@
459459
460460 /*
461461 * If pid namespaces are enabled and the current task is in a child
462---- linux-4.4.182.orig/kernel/sched/core.c
463-+++ linux-4.4.182/kernel/sched/core.c
462+--- linux-4.4.183.orig/kernel/sched/core.c
463++++ linux-4.4.183/kernel/sched/core.c
464464 @@ -3549,6 +3549,8 @@ int can_nice(const struct task_struct *p
465465 SYSCALL_DEFINE1(nice, int, increment)
466466 {
@@ -470,8 +470,8 @@
470470
471471 /*
472472 * Setpriority might change our priority at the same moment.
473---- linux-4.4.182.orig/kernel/signal.c
474-+++ linux-4.4.182/kernel/signal.c
473+--- linux-4.4.183.orig/kernel/signal.c
474++++ linux-4.4.183/kernel/signal.c
475475 @@ -2929,6 +2929,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
476476 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
477477 {
@@ -517,8 +517,8 @@
517517
518518 return do_send_specific(tgid, pid, sig, info);
519519 }
520---- linux-4.4.182.orig/kernel/sys.c
521-+++ linux-4.4.182/kernel/sys.c
520+--- linux-4.4.183.orig/kernel/sys.c
521++++ linux-4.4.183/kernel/sys.c
522522 @@ -185,6 +185,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
523523
524524 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -548,8 +548,8 @@
548548
549549 errno = -EFAULT;
550550 if (!copy_from_user(tmp, name, len)) {
551---- linux-4.4.182.orig/kernel/time/ntp.c
552-+++ linux-4.4.182/kernel/time/ntp.c
551+--- linux-4.4.183.orig/kernel/time/ntp.c
552++++ linux-4.4.183/kernel/time/ntp.c
553553 @@ -16,6 +16,7 @@
554554 #include <linux/mm.h>
555555 #include <linux/module.h>
@@ -583,8 +583,8 @@
583583
584584 if (txc->modes & ADJ_NANO) {
585585 struct timespec ts;
586---- linux-4.4.182.orig/net/ipv4/raw.c
587-+++ linux-4.4.182/net/ipv4/raw.c
586+--- linux-4.4.183.orig/net/ipv4/raw.c
587++++ linux-4.4.183/net/ipv4/raw.c
588588 @@ -747,6 +747,10 @@ static int raw_recvmsg(struct sock *sk,
589589 skb = skb_recv_datagram(sk, flags, noblock, &err);
590590 if (!skb)
@@ -596,8 +596,8 @@
596596
597597 copied = skb->len;
598598 if (len < copied) {
599---- linux-4.4.182.orig/net/ipv4/udp.c
600-+++ linux-4.4.182/net/ipv4/udp.c
599+--- linux-4.4.183.orig/net/ipv4/udp.c
600++++ linux-4.4.183/net/ipv4/udp.c
601601 @@ -1289,6 +1289,10 @@ try_again:
602602 &peeked, &off, &err);
603603 if (!skb)
@@ -609,8 +609,8 @@
609609
610610 ulen = skb->len - sizeof(struct udphdr);
611611 copied = len;
612---- linux-4.4.182.orig/net/ipv6/raw.c
613-+++ linux-4.4.182/net/ipv6/raw.c
612+--- linux-4.4.183.orig/net/ipv6/raw.c
613++++ linux-4.4.183/net/ipv6/raw.c
614614 @@ -480,6 +480,10 @@ static int rawv6_recvmsg(struct sock *sk
615615 skb = skb_recv_datagram(sk, flags, noblock, &err);
616616 if (!skb)
@@ -622,8 +622,8 @@
622622
623623 copied = skb->len;
624624 if (copied > len) {
625---- linux-4.4.182.orig/net/ipv6/udp.c
626-+++ linux-4.4.182/net/ipv6/udp.c
625+--- linux-4.4.183.orig/net/ipv6/udp.c
626++++ linux-4.4.183/net/ipv6/udp.c
627627 @@ -417,6 +417,10 @@ try_again:
628628 &peeked, &off, &err);
629629 if (!skb)
@@ -635,8 +635,8 @@
635635
636636 ulen = skb->len - sizeof(struct udphdr);
637637 copied = len;
638---- linux-4.4.182.orig/net/socket.c
639-+++ linux-4.4.182/net/socket.c
638+--- linux-4.4.183.orig/net/socket.c
639++++ linux-4.4.183/net/socket.c
640640 @@ -1465,6 +1465,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
641641 if (err < 0)
642642 goto out_fd;
@@ -648,8 +648,8 @@
648648 if (upeer_sockaddr) {
649649 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
650650 &len, 2) < 0) {
651---- linux-4.4.182.orig/net/unix/af_unix.c
652-+++ linux-4.4.182/net/unix/af_unix.c
651+--- linux-4.4.183.orig/net/unix/af_unix.c
652++++ linux-4.4.183/net/unix/af_unix.c
653653 @@ -2151,6 +2151,10 @@ static int unix_dgram_recvmsg(struct soc
654654 wake_up_interruptible_sync_poll(&u->peer_wait,
655655 POLLOUT | POLLWRNORM | POLLWRBAND);
@@ -661,8 +661,8 @@
661661 if (msg->msg_name)
662662 unix_copy_addr(msg, skb->sk);
663663
664---- linux-4.4.182.orig/security/Kconfig
665-+++ linux-4.4.182/security/Kconfig
664+--- linux-4.4.183.orig/security/Kconfig
665++++ linux-4.4.183/security/Kconfig
666666 @@ -173,5 +173,7 @@ config DEFAULT_SECURITY
667667 default "apparmor" if DEFAULT_SECURITY_APPARMOR
668668 default "" if DEFAULT_SECURITY_DAC
@@ -671,8 +671,8 @@
671671 +
672672 endmenu
673673
674---- linux-4.4.182.orig/security/Makefile
675-+++ linux-4.4.182/security/Makefile
674+--- linux-4.4.183.orig/security/Makefile
675++++ linux-4.4.183/security/Makefile
676676 @@ -27,3 +27,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
677677 # Object integrity file lists
678678 subdir-$(CONFIG_INTEGRITY) += integrity
--- trunk/1.8.x/ccs-patch/patches/ccs-patch-4.9.diff (revision 6717)
+++ trunk/1.8.x/ccs-patch/patches/ccs-patch-4.9.diff (revision 6718)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.9.182.
1+This is TOMOYO Linux patch for kernel 4.9.183.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.182.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.183.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/Makefile | 3 ++
2929 24 files changed, 147 insertions(+), 26 deletions(-)
3030
31---- linux-4.9.182.orig/fs/exec.c
32-+++ linux-4.9.182/fs/exec.c
31+--- linux-4.9.183.orig/fs/exec.c
32++++ linux-4.9.183/fs/exec.c
3333 @@ -1660,7 +1660,7 @@ static int exec_binprm(struct linux_binp
3434 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3535 rcu_read_unlock();
@@ -39,8 +39,8 @@
3939 if (ret >= 0) {
4040 audit_bprm(bprm);
4141 trace_sched_process_exec(current, old_pid, bprm);
42---- linux-4.9.182.orig/fs/open.c
43-+++ linux-4.9.182/fs/open.c
42+--- linux-4.9.183.orig/fs/open.c
43++++ linux-4.9.183/fs/open.c
4444 @@ -1157,6 +1157,8 @@ EXPORT_SYMBOL(sys_close);
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-4.9.182.orig/fs/proc/version.c
54-+++ linux-4.9.182/fs/proc/version.c
53+--- linux-4.9.183.orig/fs/proc/version.c
54++++ linux-4.9.183/fs/proc/version.c
5555 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 4.9.182 2019/06/18\n");
62++ printk(KERN_INFO "Hook version: 4.9.183 2019/06/25\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-4.9.182.orig/include/linux/init_task.h
67-+++ linux-4.9.182/include/linux/init_task.h
66+--- linux-4.9.183.orig/include/linux/init_task.h
67++++ linux-4.9.183/include/linux/init_task.h
6868 @@ -193,6 +193,14 @@ extern struct task_group root_task_group
6969 # define INIT_TASK_TI(tsk)
7070 #endif
@@ -88,8 +88,8 @@
8888 }
8989
9090
91---- linux-4.9.182.orig/include/linux/sched.h
92-+++ linux-4.9.182/include/linux/sched.h
91+--- linux-4.9.183.orig/include/linux/sched.h
92++++ linux-4.9.183/include/linux/sched.h
9393 @@ -6,6 +6,8 @@
9494 #include <linux/sched/prio.h>
9595
@@ -110,8 +110,8 @@
110110 /* CPU-specific state of this task */
111111 struct thread_struct thread;
112112 /*
113---- linux-4.9.182.orig/include/linux/security.h
114-+++ linux-4.9.182/include/linux/security.h
113+--- linux-4.9.183.orig/include/linux/security.h
114++++ linux-4.9.183/include/linux/security.h
115115 @@ -55,6 +55,7 @@ struct msg_queue;
116116 struct xattr;
117117 struct xfrm_sec_ctx;
@@ -318,8 +318,8 @@
318318 }
319319 #endif /* CONFIG_SECURITY_PATH */
320320
321---- linux-4.9.182.orig/include/net/ip.h
322-+++ linux-4.9.182/include/net/ip.h
321+--- linux-4.9.183.orig/include/net/ip.h
322++++ linux-4.9.183/include/net/ip.h
323323 @@ -254,6 +254,8 @@ void inet_get_local_port_range(struct ne
324324 #ifdef CONFIG_SYSCTL
325325 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -338,8 +338,8 @@
338338 return 0;
339339 }
340340 #endif
341---- linux-4.9.182.orig/kernel/fork.c
342-+++ linux-4.9.182/kernel/fork.c
341+--- linux-4.9.183.orig/kernel/fork.c
342++++ linux-4.9.183/kernel/fork.c
343343 @@ -395,6 +395,7 @@ void __put_task_struct(struct task_struc
344344 delayacct_tsk_free(tsk);
345345 put_signal_struct(tsk->signal);
@@ -366,8 +366,8 @@
366366 bad_fork_cleanup_perf:
367367 perf_event_free_task(p);
368368 bad_fork_cleanup_policy:
369---- linux-4.9.182.orig/kernel/kexec.c
370-+++ linux-4.9.182/kernel/kexec.c
369+--- linux-4.9.183.orig/kernel/kexec.c
370++++ linux-4.9.183/kernel/kexec.c
371371 @@ -17,7 +17,7 @@
372372 #include <linux/syscalls.h>
373373 #include <linux/vmalloc.h>
@@ -386,8 +386,8 @@
386386
387387 /*
388388 * Verify we have a legal set of flags
389---- linux-4.9.182.orig/kernel/module.c
390-+++ linux-4.9.182/kernel/module.c
389+--- linux-4.9.183.orig/kernel/module.c
390++++ linux-4.9.183/kernel/module.c
391391 @@ -63,6 +63,7 @@
392392 #include <linux/dynamic_debug.h>
393393 #include <uapi/linux/module.h>
@@ -414,9 +414,9 @@
414414
415415 return 0;
416416 }
417---- linux-4.9.182.orig/kernel/ptrace.c
418-+++ linux-4.9.182/kernel/ptrace.c
419-@@ -1132,6 +1132,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
417+--- linux-4.9.183.orig/kernel/ptrace.c
418++++ linux-4.9.183/kernel/ptrace.c
419+@@ -1148,6 +1148,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
420420 {
421421 struct task_struct *child;
422422 long ret;
@@ -428,7 +428,7 @@
428428
429429 if (request == PTRACE_TRACEME) {
430430 ret = ptrace_traceme();
431-@@ -1281,6 +1286,11 @@ COMPAT_SYSCALL_DEFINE4(ptrace, compat_lo
431+@@ -1297,6 +1302,11 @@ COMPAT_SYSCALL_DEFINE4(ptrace, compat_lo
432432 {
433433 struct task_struct *child;
434434 long ret;
@@ -440,8 +440,8 @@
440440
441441 if (request == PTRACE_TRACEME) {
442442 ret = ptrace_traceme();
443---- linux-4.9.182.orig/kernel/reboot.c
444-+++ linux-4.9.182/kernel/reboot.c
443+--- linux-4.9.183.orig/kernel/reboot.c
444++++ linux-4.9.183/kernel/reboot.c
445445 @@ -16,6 +16,7 @@
446446 #include <linux/syscalls.h>
447447 #include <linux/syscore_ops.h>
@@ -459,8 +459,8 @@
459459
460460 /*
461461 * If pid namespaces are enabled and the current task is in a child
462---- linux-4.9.182.orig/kernel/sched/core.c
463-+++ linux-4.9.182/kernel/sched/core.c
462+--- linux-4.9.183.orig/kernel/sched/core.c
463++++ linux-4.9.183/kernel/sched/core.c
464464 @@ -3813,6 +3813,8 @@ int can_nice(const struct task_struct *p
465465 SYSCALL_DEFINE1(nice, int, increment)
466466 {
@@ -470,8 +470,8 @@
470470
471471 /*
472472 * Setpriority might change our priority at the same moment.
473---- linux-4.9.182.orig/kernel/signal.c
474-+++ linux-4.9.182/kernel/signal.c
473+--- linux-4.9.183.orig/kernel/signal.c
474++++ linux-4.9.183/kernel/signal.c
475475 @@ -2929,6 +2929,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
476476 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
477477 {
@@ -517,8 +517,8 @@
517517
518518 return do_send_specific(tgid, pid, sig, info);
519519 }
520---- linux-4.9.182.orig/kernel/sys.c
521-+++ linux-4.9.182/kernel/sys.c
520+--- linux-4.9.183.orig/kernel/sys.c
521++++ linux-4.9.183/kernel/sys.c
522522 @@ -185,6 +185,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
523523
524524 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -548,8 +548,8 @@
548548
549549 errno = -EFAULT;
550550 if (!copy_from_user(tmp, name, len)) {
551---- linux-4.9.182.orig/kernel/time/ntp.c
552-+++ linux-4.9.182/kernel/time/ntp.c
551+--- linux-4.9.183.orig/kernel/time/ntp.c
552++++ linux-4.9.183/kernel/time/ntp.c
553553 @@ -17,6 +17,7 @@
554554 #include <linux/module.h>
555555 #include <linux/rtc.h>
@@ -583,8 +583,8 @@
583583
584584 if (txc->modes & ADJ_NANO) {
585585 struct timespec ts;
586---- linux-4.9.182.orig/net/ipv4/raw.c
587-+++ linux-4.9.182/net/ipv4/raw.c
586+--- linux-4.9.183.orig/net/ipv4/raw.c
587++++ linux-4.9.183/net/ipv4/raw.c
588588 @@ -744,6 +744,10 @@ static int raw_recvmsg(struct sock *sk,
589589 skb = skb_recv_datagram(sk, flags, noblock, &err);
590590 if (!skb)
@@ -596,8 +596,8 @@
596596
597597 copied = skb->len;
598598 if (len < copied) {
599---- linux-4.9.182.orig/net/ipv4/udp.c
600-+++ linux-4.9.182/net/ipv4/udp.c
599+--- linux-4.9.183.orig/net/ipv4/udp.c
600++++ linux-4.9.183/net/ipv4/udp.c
601601 @@ -1267,6 +1267,8 @@ try_again:
602602 &peeked, &off, &err);
603603 if (!skb)
@@ -607,8 +607,8 @@
607607
608608 ulen = skb->len;
609609 copied = len;
610---- linux-4.9.182.orig/net/ipv6/raw.c
611-+++ linux-4.9.182/net/ipv6/raw.c
610+--- linux-4.9.183.orig/net/ipv6/raw.c
611++++ linux-4.9.183/net/ipv6/raw.c
612612 @@ -480,6 +480,10 @@ static int rawv6_recvmsg(struct sock *sk
613613 skb = skb_recv_datagram(sk, flags, noblock, &err);
614614 if (!skb)
@@ -620,8 +620,8 @@
620620
621621 copied = skb->len;
622622 if (copied > len) {
623---- linux-4.9.182.orig/net/ipv6/udp.c
624-+++ linux-4.9.182/net/ipv6/udp.c
623+--- linux-4.9.183.orig/net/ipv6/udp.c
624++++ linux-4.9.183/net/ipv6/udp.c
625625 @@ -348,6 +348,8 @@ try_again:
626626 &peeked, &off, &err);
627627 if (!skb)
@@ -631,8 +631,8 @@
631631
632632 ulen = skb->len;
633633 copied = len;
634---- linux-4.9.182.orig/net/socket.c
635-+++ linux-4.9.182/net/socket.c
634+--- linux-4.9.183.orig/net/socket.c
635++++ linux-4.9.183/net/socket.c
636636 @@ -1482,6 +1482,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
637637 if (err < 0)
638638 goto out_fd;
@@ -644,8 +644,8 @@
644644 if (upeer_sockaddr) {
645645 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
646646 &len, 2) < 0) {
647---- linux-4.9.182.orig/net/unix/af_unix.c
648-+++ linux-4.9.182/net/unix/af_unix.c
647+--- linux-4.9.183.orig/net/unix/af_unix.c
648++++ linux-4.9.183/net/unix/af_unix.c
649649 @@ -2160,6 +2160,10 @@ static int unix_dgram_recvmsg(struct soc
650650 POLLOUT | POLLWRNORM |
651651 POLLWRBAND);
@@ -665,8 +665,8 @@
665665 mutex_unlock(&u->iolock);
666666 out:
667667 return err;
668---- linux-4.9.182.orig/security/Kconfig
669-+++ linux-4.9.182/security/Kconfig
668+--- linux-4.9.183.orig/security/Kconfig
669++++ linux-4.9.183/security/Kconfig
670670 @@ -214,5 +214,7 @@ config DEFAULT_SECURITY
671671 default "apparmor" if DEFAULT_SECURITY_APPARMOR
672672 default "" if DEFAULT_SECURITY_DAC
@@ -675,8 +675,8 @@
675675 +
676676 endmenu
677677
678---- linux-4.9.182.orig/security/Makefile
679-+++ linux-4.9.182/security/Makefile
678+--- linux-4.9.183.orig/security/Makefile
679++++ linux-4.9.183/security/Makefile
680680 @@ -29,3 +29,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
681681 # Object integrity file lists
682682 subdir-$(CONFIG_INTEGRITY) += integrity
--- trunk/1.8.x/ccs-patch/patches/ccs-patch-5.1.diff (revision 6717)
+++ trunk/1.8.x/ccs-patch/patches/ccs-patch-5.1.diff (revision 6718)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 5.1.12.
1+This is TOMOYO Linux patch for kernel 5.1.15.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.1.12.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.1.15.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/security.c | 5 ++-
2929 24 files changed, 159 insertions(+), 29 deletions(-)
3030
31---- linux-5.1.12.orig/fs/exec.c
32-+++ linux-5.1.12/fs/exec.c
31+--- linux-5.1.15.orig/fs/exec.c
32++++ linux-5.1.15/fs/exec.c
3333 @@ -1695,7 +1695,7 @@ static int exec_binprm(struct linux_binp
3434 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3535 rcu_read_unlock();
@@ -39,8 +39,8 @@
3939 if (ret >= 0) {
4040 audit_bprm(bprm);
4141 trace_sched_process_exec(current, old_pid, bprm);
42---- linux-5.1.12.orig/fs/open.c
43-+++ linux-5.1.12/fs/open.c
42+--- linux-5.1.15.orig/fs/open.c
43++++ linux-5.1.15/fs/open.c
4444 @@ -1180,6 +1180,8 @@ SYSCALL_DEFINE1(close, unsigned int, fd)
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-5.1.12.orig/fs/proc/version.c
54-+++ linux-5.1.12/fs/proc/version.c
53+--- linux-5.1.15.orig/fs/proc/version.c
54++++ linux-5.1.15/fs/proc/version.c
5555 @@ -21,3 +21,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 5.1.12 2019/06/19\n");
62++ printk(KERN_INFO "Hook version: 5.1.15 2019/06/25\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-5.1.12.orig/include/linux/sched.h
67-+++ linux-5.1.12/include/linux/sched.h
66+--- linux-5.1.15.orig/include/linux/sched.h
67++++ linux-5.1.15/include/linux/sched.h
6868 @@ -36,6 +36,7 @@ struct audit_context;
6969 struct backing_dev_info;
7070 struct bio_list;
@@ -84,8 +84,8 @@
8484
8585 /*
8686 * New fields for task_struct should be added above here, so that
87---- linux-5.1.12.orig/include/linux/security.h
88-+++ linux-5.1.12/include/linux/security.h
87+--- linux-5.1.15.orig/include/linux/security.h
88++++ linux-5.1.15/include/linux/security.h
8989 @@ -56,6 +56,7 @@ struct mm_struct;
9090 struct fs_context;
9191 struct fs_parameter;
@@ -306,8 +306,8 @@
306306 }
307307 #endif /* CONFIG_SECURITY_PATH */
308308
309---- linux-5.1.12.orig/include/net/ip.h
310-+++ linux-5.1.12/include/net/ip.h
309+--- linux-5.1.15.orig/include/net/ip.h
310++++ linux-5.1.15/include/net/ip.h
311311 @@ -302,6 +302,8 @@ void inet_get_local_port_range(struct ne
312312 #ifdef CONFIG_SYSCTL
313313 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -326,8 +326,8 @@
326326 return 0;
327327 }
328328
329---- linux-5.1.12.orig/init/init_task.c
330-+++ linux-5.1.12/init/init_task.c
329+--- linux-5.1.15.orig/init/init_task.c
330++++ linux-5.1.15/init/init_task.c
331331 @@ -180,6 +180,10 @@ struct task_struct init_task
332332 #ifdef CONFIG_SECURITY
333333 .security = NULL,
@@ -339,8 +339,8 @@
339339 };
340340 EXPORT_SYMBOL(init_task);
341341
342---- linux-5.1.12.orig/kernel/kexec.c
343-+++ linux-5.1.12/kernel/kexec.c
342+--- linux-5.1.15.orig/kernel/kexec.c
343++++ linux-5.1.15/kernel/kexec.c
344344 @@ -18,7 +18,7 @@
345345 #include <linux/syscalls.h>
346346 #include <linux/vmalloc.h>
@@ -359,8 +359,8 @@
359359
360360 /* Permit LSMs and IMA to fail the kexec */
361361 result = security_kernel_load_data(LOADING_KEXEC_IMAGE);
362---- linux-5.1.12.orig/kernel/module.c
363-+++ linux-5.1.12/kernel/module.c
362+--- linux-5.1.15.orig/kernel/module.c
363++++ linux-5.1.15/kernel/module.c
364364 @@ -66,6 +66,7 @@
365365 #include <linux/audit.h>
366366 #include <uapi/linux/module.h>
@@ -387,8 +387,8 @@
387387
388388 return 0;
389389 }
390---- linux-5.1.12.orig/kernel/ptrace.c
391-+++ linux-5.1.12/kernel/ptrace.c
390+--- linux-5.1.15.orig/kernel/ptrace.c
391++++ linux-5.1.15/kernel/ptrace.c
392392 @@ -1138,6 +1138,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
393393 {
394394 struct task_struct *child;
@@ -413,8 +413,8 @@
413413
414414 if (request == PTRACE_TRACEME) {
415415 ret = ptrace_traceme();
416---- linux-5.1.12.orig/kernel/reboot.c
417-+++ linux-5.1.12/kernel/reboot.c
416+--- linux-5.1.15.orig/kernel/reboot.c
417++++ linux-5.1.15/kernel/reboot.c
418418 @@ -16,6 +16,7 @@
419419 #include <linux/syscalls.h>
420420 #include <linux/syscore_ops.h>
@@ -432,8 +432,8 @@
432432
433433 /*
434434 * If pid namespaces are enabled and the current task is in a child
435---- linux-5.1.12.orig/kernel/sched/core.c
436-+++ linux-5.1.12/kernel/sched/core.c
435+--- linux-5.1.15.orig/kernel/sched/core.c
436++++ linux-5.1.15/kernel/sched/core.c
437437 @@ -3989,6 +3989,8 @@ int can_nice(const struct task_struct *p
438438 SYSCALL_DEFINE1(nice, int, increment)
439439 {
@@ -443,8 +443,8 @@
443443
444444 /*
445445 * Setpriority might change our priority at the same moment.
446---- linux-5.1.12.orig/kernel/signal.c
447-+++ linux-5.1.12/kernel/signal.c
446+--- linux-5.1.15.orig/kernel/signal.c
447++++ linux-5.1.15/kernel/signal.c
448448 @@ -3509,6 +3509,8 @@ static inline void prepare_kill_siginfo(
449449 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
450450 {
@@ -512,8 +512,8 @@
512512
513513 return do_send_specific(tgid, pid, sig, info);
514514 }
515---- linux-5.1.12.orig/kernel/sys.c
516-+++ linux-5.1.12/kernel/sys.c
515+--- linux-5.1.15.orig/kernel/sys.c
516++++ linux-5.1.15/kernel/sys.c
517517 @@ -204,6 +204,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
518518
519519 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -543,8 +543,8 @@
543543
544544 errno = -EFAULT;
545545 if (!copy_from_user(tmp, name, len)) {
546---- linux-5.1.12.orig/kernel/time/timekeeping.c
547-+++ linux-5.1.12/kernel/time/timekeeping.c
546+--- linux-5.1.15.orig/kernel/time/timekeeping.c
547++++ linux-5.1.15/kernel/time/timekeeping.c
548548 @@ -21,6 +21,7 @@
549549 #include <linux/stop_machine.h>
550550 #include <linux/pvclock_gtod.h>
@@ -578,8 +578,8 @@
578578
579579 /*
580580 * Validate if a timespec/timeval used to inject a time
581---- linux-5.1.12.orig/net/ipv4/raw.c
582-+++ linux-5.1.12/net/ipv4/raw.c
581+--- linux-5.1.15.orig/net/ipv4/raw.c
582++++ linux-5.1.15/net/ipv4/raw.c
583583 @@ -771,6 +771,10 @@ static int raw_recvmsg(struct sock *sk,
584584 skb = skb_recv_datagram(sk, flags, noblock, &err);
585585 if (!skb)
@@ -591,8 +591,8 @@
591591
592592 copied = skb->len;
593593 if (len < copied) {
594---- linux-5.1.12.orig/net/ipv4/udp.c
595-+++ linux-5.1.12/net/ipv4/udp.c
594+--- linux-5.1.15.orig/net/ipv4/udp.c
595++++ linux-5.1.15/net/ipv4/udp.c
596596 @@ -1726,6 +1726,8 @@ try_again:
597597 skb = __skb_recv_udp(sk, flags, noblock, &peeked, &off, &err);
598598 if (!skb)
@@ -602,8 +602,8 @@
602602
603603 ulen = udp_skb_len(skb);
604604 copied = len;
605---- linux-5.1.12.orig/net/ipv6/raw.c
606-+++ linux-5.1.12/net/ipv6/raw.c
605+--- linux-5.1.15.orig/net/ipv6/raw.c
606++++ linux-5.1.15/net/ipv6/raw.c
607607 @@ -484,6 +484,10 @@ static int rawv6_recvmsg(struct sock *sk
608608 skb = skb_recv_datagram(sk, flags, noblock, &err);
609609 if (!skb)
@@ -615,8 +615,8 @@
615615
616616 copied = skb->len;
617617 if (copied > len) {
618---- linux-5.1.12.orig/net/ipv6/udp.c
619-+++ linux-5.1.12/net/ipv6/udp.c
618+--- linux-5.1.15.orig/net/ipv6/udp.c
619++++ linux-5.1.15/net/ipv6/udp.c
620620 @@ -304,6 +304,8 @@ try_again:
621621 skb = __skb_recv_udp(sk, flags, noblock, &peeked, &off, &err);
622622 if (!skb)
@@ -626,8 +626,8 @@
626626
627627 ulen = udp6_skb_len(skb);
628628 copied = len;
629---- linux-5.1.12.orig/net/socket.c
630-+++ linux-5.1.12/net/socket.c
629+--- linux-5.1.15.orig/net/socket.c
630++++ linux-5.1.15/net/socket.c
631631 @@ -1735,6 +1735,10 @@ int __sys_accept4(int fd, struct sockadd
632632 if (err < 0)
633633 goto out_fd;
@@ -639,8 +639,8 @@
639639 if (upeer_sockaddr) {
640640 len = newsock->ops->getname(newsock,
641641 (struct sockaddr *)&address, 2);
642---- linux-5.1.12.orig/net/unix/af_unix.c
643-+++ linux-5.1.12/net/unix/af_unix.c
642+--- linux-5.1.15.orig/net/unix/af_unix.c
643++++ linux-5.1.15/net/unix/af_unix.c
644644 @@ -2080,6 +2080,10 @@ static int unix_dgram_recvmsg(struct soc
645645 EPOLLOUT | EPOLLWRNORM |
646646 EPOLLWRBAND);
@@ -660,8 +660,8 @@
660660 mutex_unlock(&u->iolock);
661661 out:
662662 return err;
663---- linux-5.1.12.orig/security/Kconfig
664-+++ linux-5.1.12/security/Kconfig
663+--- linux-5.1.15.orig/security/Kconfig
664++++ linux-5.1.15/security/Kconfig
665665 @@ -287,5 +287,7 @@ config LSM
666666
667667 If unsure, leave this as the default.
@@ -670,8 +670,8 @@
670670 +
671671 endmenu
672672
673---- linux-5.1.12.orig/security/Makefile
674-+++ linux-5.1.12/security/Makefile
673+--- linux-5.1.15.orig/security/Makefile
674++++ linux-5.1.15/security/Makefile
675675 @@ -32,3 +32,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
676676 # Object integrity file lists
677677 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -679,8 +679,8 @@
679679 +
680680 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
681681 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
682---- linux-5.1.12.orig/security/security.c
683-+++ linux-5.1.12/security/security.c
682+--- linux-5.1.15.orig/security/security.c
683++++ linux-5.1.15/security/security.c
684684 @@ -1457,7 +1457,9 @@ int security_task_alloc(struct task_stru
685685
686686 if (rc)
--- trunk/1.8.x/ccs-patch/patches/ccs-patch-5.2.diff (revision 6717)
+++ trunk/1.8.x/ccs-patch/patches/ccs-patch-5.2.diff (revision 6718)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 5.2-rc5.
1+This is TOMOYO Linux patch for kernel 5.2-rc6.
22
3-Source code for this patch is https://git.kernel.org/torvalds/t/linux-5.2-rc5.tar.gz
3+Source code for this patch is https://git.kernel.org/torvalds/t/linux-5.2-rc6.tar.gz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/security.c | 5 ++-
2929 24 files changed, 159 insertions(+), 29 deletions(-)
3030
31---- linux-5.2-rc5.orig/fs/exec.c
32-+++ linux-5.2-rc5/fs/exec.c
31+--- linux-5.2-rc6.orig/fs/exec.c
32++++ linux-5.2-rc6/fs/exec.c
3333 @@ -1698,7 +1698,7 @@ static int exec_binprm(struct linux_binp
3434 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3535 rcu_read_unlock();
@@ -39,8 +39,8 @@
3939 if (ret >= 0) {
4040 audit_bprm(bprm);
4141 trace_sched_process_exec(current, old_pid, bprm);
42---- linux-5.2-rc5.orig/fs/open.c
43-+++ linux-5.2-rc5/fs/open.c
42+--- linux-5.2-rc6.orig/fs/open.c
43++++ linux-5.2-rc6/fs/open.c
4444 @@ -1181,6 +1181,8 @@ SYSCALL_DEFINE1(close, unsigned int, fd)
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-5.2-rc5.orig/fs/proc/version.c
54-+++ linux-5.2-rc5/fs/proc/version.c
53+--- linux-5.2-rc6.orig/fs/proc/version.c
54++++ linux-5.2-rc6/fs/proc/version.c
5555 @@ -21,3 +21,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 5.2-rc5 2019/06/18\n");
62++ printk(KERN_INFO "Hook version: 5.2-rc6 2019/06/25\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-5.2-rc5.orig/include/linux/sched.h
67-+++ linux-5.2-rc5/include/linux/sched.h
66+--- linux-5.2-rc6.orig/include/linux/sched.h
67++++ linux-5.2-rc6/include/linux/sched.h
6868 @@ -35,6 +35,7 @@ struct audit_context;
6969 struct backing_dev_info;
7070 struct bio_list;
@@ -84,8 +84,8 @@
8484
8585 #ifdef CONFIG_GCC_PLUGIN_STACKLEAK
8686 unsigned long lowest_stack;
87---- linux-5.2-rc5.orig/include/linux/security.h
88-+++ linux-5.2-rc5/include/linux/security.h
87+--- linux-5.2-rc6.orig/include/linux/security.h
88++++ linux-5.2-rc6/include/linux/security.h
8989 @@ -57,6 +57,7 @@ struct mm_struct;
9090 struct fs_context;
9191 struct fs_parameter;
@@ -306,8 +306,8 @@
306306 }
307307 #endif /* CONFIG_SECURITY_PATH */
308308
309---- linux-5.2-rc5.orig/include/net/ip.h
310-+++ linux-5.2-rc5/include/net/ip.h
309+--- linux-5.2-rc6.orig/include/net/ip.h
310++++ linux-5.2-rc6/include/net/ip.h
311311 @@ -302,6 +302,8 @@ void inet_get_local_port_range(struct ne
312312 #ifdef CONFIG_SYSCTL
313313 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -326,8 +326,8 @@
326326 return 0;
327327 }
328328
329---- linux-5.2-rc5.orig/init/init_task.c
330-+++ linux-5.2-rc5/init/init_task.c
329+--- linux-5.2-rc6.orig/init/init_task.c
330++++ linux-5.2-rc6/init/init_task.c
331331 @@ -180,6 +180,10 @@ struct task_struct init_task
332332 #ifdef CONFIG_SECURITY
333333 .security = NULL,
@@ -339,9 +339,9 @@
339339 };
340340 EXPORT_SYMBOL(init_task);
341341
342---- linux-5.2-rc5.orig/kernel/kexec.c
343-+++ linux-5.2-rc5/kernel/kexec.c
344-@@ -18,7 +18,7 @@
342+--- linux-5.2-rc6.orig/kernel/kexec.c
343++++ linux-5.2-rc6/kernel/kexec.c
344+@@ -16,7 +16,7 @@
345345 #include <linux/syscalls.h>
346346 #include <linux/vmalloc.h>
347347 #include <linux/slab.h>
@@ -350,7 +350,7 @@
350350 #include "kexec_internal.h"
351351
352352 static int copy_user_segment_list(struct kimage *image,
353-@@ -201,6 +201,8 @@ static inline int kexec_load_check(unsig
353+@@ -199,6 +199,8 @@ static inline int kexec_load_check(unsig
354354 /* We only trust the superuser with rebooting the system. */
355355 if (!capable(CAP_SYS_BOOT) || kexec_load_disabled)
356356 return -EPERM;
@@ -359,8 +359,8 @@
359359
360360 /* Permit LSMs and IMA to fail the kexec */
361361 result = security_kernel_load_data(LOADING_KEXEC_IMAGE);
362---- linux-5.2-rc5.orig/kernel/module.c
363-+++ linux-5.2-rc5/kernel/module.c
362+--- linux-5.2-rc6.orig/kernel/module.c
363++++ linux-5.2-rc6/kernel/module.c
364364 @@ -54,6 +54,7 @@
365365 #include <linux/audit.h>
366366 #include <uapi/linux/module.h>
@@ -387,8 +387,8 @@
387387
388388 return 0;
389389 }
390---- linux-5.2-rc5.orig/kernel/ptrace.c
391-+++ linux-5.2-rc5/kernel/ptrace.c
390+--- linux-5.2-rc6.orig/kernel/ptrace.c
391++++ linux-5.2-rc6/kernel/ptrace.c
392392 @@ -1139,6 +1139,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
393393 {
394394 struct task_struct *child;
@@ -413,8 +413,8 @@
413413
414414 if (request == PTRACE_TRACEME) {
415415 ret = ptrace_traceme();
416---- linux-5.2-rc5.orig/kernel/reboot.c
417-+++ linux-5.2-rc5/kernel/reboot.c
416+--- linux-5.2-rc6.orig/kernel/reboot.c
417++++ linux-5.2-rc6/kernel/reboot.c
418418 @@ -17,6 +17,7 @@
419419 #include <linux/syscalls.h>
420420 #include <linux/syscore_ops.h>
@@ -432,8 +432,8 @@
432432
433433 /*
434434 * If pid namespaces are enabled and the current task is in a child
435---- linux-5.2-rc5.orig/kernel/sched/core.c
436-+++ linux-5.2-rc5/kernel/sched/core.c
435+--- linux-5.2-rc6.orig/kernel/sched/core.c
436++++ linux-5.2-rc6/kernel/sched/core.c
437437 @@ -3937,6 +3937,8 @@ int can_nice(const struct task_struct *p
438438 SYSCALL_DEFINE1(nice, int, increment)
439439 {
@@ -443,8 +443,8 @@
443443
444444 /*
445445 * Setpriority might change our priority at the same moment.
446---- linux-5.2-rc5.orig/kernel/signal.c
447-+++ linux-5.2-rc5/kernel/signal.c
446+--- linux-5.2-rc6.orig/kernel/signal.c
447++++ linux-5.2-rc6/kernel/signal.c
448448 @@ -3570,6 +3570,8 @@ static inline void prepare_kill_siginfo(
449449 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
450450 {
@@ -512,8 +512,8 @@
512512
513513 return do_send_specific(tgid, pid, sig, info);
514514 }
515---- linux-5.2-rc5.orig/kernel/sys.c
516-+++ linux-5.2-rc5/kernel/sys.c
515+--- linux-5.2-rc6.orig/kernel/sys.c
516++++ linux-5.2-rc6/kernel/sys.c
517517 @@ -204,6 +204,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
518518
519519 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -543,8 +543,8 @@
543543
544544 errno = -EFAULT;
545545 if (!copy_from_user(tmp, name, len)) {
546---- linux-5.2-rc5.orig/kernel/time/timekeeping.c
547-+++ linux-5.2-rc5/kernel/time/timekeeping.c
546+--- linux-5.2-rc6.orig/kernel/time/timekeeping.c
547++++ linux-5.2-rc6/kernel/time/timekeeping.c
548548 @@ -22,6 +22,7 @@
549549 #include <linux/pvclock_gtod.h>
550550 #include <linux/compiler.h>
@@ -578,8 +578,8 @@
578578
579579 /*
580580 * Validate if a timespec/timeval used to inject a time
581---- linux-5.2-rc5.orig/net/ipv4/raw.c
582-+++ linux-5.2-rc5/net/ipv4/raw.c
581+--- linux-5.2-rc6.orig/net/ipv4/raw.c
582++++ linux-5.2-rc6/net/ipv4/raw.c
583583 @@ -767,6 +767,10 @@ static int raw_recvmsg(struct sock *sk,
584584 skb = skb_recv_datagram(sk, flags, noblock, &err);
585585 if (!skb)
@@ -591,9 +591,9 @@
591591
592592 copied = skb->len;
593593 if (len < copied) {
594---- linux-5.2-rc5.orig/net/ipv4/udp.c
595-+++ linux-5.2-rc5/net/ipv4/udp.c
596-@@ -1716,6 +1716,8 @@ try_again:
594+--- linux-5.2-rc6.orig/net/ipv4/udp.c
595++++ linux-5.2-rc6/net/ipv4/udp.c
596+@@ -1720,6 +1720,8 @@ try_again:
597597 skb = __skb_recv_udp(sk, flags, noblock, &off, &err);
598598 if (!skb)
599599 return err;
@@ -602,8 +602,8 @@
602602
603603 ulen = udp_skb_len(skb);
604604 copied = len;
605---- linux-5.2-rc5.orig/net/ipv6/raw.c
606-+++ linux-5.2-rc5/net/ipv6/raw.c
605+--- linux-5.2-rc6.orig/net/ipv6/raw.c
606++++ linux-5.2-rc6/net/ipv6/raw.c
607607 @@ -480,6 +480,10 @@ static int rawv6_recvmsg(struct sock *sk
608608 skb = skb_recv_datagram(sk, flags, noblock, &err);
609609 if (!skb)
@@ -615,8 +615,8 @@
615615
616616 copied = skb->len;
617617 if (copied > len) {
618---- linux-5.2-rc5.orig/net/ipv6/udp.c
619-+++ linux-5.2-rc5/net/ipv6/udp.c
618+--- linux-5.2-rc6.orig/net/ipv6/udp.c
619++++ linux-5.2-rc6/net/ipv6/udp.c
620620 @@ -299,6 +299,8 @@ try_again:
621621 skb = __skb_recv_udp(sk, flags, noblock, &off, &err);
622622 if (!skb)
@@ -626,8 +626,8 @@
626626
627627 ulen = udp6_skb_len(skb);
628628 copied = len;
629---- linux-5.2-rc5.orig/net/socket.c
630-+++ linux-5.2-rc5/net/socket.c
629+--- linux-5.2-rc6.orig/net/socket.c
630++++ linux-5.2-rc6/net/socket.c
631631 @@ -1761,6 +1761,10 @@ int __sys_accept4(int fd, struct sockadd
632632 if (err < 0)
633633 goto out_fd;
@@ -639,8 +639,8 @@
639639 if (upeer_sockaddr) {
640640 len = newsock->ops->getname(newsock,
641641 (struct sockaddr *)&address, 2);
642---- linux-5.2-rc5.orig/net/unix/af_unix.c
643-+++ linux-5.2-rc5/net/unix/af_unix.c
642+--- linux-5.2-rc6.orig/net/unix/af_unix.c
643++++ linux-5.2-rc6/net/unix/af_unix.c
644644 @@ -2075,6 +2075,10 @@ static int unix_dgram_recvmsg(struct soc
645645 EPOLLOUT | EPOLLWRNORM |
646646 EPOLLWRBAND);
@@ -660,8 +660,8 @@
660660 mutex_unlock(&u->iolock);
661661 out:
662662 return err;
663---- linux-5.2-rc5.orig/security/Kconfig
664-+++ linux-5.2-rc5/security/Kconfig
663+--- linux-5.2-rc6.orig/security/Kconfig
664++++ linux-5.2-rc6/security/Kconfig
665665 @@ -290,5 +290,7 @@ config LSM
666666
667667 source "security/Kconfig.hardening"
@@ -670,8 +670,8 @@
670670 +
671671 endmenu
672672
673---- linux-5.2-rc5.orig/security/Makefile
674-+++ linux-5.2-rc5/security/Makefile
673+--- linux-5.2-rc6.orig/security/Makefile
674++++ linux-5.2-rc6/security/Makefile
675675 @@ -32,3 +32,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
676676 # Object integrity file lists
677677 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -679,8 +679,8 @@
679679 +
680680 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
681681 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
682---- linux-5.2-rc5.orig/security/security.c
683-+++ linux-5.2-rc5/security/security.c
682+--- linux-5.2-rc6.orig/security/security.c
683++++ linux-5.2-rc6/security/security.c
684684 @@ -1464,7 +1464,9 @@ int security_task_alloc(struct task_stru
685685
686686 if (rc)
Show on old repository browser