• R/O
  • SSH
  • HTTPS

caitsith: Commit


Commit MetaInfo

Revision218 (tree)
Time2016-10-16 18:00:36
Authorkumaneko

Log Message

(empty log message)

Change Summary

Incremental Difference

--- tags/htdocs/index.html (revision 217)
+++ tags/htdocs/index.html (revision 218)
@@ -423,10 +423,10 @@
423423 <p>Make sure the dependencies described above have been installed. Compile and install the tools with the following commands. (Please use USRLIBDIR=/usr/lib or USRLIBDIR=/usr/lib32 if needed):</p>
424424
425425 <pre class="command">
426-$ wget -O caitsith-tools-0.2-20161005.tar.gz 'http://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.2-20161005.tar.gz'
427-$ wget -O caitsith-tools-0.2-20161005.tar.gz.asc 'http://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.2-20161005.tar.gz.asc'
428-$ gpg caitsith-tools-0.2-20161005.tar.gz.asc
429-$ tar -zxf caitsith-tools-0.2-20161005.tar.gz
426+$ wget -O caitsith-tools-0.2-20161016.tar.gz 'http://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.2-20161016.tar.gz'
427+$ wget -O caitsith-tools-0.2-20161016.tar.gz.asc 'http://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.2-20161016.tar.gz.asc'
428+$ gpg caitsith-tools-0.2-20161016.tar.gz.asc
429+$ tar -zxf caitsith-tools-0.2-20161016.tar.gz
430430 $ cd caitsith-tools/
431431 $ make -s USRLIBDIR=/usr/lib64
432432 $ su
@@ -448,7 +448,7 @@
448448 <p>FYI: If your system has rpm-build package installed, you can make a tools RPM package with the following commands:</p>
449449
450450 <pre class="command">
451-$ rpmbuild -tb caitsith-tools-0.2-20161005.tar.gz
451+$ rpmbuild -tb caitsith-tools-0.2-20161016.tar.gz
452452 </pre>
453453
454454 <hr>
@@ -679,10 +679,10 @@
679679 <p>Make sure the dependencies described above have been installed. Compile and install the tools with the following commands. (Please use USRLIBDIR=/usr/lib or USRLIBDIR=/usr/lib32 if needed):</p>
680680
681681 <pre class="command">
682-$ wget -O caitsith-tools-0.2-20161005.tar.gz 'http://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.2-20161005.tar.gz'
683-$ wget -O caitsith-tools-0.2-20161005.tar.gz.asc 'http://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.2-20161005.tar.gz.asc'
684-$ gpg caitsith-tools-0.2-20161005.tar.gz.asc
685-$ tar -zxf caitsith-tools-0.2-20161005.tar.gz
682+$ wget -O caitsith-tools-0.2-20161016.tar.gz 'http://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.2-20161016.tar.gz'
683+$ wget -O caitsith-tools-0.2-20161016.tar.gz.asc 'http://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.2-20161016.tar.gz.asc'
684+$ gpg caitsith-tools-0.2-20161016.tar.gz.asc
685+$ tar -zxf caitsith-tools-0.2-20161016.tar.gz
686686 $ cd caitsith-tools/
687687 $ make -s USRLIBDIR=/usr/lib64
688688 $ su
@@ -704,7 +704,7 @@
704704 <p>FYI: If your system has rpm-build package installed, you can make a tools RPM package with the following commands:</p>
705705
706706 <pre class="command">
707-$ rpmbuild -tb caitsith-tools-0.2-20161005.tar.gz
707+$ rpmbuild -tb caitsith-tools-0.2-20161016.tar.gz
708708 </pre>
709709
710710 <hr>
@@ -4485,7 +4485,7 @@
44854485 <li>Otherwise, do not use execute handler.</li>
44864486 </ul>
44874487
4488-<p>Please see usr_lib_caitsith/audit-exec-param.c included in the caitsith-tools-0.2-20161005.tar.gz for example for using as execute handler program.</p>
4488+<p>Please see usr_lib_caitsith/audit-exec-param.c included in the caitsith-tools-0.2-20161016.tar.gz for example for using as execute handler program.</p>
44894489
44904490 <hr>
44914491 <a href="#index">Return to index.</a>
--- trunk/caitsith-patch/patches/ccs-patch-3.10-centos-7.diff (revision 217)
+++ trunk/caitsith-patch/patches/ccs-patch-3.10-centos-7.diff (revision 218)
@@ -1,6 +1,6 @@
11 This is TOMOYO Linux patch for CentOS 7.
22
3-Source code for this patch is http://vault.centos.org/centos/7/updates/Source/SPackages/kernel-3.10.0-327.36.1.el7.src.rpm
3+Source code for this patch is http://vault.centos.org/centos/7/updates/Source/SPackages/kernel-3.10.0-327.26.2.el7.src.rpm
44 ---
55 fs/exec.c | 2
66 fs/open.c | 2
@@ -28,8 +28,8 @@
2828 security/security.c | 111 +++++++++++++++++++++++++++++++++++++++++-----
2929 24 files changed, 248 insertions(+), 37 deletions(-)
3030
31---- linux-3.10.0-327.36.1.el7.orig/fs/exec.c
32-+++ linux-3.10.0-327.36.1.el7/fs/exec.c
31+--- linux-3.10.0-327.36.2.el7.orig/fs/exec.c
32++++ linux-3.10.0-327.36.2.el7/fs/exec.c
3333 @@ -1573,7 +1573,7 @@ static int do_execve_common(struct filen
3434 if (retval < 0)
3535 goto out;
@@ -39,8 +39,8 @@
3939 if (retval < 0)
4040 goto out;
4141
42---- linux-3.10.0-327.36.1.el7.orig/fs/open.c
43-+++ linux-3.10.0-327.36.1.el7/fs/open.c
42+--- linux-3.10.0-327.36.2.el7.orig/fs/open.c
43++++ linux-3.10.0-327.36.2.el7/fs/open.c
4444 @@ -1115,6 +1115,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-3.10.0-327.36.1.el7.orig/fs/proc/version.c
54-+++ linux-3.10.0-327.36.1.el7/fs/proc/version.c
53+--- linux-3.10.0-327.36.2.el7.orig/fs/proc/version.c
54++++ linux-3.10.0-327.36.2.el7/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: 3.10.0-327.36.1.el7 2016/09/20\n");
62++ printk(KERN_INFO "Hook version: 3.10.0-327.26.2.el7 2016/10/16\n");
6363 + return 0;
6464 +}
6565 +module_init(ccs_show_version);
66---- linux-3.10.0-327.36.1.el7.orig/include/linux/init_task.h
67-+++ linux-3.10.0-327.36.1.el7/include/linux/init_task.h
66+--- linux-3.10.0-327.36.2.el7.orig/include/linux/init_task.h
67++++ linux-3.10.0-327.36.2.el7/include/linux/init_task.h
6868 @@ -155,6 +155,14 @@ extern struct task_group root_task_group
6969
7070 #define INIT_TASK_COMM "swapper"
@@ -88,8 +88,8 @@
8888 }
8989
9090
91---- linux-3.10.0-327.36.1.el7.orig/include/linux/sched.h
92-+++ linux-3.10.0-327.36.1.el7/include/linux/sched.h
91+--- linux-3.10.0-327.36.2.el7.orig/include/linux/sched.h
92++++ linux-3.10.0-327.36.2.el7/include/linux/sched.h
9393 @@ -4,6 +4,8 @@
9494 #include <uapi/linux/sched.h>
9595 #include <linux/rh_kabi.h>
@@ -110,8 +110,8 @@
110110 };
111111
112112 /* Future-safe accessor for struct task_struct's cpus_allowed. */
113---- linux-3.10.0-327.36.1.el7.orig/include/linux/security.h
114-+++ linux-3.10.0-327.36.1.el7/include/linux/security.h
113+--- linux-3.10.0-327.36.2.el7.orig/include/linux/security.h
114++++ linux-3.10.0-327.36.2.el7/include/linux/security.h
115115 @@ -53,6 +53,7 @@ struct msg_queue;
116116 struct xattr;
117117 struct xfrm_sec_ctx;
@@ -323,8 +323,8 @@
323323 }
324324 #endif /* CONFIG_SECURITY_PATH */
325325
326---- linux-3.10.0-327.36.1.el7.orig/include/net/ip.h
327-+++ linux-3.10.0-327.36.1.el7/include/net/ip.h
326+--- linux-3.10.0-327.36.2.el7.orig/include/net/ip.h
327++++ linux-3.10.0-327.36.2.el7/include/net/ip.h
328328 @@ -227,6 +227,8 @@ void inet_get_local_port_range(struct ne
329329 extern unsigned long *sysctl_local_reserved_ports;
330330 static inline int inet_is_reserved_local_port(int port)
@@ -334,8 +334,8 @@
334334 return test_bit(port, sysctl_local_reserved_ports);
335335 }
336336
337---- linux-3.10.0-327.36.1.el7.orig/kernel/fork.c
338-+++ linux-3.10.0-327.36.1.el7/kernel/fork.c
337+--- linux-3.10.0-327.36.2.el7.orig/kernel/fork.c
338++++ linux-3.10.0-327.36.2.el7/kernel/fork.c
339339 @@ -242,6 +242,7 @@ void __put_task_struct(struct task_struc
340340 delayacct_tsk_free(tsk);
341341 put_signal_struct(tsk->signal);
@@ -362,8 +362,8 @@
362362 bad_fork_cleanup_perf:
363363 perf_event_free_task(p);
364364 bad_fork_cleanup_policy:
365---- linux-3.10.0-327.36.1.el7.orig/kernel/kexec.c
366-+++ linux-3.10.0-327.36.1.el7/kernel/kexec.c
365+--- linux-3.10.0-327.36.2.el7.orig/kernel/kexec.c
366++++ linux-3.10.0-327.36.2.el7/kernel/kexec.c
367367 @@ -1250,6 +1250,8 @@ SYSCALL_DEFINE4(kexec_load, unsigned lon
368368 /* We only trust the superuser with rebooting the system. */
369369 if (!capable(CAP_SYS_BOOT) || kexec_load_disabled)
@@ -373,8 +373,8 @@
373373
374374 if (get_securelevel() > 0)
375375 return -EPERM;
376---- linux-3.10.0-327.36.1.el7.orig/kernel/module.c
377-+++ linux-3.10.0-327.36.1.el7/kernel/module.c
376+--- linux-3.10.0-327.36.2.el7.orig/kernel/module.c
377++++ linux-3.10.0-327.36.2.el7/kernel/module.c
378378 @@ -62,6 +62,7 @@
379379 #include <linux/bsearch.h>
380380 #include <uapi/linux/module.h>
@@ -401,8 +401,8 @@
401401
402402 return 0;
403403 }
404---- linux-3.10.0-327.36.1.el7.orig/kernel/ptrace.c
405-+++ linux-3.10.0-327.36.1.el7/kernel/ptrace.c
404+--- linux-3.10.0-327.36.2.el7.orig/kernel/ptrace.c
405++++ linux-3.10.0-327.36.2.el7/kernel/ptrace.c
406406 @@ -1045,6 +1045,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
407407 {
408408 struct task_struct *child;
@@ -427,8 +427,8 @@
427427
428428 if (request == PTRACE_TRACEME) {
429429 ret = ptrace_traceme();
430---- linux-3.10.0-327.36.1.el7.orig/kernel/sched/core.c
431-+++ linux-3.10.0-327.36.1.el7/kernel/sched/core.c
430+--- linux-3.10.0-327.36.2.el7.orig/kernel/sched/core.c
431++++ linux-3.10.0-327.36.2.el7/kernel/sched/core.c
432432 @@ -3979,6 +3979,8 @@ int can_nice(const struct task_struct *p
433433 SYSCALL_DEFINE1(nice, int, increment)
434434 {
@@ -438,8 +438,8 @@
438438
439439 /*
440440 * Setpriority might change our priority at the same moment.
441---- linux-3.10.0-327.36.1.el7.orig/kernel/signal.c
442-+++ linux-3.10.0-327.36.1.el7/kernel/signal.c
441+--- linux-3.10.0-327.36.2.el7.orig/kernel/signal.c
442++++ linux-3.10.0-327.36.2.el7/kernel/signal.c
443443 @@ -2910,6 +2910,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
444444 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
445445 {
@@ -485,8 +485,8 @@
485485
486486 return do_send_specific(tgid, pid, sig, info);
487487 }
488---- linux-3.10.0-327.36.1.el7.orig/kernel/sys.c
489-+++ linux-3.10.0-327.36.1.el7/kernel/sys.c
488+--- linux-3.10.0-327.36.2.el7.orig/kernel/sys.c
489++++ linux-3.10.0-327.36.2.el7/kernel/sys.c
490490 @@ -186,6 +186,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
491491
492492 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -525,8 +525,8 @@
525525
526526 down_write(&uts_sem);
527527 errno = -EFAULT;
528---- linux-3.10.0-327.36.1.el7.orig/kernel/time/ntp.c
529-+++ linux-3.10.0-327.36.1.el7/kernel/time/ntp.c
528+--- linux-3.10.0-327.36.2.el7.orig/kernel/time/ntp.c
529++++ linux-3.10.0-327.36.2.el7/kernel/time/ntp.c
530530 @@ -16,6 +16,7 @@
531531 #include <linux/mm.h>
532532 #include <linux/module.h>
@@ -560,8 +560,8 @@
560560
561561 return 0;
562562 }
563---- linux-3.10.0-327.36.1.el7.orig/net/ipv4/raw.c
564-+++ linux-3.10.0-327.36.1.el7/net/ipv4/raw.c
563+--- linux-3.10.0-327.36.2.el7.orig/net/ipv4/raw.c
564++++ linux-3.10.0-327.36.2.el7/net/ipv4/raw.c
565565 @@ -702,6 +702,10 @@ static int raw_recvmsg(struct kiocb *ioc
566566 skb = skb_recv_datagram(sk, flags, noblock, &err);
567567 if (!skb)
@@ -573,8 +573,8 @@
573573
574574 copied = skb->len;
575575 if (len < copied) {
576---- linux-3.10.0-327.36.1.el7.orig/net/ipv4/udp.c
577-+++ linux-3.10.0-327.36.1.el7/net/ipv4/udp.c
576+--- linux-3.10.0-327.36.2.el7.orig/net/ipv4/udp.c
577++++ linux-3.10.0-327.36.2.el7/net/ipv4/udp.c
578578 @@ -1272,6 +1272,10 @@ try_again:
579579 &peeked, &off, &err);
580580 if (!skb)
@@ -586,8 +586,8 @@
586586
587587 ulen = skb->len - sizeof(struct udphdr);
588588 copied = len;
589---- linux-3.10.0-327.36.1.el7.orig/net/ipv6/raw.c
590-+++ linux-3.10.0-327.36.1.el7/net/ipv6/raw.c
589+--- linux-3.10.0-327.36.2.el7.orig/net/ipv6/raw.c
590++++ linux-3.10.0-327.36.2.el7/net/ipv6/raw.c
591591 @@ -468,6 +468,10 @@ static int rawv6_recvmsg(struct kiocb *i
592592 skb = skb_recv_datagram(sk, flags, noblock, &err);
593593 if (!skb)
@@ -599,8 +599,8 @@
599599
600600 copied = skb->len;
601601 if (copied > len) {
602---- linux-3.10.0-327.36.1.el7.orig/net/ipv6/udp.c
603-+++ linux-3.10.0-327.36.1.el7/net/ipv6/udp.c
602+--- linux-3.10.0-327.36.2.el7.orig/net/ipv6/udp.c
603++++ linux-3.10.0-327.36.2.el7/net/ipv6/udp.c
604604 @@ -404,6 +404,10 @@ try_again:
605605 &peeked, &off, &err);
606606 if (!skb)
@@ -612,8 +612,8 @@
612612
613613 ulen = skb->len - sizeof(struct udphdr);
614614 copied = len;
615---- linux-3.10.0-327.36.1.el7.orig/net/socket.c
616-+++ linux-3.10.0-327.36.1.el7/net/socket.c
615+--- linux-3.10.0-327.36.2.el7.orig/net/socket.c
616++++ linux-3.10.0-327.36.2.el7/net/socket.c
617617 @@ -1608,6 +1608,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
618618 if (err < 0)
619619 goto out_fd;
@@ -625,8 +625,8 @@
625625 if (upeer_sockaddr) {
626626 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
627627 &len, 2) < 0) {
628---- linux-3.10.0-327.36.1.el7.orig/net/unix/af_unix.c
629-+++ linux-3.10.0-327.36.1.el7/net/unix/af_unix.c
628+--- linux-3.10.0-327.36.2.el7.orig/net/unix/af_unix.c
629++++ linux-3.10.0-327.36.2.el7/net/unix/af_unix.c
630630 @@ -2065,6 +2065,10 @@ static int unix_dgram_recvmsg(struct kio
631631 wake_up_interruptible_sync_poll(&u->peer_wait,
632632 POLLOUT | POLLWRNORM | POLLWRBAND);
@@ -638,8 +638,8 @@
638638 if (msg->msg_name)
639639 unix_copy_addr(msg, skb->sk);
640640
641---- linux-3.10.0-327.36.1.el7.orig/security/Kconfig
642-+++ linux-3.10.0-327.36.1.el7/security/Kconfig
641+--- linux-3.10.0-327.36.2.el7.orig/security/Kconfig
642++++ linux-3.10.0-327.36.2.el7/security/Kconfig
643643 @@ -175,5 +175,7 @@ config DEFAULT_SECURITY
644644 default "yama" if DEFAULT_SECURITY_YAMA
645645 default "" if DEFAULT_SECURITY_DAC
@@ -648,8 +648,8 @@
648648 +
649649 endmenu
650650
651---- linux-3.10.0-327.36.1.el7.orig/security/Makefile
652-+++ linux-3.10.0-327.36.1.el7/security/Makefile
651+--- linux-3.10.0-327.36.2.el7.orig/security/Makefile
652++++ linux-3.10.0-327.36.2.el7/security/Makefile
653653 @@ -29,3 +29,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/built-in.o
660---- linux-3.10.0-327.36.1.el7.orig/security/security.c
661-+++ linux-3.10.0-327.36.1.el7/security/security.c
660+--- linux-3.10.0-327.36.2.el7.orig/security/security.c
661++++ linux-3.10.0-327.36.2.el7/security/security.c
662662 @@ -203,7 +203,10 @@ int security_syslog(int type)
663663
664664 int security_settime(const struct timespec *ts, const struct timezone *tz)
--- trunk/caitsith-patch/patches/ccs-patch-3.13-ubuntu-14.04.diff (revision 217)
+++ trunk/caitsith-patch/patches/ccs-patch-3.13-ubuntu-14.04.diff (revision 218)
@@ -29,8 +29,8 @@
2929 security/security.c | 107 ++++++++++++++++++++++++++++++++++++++++------
3030 25 files changed, 236 insertions(+), 37 deletions(-)
3131
32---- linux-3.13.0-96.143.orig/fs/exec.c
33-+++ linux-3.13.0-96.143/fs/exec.c
32+--- linux-3.13.0-98.145.orig/fs/exec.c
33++++ linux-3.13.0-98.145/fs/exec.c
3434 @@ -1456,7 +1456,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.13.0-96.143.orig/fs/open.c
44-+++ linux-3.13.0-96.143/fs/open.c
43+--- linux-3.13.0-98.145.orig/fs/open.c
44++++ linux-3.13.0-98.145/fs/open.c
4545 @@ -1088,6 +1088,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.13.0-96.143.orig/fs/proc/version.c
55-+++ linux-3.13.0-96.143/fs/proc/version.c
54+--- linux-3.13.0-98.145.orig/fs/proc/version.c
55++++ linux-3.13.0-98.145/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.13.0-96.143 2016/09/23\n");
63++ printk(KERN_INFO "Hook version: 3.13.0-98.145 2016/10/16\n");
6464 + return 0;
6565 +}
6666 +module_init(ccs_show_version);
67---- linux-3.13.0-96.143.orig/include/linux/init_task.h
68-+++ linux-3.13.0-96.143/include/linux/init_task.h
67+--- linux-3.13.0-98.145.orig/include/linux/init_task.h
68++++ linux-3.13.0-98.145/include/linux/init_task.h
6969 @@ -155,6 +155,14 @@ extern struct task_group root_task_group
7070
7171 #define INIT_TASK_COMM "swapper"
@@ -89,8 +89,8 @@
8989 }
9090
9191
92---- linux-3.13.0-96.143.orig/include/linux/sched.h
93-+++ linux-3.13.0-96.143/include/linux/sched.h
92+--- linux-3.13.0-98.145.orig/include/linux/sched.h
93++++ linux-3.13.0-98.145/include/linux/sched.h
9494 @@ -4,6 +4,8 @@
9595 #include <uapi/linux/sched.h>
9696
@@ -111,8 +111,8 @@
111111 };
112112
113113 /* Future-safe accessor for struct task_struct's cpus_allowed. */
114---- linux-3.13.0-96.143.orig/include/linux/security.h
115-+++ linux-3.13.0-96.143/include/linux/security.h
114+--- linux-3.13.0-98.145.orig/include/linux/security.h
115++++ linux-3.13.0-98.145/include/linux/security.h
116116 @@ -53,6 +53,7 @@ struct msg_queue;
117117 struct xattr;
118118 struct xfrm_sec_ctx;
@@ -314,8 +314,8 @@
314314 }
315315 #endif /* CONFIG_SECURITY_PATH */
316316
317---- linux-3.13.0-96.143.orig/include/net/ip.h
318-+++ linux-3.13.0-96.143/include/net/ip.h
317+--- linux-3.13.0-98.145.orig/include/net/ip.h
318++++ linux-3.13.0-98.145/include/net/ip.h
319319 @@ -225,6 +225,8 @@ void inet_get_local_port_range(struct ne
320320 extern unsigned long *sysctl_local_reserved_ports;
321321 static inline int inet_is_reserved_local_port(int port)
@@ -325,8 +325,8 @@
325325 return test_bit(port, sysctl_local_reserved_ports);
326326 }
327327
328---- linux-3.13.0-96.143.orig/kernel/fork.c
329-+++ linux-3.13.0-96.143/kernel/fork.c
328+--- linux-3.13.0-98.145.orig/kernel/fork.c
329++++ linux-3.13.0-98.145/kernel/fork.c
330330 @@ -248,6 +248,7 @@ void __put_task_struct(struct task_struc
331331 delayacct_tsk_free(tsk);
332332 put_signal_struct(tsk->signal);
@@ -353,8 +353,8 @@
353353 bad_fork_cleanup_perf:
354354 perf_event_free_task(p);
355355 bad_fork_cleanup_policy:
356---- linux-3.13.0-96.143.orig/kernel/kexec.c
357-+++ linux-3.13.0-96.143/kernel/kexec.c
356+--- linux-3.13.0-98.145.orig/kernel/kexec.c
357++++ linux-3.13.0-98.145/kernel/kexec.c
358358 @@ -37,6 +37,7 @@
359359 #include <asm/uaccess.h>
360360 #include <asm/io.h>
@@ -372,8 +372,8 @@
372372
373373 /*
374374 * Verify we have a legal set of flags
375---- linux-3.13.0-96.143.orig/kernel/module.c
376-+++ linux-3.13.0-96.143/kernel/module.c
375+--- linux-3.13.0-98.145.orig/kernel/module.c
376++++ linux-3.13.0-98.145/kernel/module.c
377377 @@ -63,6 +63,7 @@
378378 #include <linux/fips.h>
379379 #include <uapi/linux/module.h>
@@ -400,8 +400,8 @@
400400
401401 return 0;
402402 }
403---- linux-3.13.0-96.143.orig/kernel/ptrace.c
404-+++ linux-3.13.0-96.143/kernel/ptrace.c
403+--- linux-3.13.0-98.145.orig/kernel/ptrace.c
404++++ linux-3.13.0-98.145/kernel/ptrace.c
405405 @@ -1078,6 +1078,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
406406 {
407407 struct task_struct *child;
@@ -426,8 +426,8 @@
426426
427427 if (request == PTRACE_TRACEME) {
428428 ret = ptrace_traceme();
429---- linux-3.13.0-96.143.orig/kernel/reboot.c
430-+++ linux-3.13.0-96.143/kernel/reboot.c
429+--- linux-3.13.0-98.145.orig/kernel/reboot.c
430++++ linux-3.13.0-98.145/kernel/reboot.c
431431 @@ -16,6 +16,7 @@
432432 #include <linux/syscalls.h>
433433 #include <linux/syscore_ops.h>
@@ -445,8 +445,8 @@
445445
446446 /*
447447 * If pid namespaces are enabled and the current task is in a child
448---- linux-3.13.0-96.143.orig/kernel/sched/core.c
449-+++ linux-3.13.0-96.143/kernel/sched/core.c
448+--- linux-3.13.0-98.145.orig/kernel/sched/core.c
449++++ linux-3.13.0-98.145/kernel/sched/core.c
450450 @@ -2922,6 +2922,8 @@ int can_nice(const struct task_struct *p
451451 SYSCALL_DEFINE1(nice, int, increment)
452452 {
@@ -456,8 +456,8 @@
456456
457457 /*
458458 * Setpriority might change our priority at the same moment.
459---- linux-3.13.0-96.143.orig/kernel/signal.c
460-+++ linux-3.13.0-96.143/kernel/signal.c
459+--- linux-3.13.0-98.145.orig/kernel/signal.c
460++++ linux-3.13.0-98.145/kernel/signal.c
461461 @@ -2909,6 +2909,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
462462 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
463463 {
@@ -503,8 +503,8 @@
503503
504504 return do_send_specific(tgid, pid, sig, info);
505505 }
506---- linux-3.13.0-96.143.orig/kernel/sys.c
507-+++ linux-3.13.0-96.143/kernel/sys.c
506+--- linux-3.13.0-98.145.orig/kernel/sys.c
507++++ linux-3.13.0-98.145/kernel/sys.c
508508 @@ -171,6 +171,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
509509
510510 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -534,8 +534,8 @@
534534
535535 down_write(&uts_sem);
536536 errno = -EFAULT;
537---- linux-3.13.0-96.143.orig/kernel/time/ntp.c
538-+++ linux-3.13.0-96.143/kernel/time/ntp.c
537+--- linux-3.13.0-98.145.orig/kernel/time/ntp.c
538++++ linux-3.13.0-98.145/kernel/time/ntp.c
539539 @@ -16,6 +16,7 @@
540540 #include <linux/mm.h>
541541 #include <linux/module.h>
@@ -569,8 +569,8 @@
569569
570570 /*
571571 * Check for potential multiplication overflows that can
572---- linux-3.13.0-96.143.orig/net/ipv4/raw.c
573-+++ linux-3.13.0-96.143/net/ipv4/raw.c
572+--- linux-3.13.0-98.145.orig/net/ipv4/raw.c
573++++ linux-3.13.0-98.145/net/ipv4/raw.c
574574 @@ -706,6 +706,10 @@ static int raw_recvmsg(struct kiocb *ioc
575575 skb = skb_recv_datagram(sk, flags, noblock, &err);
576576 if (!skb)
@@ -582,8 +582,8 @@
582582
583583 copied = skb->len;
584584 if (len < copied) {
585---- linux-3.13.0-96.143.orig/net/ipv4/udp.c
586-+++ linux-3.13.0-96.143/net/ipv4/udp.c
585+--- linux-3.13.0-98.145.orig/net/ipv4/udp.c
586++++ linux-3.13.0-98.145/net/ipv4/udp.c
587587 @@ -1247,6 +1247,10 @@ try_again:
588588 &peeked, &off, &err);
589589 if (!skb)
@@ -595,8 +595,8 @@
595595
596596 ulen = skb->len - sizeof(struct udphdr);
597597 copied = len;
598---- linux-3.13.0-96.143.orig/net/ipv6/raw.c
599-+++ linux-3.13.0-96.143/net/ipv6/raw.c
598+--- linux-3.13.0-98.145.orig/net/ipv6/raw.c
599++++ linux-3.13.0-98.145/net/ipv6/raw.c
600600 @@ -474,6 +474,10 @@ static int rawv6_recvmsg(struct kiocb *i
601601 skb = skb_recv_datagram(sk, flags, noblock, &err);
602602 if (!skb)
@@ -608,8 +608,8 @@
608608
609609 copied = skb->len;
610610 if (copied > len) {
611---- linux-3.13.0-96.143.orig/net/ipv6/udp.c
612-+++ linux-3.13.0-96.143/net/ipv6/udp.c
611+--- linux-3.13.0-98.145.orig/net/ipv6/udp.c
612++++ linux-3.13.0-98.145/net/ipv6/udp.c
613613 @@ -404,6 +404,10 @@ try_again:
614614 &peeked, &off, &err);
615615 if (!skb)
@@ -621,8 +621,8 @@
621621
622622 ulen = skb->len - sizeof(struct udphdr);
623623 copied = len;
624---- linux-3.13.0-96.143.orig/net/socket.c
625-+++ linux-3.13.0-96.143/net/socket.c
624+--- linux-3.13.0-98.145.orig/net/socket.c
625++++ linux-3.13.0-98.145/net/socket.c
626626 @@ -1616,6 +1616,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
627627 if (err < 0)
628628 goto out_fd;
@@ -634,8 +634,8 @@
634634 if (upeer_sockaddr) {
635635 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
636636 &len, 2) < 0) {
637---- linux-3.13.0-96.143.orig/net/unix/af_unix.c
638-+++ linux-3.13.0-96.143/net/unix/af_unix.c
637+--- linux-3.13.0-98.145.orig/net/unix/af_unix.c
638++++ linux-3.13.0-98.145/net/unix/af_unix.c
639639 @@ -1973,6 +1973,10 @@ static int unix_dgram_recvmsg(struct kio
640640 wake_up_interruptible_sync_poll(&u->peer_wait,
641641 POLLOUT | POLLWRNORM | POLLWRBAND);
@@ -647,8 +647,8 @@
647647 if (msg->msg_name)
648648 unix_copy_addr(msg, skb->sk);
649649
650---- linux-3.13.0-96.143.orig/security/Kconfig
651-+++ linux-3.13.0-96.143/security/Kconfig
650+--- linux-3.13.0-98.145.orig/security/Kconfig
651++++ linux-3.13.0-98.145/security/Kconfig
652652 @@ -167,5 +167,7 @@ config DEFAULT_SECURITY
653653 default "yama" if DEFAULT_SECURITY_YAMA
654654 default "" if DEFAULT_SECURITY_DAC
@@ -657,8 +657,8 @@
657657 +
658658 endmenu
659659
660---- linux-3.13.0-96.143.orig/security/Makefile
661-+++ linux-3.13.0-96.143/security/Makefile
660+--- linux-3.13.0-98.145.orig/security/Makefile
661++++ linux-3.13.0-98.145/security/Makefile
662662 @@ -27,3 +27,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
663663 # Object integrity file lists
664664 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -666,8 +666,8 @@
666666 +
667667 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
668668 +obj-$(CONFIG_CCSECURITY) += ccsecurity/built-in.o
669---- linux-3.13.0-96.143.orig/security/security.c
670-+++ linux-3.13.0-96.143/security/security.c
669+--- linux-3.13.0-98.145.orig/security/security.c
670++++ linux-3.13.0-98.145/security/security.c
671671 @@ -203,7 +203,10 @@ int security_syslog(int type)
672672
673673 int security_settime(const struct timespec *ts, const struct timezone *tz)
--- trunk/caitsith-patch/patches/ccs-patch-3.18.diff (revision 217)
+++ trunk/caitsith-patch/patches/ccs-patch-3.18.diff (revision 218)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 3.18.42.
1+This is TOMOYO Linux patch for kernel 3.18.43.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.18.42.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.18.43.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.18.42.orig/fs/exec.c
33-+++ linux-3.18.42/fs/exec.c
32+--- linux-3.18.43.orig/fs/exec.c
33++++ linux-3.18.43/fs/exec.c
3434 @@ -1436,7 +1436,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.18.42.orig/fs/open.c
44-+++ linux-3.18.42/fs/open.c
43+--- linux-3.18.43.orig/fs/open.c
44++++ linux-3.18.43/fs/open.c
4545 @@ -1091,6 +1091,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.18.42.orig/fs/proc/version.c
55-+++ linux-3.18.42/fs/proc/version.c
54+--- linux-3.18.43.orig/fs/proc/version.c
55++++ linux-3.18.43/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.18.42 2016/09/20\n");
63++ printk(KERN_INFO "Hook version: 3.18.43 2016/10/16\n");
6464 + return 0;
6565 +}
6666 +fs_initcall(ccs_show_version);
67---- linux-3.18.42.orig/include/linux/init_task.h
68-+++ linux-3.18.42/include/linux/init_task.h
67+--- linux-3.18.43.orig/include/linux/init_task.h
68++++ linux-3.18.43/include/linux/init_task.h
6969 @@ -166,6 +166,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.18.42.orig/include/linux/sched.h
93-+++ linux-3.18.42/include/linux/sched.h
92+--- linux-3.18.43.orig/include/linux/sched.h
93++++ linux-3.18.43/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.18.42.orig/include/linux/security.h
115-+++ linux-3.18.42/include/linux/security.h
114+--- linux-3.18.43.orig/include/linux/security.h
115++++ linux-3.18.43/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.18.42.orig/include/net/ip.h
328-+++ linux-3.18.42/include/net/ip.h
327+--- linux-3.18.43.orig/include/net/ip.h
328++++ linux-3.18.43/include/net/ip.h
329329 @@ -216,6 +216,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.18.42.orig/kernel/fork.c
348-+++ linux-3.18.42/kernel/fork.c
347+--- linux-3.18.43.orig/kernel/fork.c
348++++ linux-3.18.43/kernel/fork.c
349349 @@ -246,6 +246,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.18.42.orig/kernel/kexec.c
376-+++ linux-3.18.42/kernel/kexec.c
375+--- linux-3.18.43.orig/kernel/kexec.c
376++++ linux-3.18.43/kernel/kexec.c
377377 @@ -41,6 +41,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.18.42.orig/kernel/module.c
395-+++ linux-3.18.42/kernel/module.c
394+--- linux-3.18.43.orig/kernel/module.c
395++++ linux-3.18.43/kernel/module.c
396396 @@ -62,6 +62,7 @@
397397 #include <linux/bsearch.h>
398398 #include <uapi/linux/module.h>
@@ -419,8 +419,8 @@
419419
420420 return 0;
421421 }
422---- linux-3.18.42.orig/kernel/ptrace.c
423-+++ linux-3.18.42/kernel/ptrace.c
422+--- linux-3.18.43.orig/kernel/ptrace.c
423++++ linux-3.18.43/kernel/ptrace.c
424424 @@ -1075,6 +1075,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.18.42.orig/kernel/reboot.c
449-+++ linux-3.18.42/kernel/reboot.c
448+--- linux-3.18.43.orig/kernel/reboot.c
449++++ linux-3.18.43/kernel/reboot.c
450450 @@ -16,6 +16,7 @@
451451 #include <linux/syscalls.h>
452452 #include <linux/syscore_ops.h>
@@ -464,9 +464,9 @@
464464
465465 /*
466466 * If pid namespaces are enabled and the current task is in a child
467---- linux-3.18.42.orig/kernel/sched/core.c
468-+++ linux-3.18.42/kernel/sched/core.c
469-@@ -3195,6 +3195,8 @@ int can_nice(const struct task_struct *p
467+--- linux-3.18.43.orig/kernel/sched/core.c
468++++ linux-3.18.43/kernel/sched/core.c
469+@@ -3217,6 +3217,8 @@ int can_nice(const struct task_struct *p
470470 SYSCALL_DEFINE1(nice, int, increment)
471471 {
472472 long nice, retval;
@@ -475,8 +475,8 @@
475475
476476 /*
477477 * Setpriority might change our priority at the same moment.
478---- linux-3.18.42.orig/kernel/signal.c
479-+++ linux-3.18.42/kernel/signal.c
478+--- linux-3.18.43.orig/kernel/signal.c
479++++ linux-3.18.43/kernel/signal.c
480480 @@ -2887,6 +2887,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.18.42.orig/kernel/sys.c
526-+++ linux-3.18.42/kernel/sys.c
525+--- linux-3.18.43.orig/kernel/sys.c
526++++ linux-3.18.43/kernel/sys.c
527527 @@ -171,6 +171,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.18.42.orig/kernel/time/ntp.c
557-+++ linux-3.18.42/kernel/time/ntp.c
556+--- linux-3.18.43.orig/kernel/time/ntp.c
557++++ linux-3.18.43/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.18.42.orig/net/ipv4/raw.c
592-+++ linux-3.18.42/net/ipv4/raw.c
591+--- linux-3.18.43.orig/net/ipv4/raw.c
592++++ linux-3.18.43/net/ipv4/raw.c
593593 @@ -711,6 +711,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.18.42.orig/net/ipv4/udp.c
605-+++ linux-3.18.42/net/ipv4/udp.c
604+--- linux-3.18.43.orig/net/ipv4/udp.c
605++++ linux-3.18.43/net/ipv4/udp.c
606606 @@ -1262,6 +1262,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.18.42.orig/net/ipv6/raw.c
618-+++ linux-3.18.42/net/ipv6/raw.c
617+--- linux-3.18.43.orig/net/ipv6/raw.c
618++++ linux-3.18.43/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.18.42.orig/net/ipv6/udp.c
631-+++ linux-3.18.42/net/ipv6/udp.c
630+--- linux-3.18.43.orig/net/ipv6/udp.c
631++++ linux-3.18.43/net/ipv6/udp.c
632632 @@ -402,6 +402,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.18.42.orig/net/socket.c
644-+++ linux-3.18.42/net/socket.c
643+--- linux-3.18.43.orig/net/socket.c
644++++ linux-3.18.43/net/socket.c
645645 @@ -1637,6 +1637,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.18.42.orig/net/unix/af_unix.c
657-+++ linux-3.18.42/net/unix/af_unix.c
656+--- linux-3.18.43.orig/net/unix/af_unix.c
657++++ linux-3.18.43/net/unix/af_unix.c
658658 @@ -1990,6 +1990,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.18.42.orig/security/Kconfig
670-+++ linux-3.18.42/security/Kconfig
669+--- linux-3.18.43.orig/security/Kconfig
670++++ linux-3.18.43/security/Kconfig
671671 @@ -167,5 +167,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.18.42.orig/security/Makefile
680-+++ linux-3.18.42/security/Makefile
679+--- linux-3.18.43.orig/security/Makefile
680++++ linux-3.18.43/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.18.42.orig/security/security.c
689-+++ linux-3.18.42/security/security.c
688+--- linux-3.18.43.orig/security/security.c
689++++ linux-3.18.43/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/caitsith-patch/patches/ccs-patch-3.2-ubuntu-12.04.diff (revision 217)
+++ trunk/caitsith-patch/patches/ccs-patch-3.2-ubuntu-12.04.diff (revision 218)
@@ -28,8 +28,8 @@
2828 security/security.c | 132 +++++++++++++++++++++++++++++++++++++---------
2929 24 files changed, 245 insertions(+), 49 deletions(-)
3030
31---- linux-3.2.0-110.151.orig/fs/exec.c
32-+++ linux-3.2.0-110.151/fs/exec.c
31+--- linux-3.2.0-111.153.orig/fs/exec.c
32++++ linux-3.2.0-111.153/fs/exec.c
3333 @@ -1582,7 +1582,7 @@ static int do_execve_common(const char *
3434 if (retval < 0)
3535 goto out;
@@ -39,8 +39,8 @@
3939 if (retval < 0)
4040 goto out;
4141
42---- linux-3.2.0-110.151.orig/fs/open.c
43-+++ linux-3.2.0-110.151/fs/open.c
42+--- linux-3.2.0-111.153.orig/fs/open.c
43++++ linux-3.2.0-111.153/fs/open.c
4444 @@ -1129,6 +1129,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-3.2.0-110.151.orig/fs/proc/version.c
54-+++ linux-3.2.0-110.151/fs/proc/version.c
53+--- linux-3.2.0-111.153.orig/fs/proc/version.c
54++++ linux-3.2.0-111.153/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: 3.2.0-110.151 2016/09/23\n");
62++ printk(KERN_INFO "Hook version: 3.2.0-111.153 2016/10/16\n");
6363 + return 0;
6464 +}
6565 +module_init(ccs_show_version);
66---- linux-3.2.0-110.151.orig/include/linux/init_task.h
67-+++ linux-3.2.0-110.151/include/linux/init_task.h
66+--- linux-3.2.0-111.153.orig/include/linux/init_task.h
67++++ linux-3.2.0-111.153/include/linux/init_task.h
6868 @@ -144,6 +144,14 @@ extern struct task_group root_task_group
6969
7070 #define INIT_TASK_COMM "swapper"
@@ -88,8 +88,8 @@
8888 }
8989
9090
91---- linux-3.2.0-110.151.orig/include/linux/sched.h
92-+++ linux-3.2.0-110.151/include/linux/sched.h
91+--- linux-3.2.0-111.153.orig/include/linux/sched.h
92++++ linux-3.2.0-111.153/include/linux/sched.h
9393 @@ -44,6 +44,8 @@
9494
9595 #ifdef __KERNEL__
@@ -110,8 +110,8 @@
110110 };
111111
112112 /* Future-safe accessor for struct task_struct's cpus_allowed. */
113---- linux-3.2.0-110.151.orig/include/linux/security.h
114-+++ linux-3.2.0-110.151/include/linux/security.h
113+--- linux-3.2.0-111.153.orig/include/linux/security.h
114++++ linux-3.2.0-111.153/include/linux/security.h
115115 @@ -38,6 +38,7 @@
116116 #include <linux/slab.h>
117117 #include <linux/xattr.h>
@@ -308,8 +308,8 @@
308308 }
309309 #endif /* CONFIG_SECURITY_PATH */
310310
311---- linux-3.2.0-110.151.orig/include/net/ip.h
312-+++ linux-3.2.0-110.151/include/net/ip.h
311+--- linux-3.2.0-111.153.orig/include/net/ip.h
312++++ linux-3.2.0-111.153/include/net/ip.h
313313 @@ -218,6 +218,8 @@ extern void inet_get_local_port_range(in
314314 extern unsigned long *sysctl_local_reserved_ports;
315315 static inline int inet_is_reserved_local_port(int port)
@@ -319,8 +319,8 @@
319319 return test_bit(port, sysctl_local_reserved_ports);
320320 }
321321
322---- linux-3.2.0-110.151.orig/kernel/fork.c
323-+++ linux-3.2.0-110.151/kernel/fork.c
322+--- linux-3.2.0-111.153.orig/kernel/fork.c
323++++ linux-3.2.0-111.153/kernel/fork.c
324324 @@ -198,6 +198,7 @@ void __put_task_struct(struct task_struc
325325 delayacct_tsk_free(tsk);
326326 put_signal_struct(tsk->signal);
@@ -347,8 +347,8 @@
347347 bad_fork_cleanup_perf:
348348 perf_event_free_task(p);
349349 bad_fork_cleanup_policy:
350---- linux-3.2.0-110.151.orig/kernel/kexec.c
351-+++ linux-3.2.0-110.151/kernel/kexec.c
350+--- linux-3.2.0-111.153.orig/kernel/kexec.c
351++++ linux-3.2.0-111.153/kernel/kexec.c
352352 @@ -39,6 +39,7 @@
353353 #include <asm/io.h>
354354 #include <asm/system.h>
@@ -366,8 +366,8 @@
366366
367367 /* Processes in containers must not be allowed to load a new
368368 * kernel, even if they have CAP_SYS_BOOT */
369---- linux-3.2.0-110.151.orig/kernel/module.c
370-+++ linux-3.2.0-110.151/kernel/module.c
369+--- linux-3.2.0-111.153.orig/kernel/module.c
370++++ linux-3.2.0-111.153/kernel/module.c
371371 @@ -58,6 +58,7 @@
372372 #include <linux/jump_label.h>
373373 #include <linux/pfn.h>
@@ -394,8 +394,8 @@
394394
395395 /* Do all the hard work */
396396 mod = load_module(umod, len, uargs);
397---- linux-3.2.0-110.151.orig/kernel/ptrace.c
398-+++ linux-3.2.0-110.151/kernel/ptrace.c
397+--- linux-3.2.0-111.153.orig/kernel/ptrace.c
398++++ linux-3.2.0-111.153/kernel/ptrace.c
399399 @@ -931,6 +931,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
400400 {
401401 struct task_struct *child;
@@ -420,8 +420,8 @@
420420
421421 if (request == PTRACE_TRACEME) {
422422 ret = ptrace_traceme();
423---- linux-3.2.0-110.151.orig/kernel/sched.c
424-+++ linux-3.2.0-110.151/kernel/sched.c
423+--- linux-3.2.0-111.153.orig/kernel/sched.c
424++++ linux-3.2.0-111.153/kernel/sched.c
425425 @@ -5317,6 +5317,8 @@ int can_nice(const struct task_struct *p
426426 SYSCALL_DEFINE1(nice, int, increment)
427427 {
@@ -431,8 +431,8 @@
431431
432432 /*
433433 * Setpriority might change our priority at the same moment.
434---- linux-3.2.0-110.151.orig/kernel/signal.c
435-+++ linux-3.2.0-110.151/kernel/signal.c
434+--- linux-3.2.0-111.153.orig/kernel/signal.c
435++++ linux-3.2.0-111.153/kernel/signal.c
436436 @@ -2755,6 +2755,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
437437 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
438438 {
@@ -478,8 +478,8 @@
478478
479479 return do_send_specific(tgid, pid, sig, info);
480480 }
481---- linux-3.2.0-110.151.orig/kernel/sys.c
482-+++ linux-3.2.0-110.151/kernel/sys.c
481+--- linux-3.2.0-111.153.orig/kernel/sys.c
482++++ linux-3.2.0-111.153/kernel/sys.c
483483 @@ -180,6 +180,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
484484
485485 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -518,8 +518,8 @@
518518
519519 down_write(&uts_sem);
520520 errno = -EFAULT;
521---- linux-3.2.0-110.151.orig/kernel/time/ntp.c
522-+++ linux-3.2.0-110.151/kernel/time/ntp.c
521+--- linux-3.2.0-111.153.orig/kernel/time/ntp.c
522++++ linux-3.2.0-111.153/kernel/time/ntp.c
523523 @@ -15,6 +15,7 @@
524524 #include <linux/time.h>
525525 #include <linux/mm.h>
@@ -553,8 +553,8 @@
553553 if (!(txc->modes & ADJ_NANO))
554554 delta.tv_nsec *= 1000;
555555 result = timekeeping_inject_offset(&delta);
556---- linux-3.2.0-110.151.orig/net/ipv4/raw.c
557-+++ linux-3.2.0-110.151/net/ipv4/raw.c
556+--- linux-3.2.0-111.153.orig/net/ipv4/raw.c
557++++ linux-3.2.0-111.153/net/ipv4/raw.c
558558 @@ -697,6 +697,10 @@ static int raw_recvmsg(struct kiocb *ioc
559559 skb = skb_recv_datagram(sk, flags, noblock, &err);
560560 if (!skb)
@@ -566,8 +566,8 @@
566566
567567 copied = skb->len;
568568 if (len < copied) {
569---- linux-3.2.0-110.151.orig/net/ipv4/udp.c
570-+++ linux-3.2.0-110.151/net/ipv4/udp.c
569+--- linux-3.2.0-111.153.orig/net/ipv4/udp.c
570++++ linux-3.2.0-111.153/net/ipv4/udp.c
571571 @@ -1183,6 +1183,10 @@ try_again:
572572 &peeked, &err);
573573 if (!skb)
@@ -579,8 +579,8 @@
579579
580580 ulen = skb->len - sizeof(struct udphdr);
581581 copied = len;
582---- linux-3.2.0-110.151.orig/net/ipv6/raw.c
583-+++ linux-3.2.0-110.151/net/ipv6/raw.c
582+--- linux-3.2.0-111.153.orig/net/ipv6/raw.c
583++++ linux-3.2.0-111.153/net/ipv6/raw.c
584584 @@ -465,6 +465,10 @@ static int rawv6_recvmsg(struct kiocb *i
585585 skb = skb_recv_datagram(sk, flags, noblock, &err);
586586 if (!skb)
@@ -592,8 +592,8 @@
592592
593593 copied = skb->len;
594594 if (copied > len) {
595---- linux-3.2.0-110.151.orig/net/ipv6/udp.c
596-+++ linux-3.2.0-110.151/net/ipv6/udp.c
595+--- linux-3.2.0-111.153.orig/net/ipv6/udp.c
596++++ linux-3.2.0-111.153/net/ipv6/udp.c
597597 @@ -359,6 +359,10 @@ try_again:
598598 &peeked, &err);
599599 if (!skb)
@@ -605,8 +605,8 @@
605605
606606 ulen = skb->len - sizeof(struct udphdr);
607607 copied = len;
608---- linux-3.2.0-110.151.orig/net/socket.c
609-+++ linux-3.2.0-110.151/net/socket.c
608+--- linux-3.2.0-111.153.orig/net/socket.c
609++++ linux-3.2.0-111.153/net/socket.c
610610 @@ -1531,6 +1531,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
611611 if (err < 0)
612612 goto out_fd;
@@ -618,8 +618,8 @@
618618 if (upeer_sockaddr) {
619619 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
620620 &len, 2) < 0) {
621---- linux-3.2.0-110.151.orig/net/unix/af_unix.c
622-+++ linux-3.2.0-110.151/net/unix/af_unix.c
621+--- linux-3.2.0-111.153.orig/net/unix/af_unix.c
622++++ linux-3.2.0-111.153/net/unix/af_unix.c
623623 @@ -1957,6 +1957,10 @@ static int unix_dgram_recvmsg(struct kio
624624 wake_up_interruptible_sync_poll(&u->peer_wait,
625625 POLLOUT | POLLWRNORM | POLLWRBAND);
@@ -631,8 +631,8 @@
631631 if (msg->msg_name)
632632 unix_copy_addr(msg, skb->sk);
633633
634---- linux-3.2.0-110.151.orig/security/Kconfig
635-+++ linux-3.2.0-110.151/security/Kconfig
634+--- linux-3.2.0-111.153.orig/security/Kconfig
635++++ linux-3.2.0-111.153/security/Kconfig
636636 @@ -233,5 +233,7 @@ config DEFAULT_SECURITY
637637 default "yama" if DEFAULT_SECURITY_YAMA
638638 default "" if DEFAULT_SECURITY_DAC
@@ -641,8 +641,8 @@
641641 +
642642 endmenu
643643
644---- linux-3.2.0-110.151.orig/security/Makefile
645-+++ linux-3.2.0-110.151/security/Makefile
644+--- linux-3.2.0-111.153.orig/security/Makefile
645++++ linux-3.2.0-111.153/security/Makefile
646646 @@ -28,3 +28,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
647647 # Object integrity file lists
648648 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -650,8 +650,8 @@
650650 +
651651 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
652652 +obj-$(CONFIG_CCSECURITY) += ccsecurity/built-in.o
653---- linux-3.2.0-110.151.orig/security/security.c
654-+++ linux-3.2.0-110.151/security/security.c
653+--- linux-3.2.0-111.153.orig/security/security.c
654++++ linux-3.2.0-111.153/security/security.c
655655 @@ -206,7 +206,10 @@ int security_syslog(int type)
656656
657657 int security_settime(const struct timespec *ts, const struct timezone *tz)
--- trunk/caitsith-patch/patches/ccs-patch-4.1.diff (revision 217)
+++ trunk/caitsith-patch/patches/ccs-patch-4.1.diff (revision 218)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.1.33.
1+This is TOMOYO Linux patch for kernel 4.1.34.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.33.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.34.tar.xz
44 ---
55 fs/exec.c | 2
66 fs/open.c | 2
@@ -29,8 +29,8 @@
2929 security/security.c | 110 ++++++++++++++++++++++++++++++++++++++++------
3030 25 files changed, 248 insertions(+), 37 deletions(-)
3131
32---- linux-4.1.33.orig/fs/exec.c
33-+++ linux-4.1.33/fs/exec.c
32+--- linux-4.1.34.orig/fs/exec.c
33++++ linux-4.1.34/fs/exec.c
3434 @@ -1461,7 +1461,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-4.1.33.orig/fs/open.c
44-+++ linux-4.1.33/fs/open.c
43+--- linux-4.1.34.orig/fs/open.c
44++++ linux-4.1.34/fs/open.c
4545 @@ -1107,6 +1107,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-4.1.33.orig/fs/proc/version.c
55-+++ linux-4.1.33/fs/proc/version.c
54+--- linux-4.1.34.orig/fs/proc/version.c
55++++ linux-4.1.34/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: 4.1.33 2016/09/20\n");
63++ printk(KERN_INFO "Hook version: 4.1.34 2016/10/16\n");
6464 + return 0;
6565 +}
6666 +fs_initcall(ccs_show_version);
67---- linux-4.1.33.orig/include/linux/init_task.h
68-+++ linux-4.1.33/include/linux/init_task.h
67+--- linux-4.1.34.orig/include/linux/init_task.h
68++++ linux-4.1.34/include/linux/init_task.h
6969 @@ -182,6 +182,14 @@ extern struct task_group root_task_group
7070 # define INIT_KASAN(tsk)
7171 #endif
@@ -89,8 +89,8 @@
8989 }
9090
9191
92---- linux-4.1.33.orig/include/linux/sched.h
93-+++ linux-4.1.33/include/linux/sched.h
92+--- linux-4.1.34.orig/include/linux/sched.h
93++++ linux-4.1.34/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-4.1.33.orig/include/linux/security.h
115-+++ linux-4.1.33/include/linux/security.h
114+--- linux-4.1.34.orig/include/linux/security.h
115++++ linux-4.1.34/include/linux/security.h
116116 @@ -53,6 +53,7 @@ struct msg_queue;
117117 struct xattr;
118118 struct xfrm_sec_ctx;
@@ -319,8 +319,8 @@
319319 }
320320 #endif /* CONFIG_SECURITY_PATH */
321321
322---- linux-4.1.33.orig/include/net/ip.h
323-+++ linux-4.1.33/include/net/ip.h
322+--- linux-4.1.34.orig/include/net/ip.h
323++++ linux-4.1.34/include/net/ip.h
324324 @@ -217,6 +217,8 @@ void inet_get_local_port_range(struct ne
325325 #ifdef CONFIG_SYSCTL
326326 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -339,8 +339,8 @@
339339 return 0;
340340 }
341341 #endif
342---- linux-4.1.33.orig/kernel/fork.c
343-+++ linux-4.1.33/kernel/fork.c
342+--- linux-4.1.34.orig/kernel/fork.c
343++++ linux-4.1.34/kernel/fork.c
344344 @@ -257,6 +257,7 @@ void __put_task_struct(struct task_struc
345345 delayacct_tsk_free(tsk);
346346 put_signal_struct(tsk->signal);
@@ -367,8 +367,8 @@
367367 bad_fork_cleanup_perf:
368368 perf_event_free_task(p);
369369 bad_fork_cleanup_policy:
370---- linux-4.1.33.orig/kernel/kexec.c
371-+++ linux-4.1.33/kernel/kexec.c
370+--- linux-4.1.34.orig/kernel/kexec.c
371++++ linux-4.1.34/kernel/kexec.c
372372 @@ -41,6 +41,7 @@
373373 #include <asm/uaccess.h>
374374 #include <asm/io.h>
@@ -386,8 +386,8 @@
386386
387387 /*
388388 * Verify we have a legal set of flags
389---- linux-4.1.33.orig/kernel/module.c
390-+++ linux-4.1.33/kernel/module.c
389+--- linux-4.1.34.orig/kernel/module.c
390++++ linux-4.1.34/kernel/module.c
391391 @@ -61,6 +61,7 @@
392392 #include <linux/bsearch.h>
393393 #include <uapi/linux/module.h>
@@ -414,8 +414,8 @@
414414
415415 return 0;
416416 }
417---- linux-4.1.33.orig/kernel/ptrace.c
418-+++ linux-4.1.33/kernel/ptrace.c
417+--- linux-4.1.34.orig/kernel/ptrace.c
418++++ linux-4.1.34/kernel/ptrace.c
419419 @@ -1057,6 +1057,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
420420 {
421421 struct task_struct *child;
@@ -440,8 +440,8 @@
440440
441441 if (request == PTRACE_TRACEME) {
442442 ret = ptrace_traceme();
443---- linux-4.1.33.orig/kernel/reboot.c
444-+++ linux-4.1.33/kernel/reboot.c
443+--- linux-4.1.34.orig/kernel/reboot.c
444++++ linux-4.1.34/kernel/reboot.c
445445 @@ -16,6 +16,7 @@
446446 #include <linux/syscalls.h>
447447 #include <linux/syscore_ops.h>
@@ -459,9 +459,9 @@
459459
460460 /*
461461 * If pid namespaces are enabled and the current task is in a child
462---- linux-4.1.33.orig/kernel/sched/core.c
463-+++ linux-4.1.33/kernel/sched/core.c
464-@@ -3152,6 +3152,8 @@ int can_nice(const struct task_struct *p
462+--- linux-4.1.34.orig/kernel/sched/core.c
463++++ linux-4.1.34/kernel/sched/core.c
464+@@ -3174,6 +3174,8 @@ int can_nice(const struct task_struct *p
465465 SYSCALL_DEFINE1(nice, int, increment)
466466 {
467467 long nice, retval;
@@ -470,8 +470,8 @@
470470
471471 /*
472472 * Setpriority might change our priority at the same moment.
473---- linux-4.1.33.orig/kernel/signal.c
474-+++ linux-4.1.33/kernel/signal.c
473+--- linux-4.1.34.orig/kernel/signal.c
474++++ linux-4.1.34/kernel/signal.c
475475 @@ -2901,6 +2901,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.1.33.orig/kernel/sys.c
521-+++ linux-4.1.33/kernel/sys.c
520+--- linux-4.1.34.orig/kernel/sys.c
521++++ linux-4.1.34/kernel/sys.c
522522 @@ -183,6 +183,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
523523
524524 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -548,8 +548,8 @@
548548
549549 down_write(&uts_sem);
550550 errno = -EFAULT;
551---- linux-4.1.33.orig/kernel/time/ntp.c
552-+++ linux-4.1.33/kernel/time/ntp.c
551+--- linux-4.1.34.orig/kernel/time/ntp.c
552++++ linux-4.1.34/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 /*
585585 * Check for potential multiplication overflows that can
586---- linux-4.1.33.orig/net/ipv4/raw.c
587-+++ linux-4.1.33/net/ipv4/raw.c
586+--- linux-4.1.34.orig/net/ipv4/raw.c
587++++ linux-4.1.34/net/ipv4/raw.c
588588 @@ -729,6 +729,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.1.33.orig/net/ipv4/udp.c
600-+++ linux-4.1.33/net/ipv4/udp.c
599+--- linux-4.1.34.orig/net/ipv4/udp.c
600++++ linux-4.1.34/net/ipv4/udp.c
601601 @@ -1274,6 +1274,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.1.33.orig/net/ipv6/raw.c
613-+++ linux-4.1.33/net/ipv6/raw.c
612+--- linux-4.1.34.orig/net/ipv6/raw.c
613++++ linux-4.1.34/net/ipv6/raw.c
614614 @@ -477,6 +477,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.1.33.orig/net/ipv6/udp.c
626-+++ linux-4.1.33/net/ipv6/udp.c
625+--- linux-4.1.34.orig/net/ipv6/udp.c
626++++ linux-4.1.34/net/ipv6/udp.c
627627 @@ -413,6 +413,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.1.33.orig/net/socket.c
639-+++ linux-4.1.33/net/socket.c
638+--- linux-4.1.34.orig/net/socket.c
639++++ linux-4.1.34/net/socket.c
640640 @@ -1485,6 +1485,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.1.33.orig/net/unix/af_unix.c
652-+++ linux-4.1.33/net/unix/af_unix.c
651+--- linux-4.1.34.orig/net/unix/af_unix.c
652++++ linux-4.1.34/net/unix/af_unix.c
653653 @@ -1978,6 +1978,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.1.33.orig/security/Kconfig
665-+++ linux-4.1.33/security/Kconfig
664+--- linux-4.1.34.orig/security/Kconfig
665++++ linux-4.1.34/security/Kconfig
666666 @@ -168,5 +168,7 @@ config DEFAULT_SECURITY
667667 default "yama" if DEFAULT_SECURITY_YAMA
668668 default "" if DEFAULT_SECURITY_DAC
@@ -671,8 +671,8 @@
671671 +
672672 endmenu
673673
674---- linux-4.1.33.orig/security/Makefile
675-+++ linux-4.1.33/security/Makefile
674+--- linux-4.1.34.orig/security/Makefile
675++++ linux-4.1.34/security/Makefile
676676 @@ -27,3 +27,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
677677 # Object integrity file lists
678678 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -680,8 +680,8 @@
680680 +
681681 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
682682 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
683---- linux-4.1.33.orig/security/security.c
684-+++ linux-4.1.33/security/security.c
683+--- linux-4.1.34.orig/security/security.c
684++++ linux-4.1.34/security/security.c
685685 @@ -226,7 +226,10 @@ int security_syslog(int type)
686686
687687 int security_settime(const struct timespec *ts, const struct timezone *tz)
--- trunk/caitsith-patch/patches/ccs-patch-4.4.diff (revision 217)
+++ trunk/caitsith-patch/patches/ccs-patch-4.4.diff (revision 218)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.4.22.
1+This is TOMOYO Linux patch for kernel 4.4.24.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.22.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.24.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.23.orig/fs/exec.c
32-+++ linux-4.4.23/fs/exec.c
31+--- linux-4.4.24.orig/fs/exec.c
32++++ linux-4.4.24/fs/exec.c
3333 @@ -1467,7 +1467,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.23.orig/fs/open.c
43-+++ linux-4.4.23/fs/open.c
42+--- linux-4.4.24.orig/fs/open.c
43++++ linux-4.4.24/fs/open.c
4444 @@ -1111,6 +1111,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.23.orig/fs/proc/version.c
54-+++ linux-4.4.23/fs/proc/version.c
53+--- linux-4.4.24.orig/fs/proc/version.c
54++++ linux-4.4.24/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.23 2016/10/01\n");
62++ printk(KERN_INFO "Hook version: 4.4.24 2016/10/16\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-4.4.23.orig/include/linux/init_task.h
67-+++ linux-4.4.23/include/linux/init_task.h
66+--- linux-4.4.24.orig/include/linux/init_task.h
67++++ linux-4.4.24/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.23.orig/include/linux/sched.h
92-+++ linux-4.4.23/include/linux/sched.h
91+--- linux-4.4.24.orig/include/linux/sched.h
92++++ linux-4.4.24/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.23.orig/include/linux/security.h
114-+++ linux-4.4.23/include/linux/security.h
113+--- linux-4.4.24.orig/include/linux/security.h
114++++ linux-4.4.24/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.23.orig/include/net/ip.h
322-+++ linux-4.4.23/include/net/ip.h
321+--- linux-4.4.24.orig/include/net/ip.h
322++++ linux-4.4.24/include/net/ip.h
323323 @@ -223,6 +223,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.23.orig/kernel/fork.c
342-+++ linux-4.4.23/kernel/fork.c
341+--- linux-4.4.24.orig/kernel/fork.c
342++++ linux-4.4.24/kernel/fork.c
343343 @@ -258,6 +258,7 @@ void __put_task_struct(struct task_struc
344344 delayacct_tsk_free(tsk);
345345 put_signal_struct(tsk->signal);
@@ -348,7 +348,7 @@
348348 if (!profile_handoff_task(tsk))
349349 free_task(tsk);
350350 }
351-@@ -1451,6 +1452,9 @@ static struct task_struct *copy_process(
351+@@ -1449,6 +1450,9 @@ static struct task_struct *copy_process(
352352 goto bad_fork_cleanup_perf;
353353 /* copy all the process information */
354354 shm_init_task(p);
@@ -358,7 +358,7 @@
358358 retval = copy_semundo(clone_flags, p);
359359 if (retval)
360360 goto bad_fork_cleanup_audit;
361-@@ -1668,6 +1672,7 @@ bad_fork_cleanup_semundo:
361+@@ -1666,6 +1670,7 @@ bad_fork_cleanup_semundo:
362362 exit_sem(p);
363363 bad_fork_cleanup_audit:
364364 audit_free(p);
@@ -366,8 +366,8 @@
366366 bad_fork_cleanup_perf:
367367 perf_event_free_task(p);
368368 bad_fork_cleanup_policy:
369---- linux-4.4.23.orig/kernel/kexec.c
370-+++ linux-4.4.23/kernel/kexec.c
369+--- linux-4.4.24.orig/kernel/kexec.c
370++++ linux-4.4.24/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.23.orig/kernel/module.c
390-+++ linux-4.4.23/kernel/module.c
389+--- linux-4.4.24.orig/kernel/module.c
390++++ linux-4.4.24/kernel/module.c
391391 @@ -61,6 +61,7 @@
392392 #include <linux/bsearch.h>
393393 #include <uapi/linux/module.h>
@@ -414,8 +414,8 @@
414414
415415 return 0;
416416 }
417---- linux-4.4.23.orig/kernel/ptrace.c
418-+++ linux-4.4.23/kernel/ptrace.c
417+--- linux-4.4.24.orig/kernel/ptrace.c
418++++ linux-4.4.24/kernel/ptrace.c
419419 @@ -1075,6 +1075,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
420420 {
421421 struct task_struct *child;
@@ -440,8 +440,8 @@
440440
441441 if (request == PTRACE_TRACEME) {
442442 ret = ptrace_traceme();
443---- linux-4.4.23.orig/kernel/reboot.c
444-+++ linux-4.4.23/kernel/reboot.c
443+--- linux-4.4.24.orig/kernel/reboot.c
444++++ linux-4.4.24/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.23.orig/kernel/sched/core.c
463-+++ linux-4.4.23/kernel/sched/core.c
462+--- linux-4.4.24.orig/kernel/sched/core.c
463++++ linux-4.4.24/kernel/sched/core.c
464464 @@ -3548,6 +3548,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.23.orig/kernel/signal.c
474-+++ linux-4.4.23/kernel/signal.c
473+--- linux-4.4.24.orig/kernel/signal.c
474++++ linux-4.4.24/kernel/signal.c
475475 @@ -2847,6 +2847,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.23.orig/kernel/sys.c
521-+++ linux-4.4.23/kernel/sys.c
520+--- linux-4.4.24.orig/kernel/sys.c
521++++ linux-4.4.24/kernel/sys.c
522522 @@ -183,6 +183,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
523523
524524 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -548,8 +548,8 @@
548548
549549 down_write(&uts_sem);
550550 errno = -EFAULT;
551---- linux-4.4.23.orig/kernel/time/ntp.c
552-+++ linux-4.4.23/kernel/time/ntp.c
551+--- linux-4.4.24.orig/kernel/time/ntp.c
552++++ linux-4.4.24/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.23.orig/net/ipv4/raw.c
587-+++ linux-4.4.23/net/ipv4/raw.c
586+--- linux-4.4.24.orig/net/ipv4/raw.c
587++++ linux-4.4.24/net/ipv4/raw.c
588588 @@ -739,6 +739,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.23.orig/net/ipv4/udp.c
600-+++ linux-4.4.23/net/ipv4/udp.c
599+--- linux-4.4.24.orig/net/ipv4/udp.c
600++++ linux-4.4.24/net/ipv4/udp.c
601601 @@ -1286,6 +1286,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.23.orig/net/ipv6/raw.c
613-+++ linux-4.4.23/net/ipv6/raw.c
612+--- linux-4.4.24.orig/net/ipv6/raw.c
613++++ linux-4.4.24/net/ipv6/raw.c
614614 @@ -478,6 +478,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.23.orig/net/ipv6/udp.c
626-+++ linux-4.4.23/net/ipv6/udp.c
625+--- linux-4.4.24.orig/net/ipv6/udp.c
626++++ linux-4.4.24/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.23.orig/net/socket.c
639-+++ linux-4.4.23/net/socket.c
638+--- linux-4.4.24.orig/net/socket.c
639++++ linux-4.4.24/net/socket.c
640640 @@ -1476,6 +1476,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.23.orig/net/unix/af_unix.c
652-+++ linux-4.4.23/net/unix/af_unix.c
651+--- linux-4.4.24.orig/net/unix/af_unix.c
652++++ linux-4.4.24/net/unix/af_unix.c
653653 @@ -2134,6 +2134,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.23.orig/security/Kconfig
665-+++ linux-4.4.23/security/Kconfig
664+--- linux-4.4.24.orig/security/Kconfig
665++++ linux-4.4.24/security/Kconfig
666666 @@ -163,5 +163,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.23.orig/security/Makefile
675-+++ linux-4.4.23/security/Makefile
674+--- linux-4.4.24.orig/security/Makefile
675++++ linux-4.4.24/security/Makefile
676676 @@ -27,3 +27,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
677677 # Object integrity file lists
678678 subdir-$(CONFIG_INTEGRITY) += integrity
--- trunk/caitsith-patch/patches/ccs-patch-4.7.diff (revision 217)
+++ trunk/caitsith-patch/patches/ccs-patch-4.7.diff (revision 218)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.7.5.
1+This is TOMOYO Linux patch for kernel 4.7.7.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.7.5.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.7.7.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.7.6.orig/fs/exec.c
32-+++ linux-4.7.6/fs/exec.c
31+--- linux-4.7.7.orig/fs/exec.c
32++++ linux-4.7.7/fs/exec.c
3333 @@ -1580,7 +1580,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.7.6.orig/fs/open.c
43-+++ linux-4.7.6/fs/open.c
42+--- linux-4.7.7.orig/fs/open.c
43++++ linux-4.7.7/fs/open.c
4444 @@ -1108,6 +1108,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.7.6.orig/fs/proc/version.c
54-+++ linux-4.7.6/fs/proc/version.c
53+--- linux-4.7.7.orig/fs/proc/version.c
54++++ linux-4.7.7/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.7.6 2016/10/01\n");
62++ printk(KERN_INFO "Hook version: 4.7.7 2016/10/16\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-4.7.6.orig/include/linux/init_task.h
67-+++ linux-4.7.6/include/linux/init_task.h
66+--- linux-4.7.7.orig/include/linux/init_task.h
67++++ linux-4.7.7/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.7.6.orig/include/linux/sched.h
92-+++ linux-4.7.6/include/linux/sched.h
91+--- linux-4.7.7.orig/include/linux/sched.h
92++++ linux-4.7.7/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.7.6.orig/include/linux/security.h
114-+++ linux-4.7.6/include/linux/security.h
113+--- linux-4.7.7.orig/include/linux/security.h
114++++ linux-4.7.7/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.7.6.orig/include/net/ip.h
322-+++ linux-4.7.6/include/net/ip.h
321+--- linux-4.7.7.orig/include/net/ip.h
322++++ linux-4.7.7/include/net/ip.h
323323 @@ -223,6 +223,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.7.6.orig/kernel/fork.c
342-+++ linux-4.7.6/kernel/fork.c
341+--- linux-4.7.7.orig/kernel/fork.c
342++++ linux-4.7.7/kernel/fork.c
343343 @@ -267,6 +267,7 @@ void __put_task_struct(struct task_struc
344344 delayacct_tsk_free(tsk);
345345 put_signal_struct(tsk->signal);
@@ -348,7 +348,7 @@
348348 if (!profile_handoff_task(tsk))
349349 free_task(tsk);
350350 }
351-@@ -1488,6 +1489,9 @@ static struct task_struct *copy_process(
351+@@ -1486,6 +1487,9 @@ static struct task_struct *copy_process(
352352 goto bad_fork_cleanup_perf;
353353 /* copy all the process information */
354354 shm_init_task(p);
@@ -358,7 +358,7 @@
358358 retval = copy_semundo(clone_flags, p);
359359 if (retval)
360360 goto bad_fork_cleanup_audit;
361-@@ -1707,6 +1711,7 @@ bad_fork_cleanup_semundo:
361+@@ -1705,6 +1709,7 @@ bad_fork_cleanup_semundo:
362362 exit_sem(p);
363363 bad_fork_cleanup_audit:
364364 audit_free(p);
@@ -366,8 +366,8 @@
366366 bad_fork_cleanup_perf:
367367 perf_event_free_task(p);
368368 bad_fork_cleanup_policy:
369---- linux-4.7.6.orig/kernel/kexec.c
370-+++ linux-4.7.6/kernel/kexec.c
369+--- linux-4.7.7.orig/kernel/kexec.c
370++++ linux-4.7.7/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.7.6.orig/kernel/module.c
390-+++ linux-4.7.6/kernel/module.c
389+--- linux-4.7.7.orig/kernel/module.c
390++++ linux-4.7.7/kernel/module.c
391391 @@ -62,6 +62,7 @@
392392 #include <linux/bsearch.h>
393393 #include <uapi/linux/module.h>
@@ -414,8 +414,8 @@
414414
415415 return 0;
416416 }
417---- linux-4.7.6.orig/kernel/ptrace.c
418-+++ linux-4.7.6/kernel/ptrace.c
417+--- linux-4.7.7.orig/kernel/ptrace.c
418++++ linux-4.7.7/kernel/ptrace.c
419419 @@ -1080,6 +1080,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
420420 {
421421 struct task_struct *child;
@@ -440,8 +440,8 @@
440440
441441 if (request == PTRACE_TRACEME) {
442442 ret = ptrace_traceme();
443---- linux-4.7.6.orig/kernel/reboot.c
444-+++ linux-4.7.6/kernel/reboot.c
443+--- linux-4.7.7.orig/kernel/reboot.c
444++++ linux-4.7.7/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.7.6.orig/kernel/sched/core.c
463-+++ linux-4.7.6/kernel/sched/core.c
462+--- linux-4.7.7.orig/kernel/sched/core.c
463++++ linux-4.7.7/kernel/sched/core.c
464464 @@ -3746,6 +3746,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.7.6.orig/kernel/signal.c
474-+++ linux-4.7.6/kernel/signal.c
473+--- linux-4.7.7.orig/kernel/signal.c
474++++ linux-4.7.7/kernel/signal.c
475475 @@ -2851,6 +2851,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.7.6.orig/kernel/sys.c
521-+++ linux-4.7.6/kernel/sys.c
520+--- linux-4.7.7.orig/kernel/sys.c
521++++ linux-4.7.7/kernel/sys.c
522522 @@ -183,6 +183,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
523523
524524 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -548,8 +548,8 @@
548548
549549 down_write(&uts_sem);
550550 errno = -EFAULT;
551---- linux-4.7.6.orig/kernel/time/ntp.c
552-+++ linux-4.7.6/kernel/time/ntp.c
551+--- linux-4.7.7.orig/kernel/time/ntp.c
552++++ linux-4.7.7/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.7.6.orig/net/ipv4/raw.c
587-+++ linux-4.7.6/net/ipv4/raw.c
586+--- linux-4.7.7.orig/net/ipv4/raw.c
587++++ linux-4.7.7/net/ipv4/raw.c
588588 @@ -742,6 +742,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.7.6.orig/net/ipv4/udp.c
600-+++ linux-4.7.6/net/ipv4/udp.c
599+--- linux-4.7.7.orig/net/ipv4/udp.c
600++++ linux-4.7.7/net/ipv4/udp.c
601601 @@ -1272,6 +1272,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.7.6.orig/net/ipv6/raw.c
611-+++ linux-4.7.6/net/ipv6/raw.c
610+--- linux-4.7.7.orig/net/ipv6/raw.c
611++++ linux-4.7.7/net/ipv6/raw.c
612612 @@ -478,6 +478,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.7.6.orig/net/ipv6/udp.c
624-+++ linux-4.7.6/net/ipv6/udp.c
623+--- linux-4.7.7.orig/net/ipv6/udp.c
624++++ linux-4.7.7/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.7.6.orig/net/socket.c
635-+++ linux-4.7.6/net/socket.c
634+--- linux-4.7.7.orig/net/socket.c
635++++ linux-4.7.7/net/socket.c
636636 @@ -1469,6 +1469,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.7.6.orig/net/unix/af_unix.c
648-+++ linux-4.7.6/net/unix/af_unix.c
647+--- linux-4.7.7.orig/net/unix/af_unix.c
648++++ linux-4.7.7/net/unix/af_unix.c
649649 @@ -2139,6 +2139,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.7.6.orig/security/Kconfig
669-+++ linux-4.7.6/security/Kconfig
668+--- linux-4.7.7.orig/security/Kconfig
669++++ linux-4.7.7/security/Kconfig
670670 @@ -164,5 +164,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.7.6.orig/security/Makefile
679-+++ linux-4.7.6/security/Makefile
678+--- linux-4.7.7.orig/security/Makefile
679++++ linux-4.7.7/security/Makefile
680680 @@ -29,3 +29,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
681681 # Object integrity file lists
682682 subdir-$(CONFIG_INTEGRITY) += integrity
--- trunk/caitsith-patch/patches/ccs-patch-4.8.diff (revision 217)
+++ trunk/caitsith-patch/patches/ccs-patch-4.8.diff (revision 218)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.8.
1+This is TOMOYO Linux patch for kernel 4.8.1.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.8.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.8.1.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.8.orig/fs/exec.c
32-+++ linux-4.8/fs/exec.c
31+--- linux-4.8.1.orig/fs/exec.c
32++++ linux-4.8.1/fs/exec.c
3333 @@ -1616,7 +1616,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.8.orig/fs/open.c
43-+++ linux-4.8/fs/open.c
42+--- linux-4.8.1.orig/fs/open.c
43++++ linux-4.8.1/fs/open.c
4444 @@ -1128,6 +1128,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.8.orig/fs/proc/version.c
54-+++ linux-4.8/fs/proc/version.c
53+--- linux-4.8.1.orig/fs/proc/version.c
54++++ linux-4.8.1/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.8 2016/10/03\n");
62++ printk(KERN_INFO "Hook version: 4.8.1 2016/10/16\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-4.8.orig/include/linux/init_task.h
67-+++ linux-4.8/include/linux/init_task.h
66+--- linux-4.8.1.orig/include/linux/init_task.h
67++++ linux-4.8.1/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.8.orig/include/linux/sched.h
92-+++ linux-4.8/include/linux/sched.h
91+--- linux-4.8.1.orig/include/linux/sched.h
92++++ linux-4.8.1/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.8.orig/include/linux/security.h
114-+++ linux-4.8/include/linux/security.h
113+--- linux-4.8.1.orig/include/linux/security.h
114++++ linux-4.8.1/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.8.orig/include/net/ip.h
322-+++ linux-4.8/include/net/ip.h
321+--- linux-4.8.1.orig/include/net/ip.h
322++++ linux-4.8.1/include/net/ip.h
323323 @@ -224,6 +224,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.8.orig/kernel/fork.c
342-+++ linux-4.8/kernel/fork.c
341+--- linux-4.8.1.orig/kernel/fork.c
342++++ linux-4.8.1/kernel/fork.c
343343 @@ -265,6 +265,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.8.orig/kernel/kexec.c
370-+++ linux-4.8/kernel/kexec.c
369+--- linux-4.8.1.orig/kernel/kexec.c
370++++ linux-4.8.1/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.8.orig/kernel/module.c
390-+++ linux-4.8/kernel/module.c
389+--- linux-4.8.1.orig/kernel/module.c
390++++ linux-4.8.1/kernel/module.c
391391 @@ -63,6 +63,7 @@
392392 #include <linux/dynamic_debug.h>
393393 #include <uapi/linux/module.h>
@@ -414,8 +414,8 @@
414414
415415 return 0;
416416 }
417---- linux-4.8.orig/kernel/ptrace.c
418-+++ linux-4.8/kernel/ptrace.c
417+--- linux-4.8.1.orig/kernel/ptrace.c
418++++ linux-4.8.1/kernel/ptrace.c
419419 @@ -1080,6 +1080,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
420420 {
421421 struct task_struct *child;
@@ -440,8 +440,8 @@
440440
441441 if (request == PTRACE_TRACEME) {
442442 ret = ptrace_traceme();
443---- linux-4.8.orig/kernel/reboot.c
444-+++ linux-4.8/kernel/reboot.c
443+--- linux-4.8.1.orig/kernel/reboot.c
444++++ linux-4.8.1/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.8.orig/kernel/sched/core.c
463-+++ linux-4.8/kernel/sched/core.c
462+--- linux-4.8.1.orig/kernel/sched/core.c
463++++ linux-4.8.1/kernel/sched/core.c
464464 @@ -3775,6 +3775,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.8.orig/kernel/signal.c
474-+++ linux-4.8/kernel/signal.c
473+--- linux-4.8.1.orig/kernel/signal.c
474++++ linux-4.8.1/kernel/signal.c
475475 @@ -2847,6 +2847,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.8.orig/kernel/sys.c
521-+++ linux-4.8/kernel/sys.c
520+--- linux-4.8.1.orig/kernel/sys.c
521++++ linux-4.8.1/kernel/sys.c
522522 @@ -183,6 +183,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
523523
524524 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -548,8 +548,8 @@
548548
549549 down_write(&uts_sem);
550550 errno = -EFAULT;
551---- linux-4.8.orig/kernel/time/ntp.c
552-+++ linux-4.8/kernel/time/ntp.c
551+--- linux-4.8.1.orig/kernel/time/ntp.c
552++++ linux-4.8.1/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.8.orig/net/ipv4/raw.c
587-+++ linux-4.8/net/ipv4/raw.c
586+--- linux-4.8.1.orig/net/ipv4/raw.c
587++++ linux-4.8.1/net/ipv4/raw.c
588588 @@ -742,6 +742,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.8.orig/net/ipv4/udp.c
600-+++ linux-4.8/net/ipv4/udp.c
599+--- linux-4.8.1.orig/net/ipv4/udp.c
600++++ linux-4.8.1/net/ipv4/udp.c
601601 @@ -1272,6 +1272,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.8.orig/net/ipv6/raw.c
611-+++ linux-4.8/net/ipv6/raw.c
610+--- linux-4.8.1.orig/net/ipv6/raw.c
611++++ linux-4.8.1/net/ipv6/raw.c
612612 @@ -478,6 +478,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.8.orig/net/ipv6/udp.c
624-+++ linux-4.8/net/ipv6/udp.c
623+--- linux-4.8.1.orig/net/ipv6/udp.c
624++++ linux-4.8.1/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.8.orig/net/socket.c
635-+++ linux-4.8/net/socket.c
634+--- linux-4.8.1.orig/net/socket.c
635++++ linux-4.8.1/net/socket.c
636636 @@ -1469,6 +1469,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.8.orig/net/unix/af_unix.c
648-+++ linux-4.8/net/unix/af_unix.c
647+--- linux-4.8.1.orig/net/unix/af_unix.c
648++++ linux-4.8.1/net/unix/af_unix.c
649649 @@ -2140,6 +2140,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.8.orig/security/Kconfig
669-+++ linux-4.8/security/Kconfig
668+--- linux-4.8.1.orig/security/Kconfig
669++++ linux-4.8.1/security/Kconfig
670670 @@ -204,5 +204,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.8.orig/security/Makefile
679-+++ linux-4.8/security/Makefile
678+--- linux-4.8.1.orig/security/Makefile
679++++ linux-4.8.1/security/Makefile
680680 @@ -29,3 +29,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
681681 # Object integrity file lists
682682 subdir-$(CONFIG_INTEGRITY) += integrity
--- trunk/caitsith-patch/patches/ccs-patch-4.9.diff (revision 217)
+++ trunk/caitsith-patch/patches/ccs-patch-4.9.diff (revision 218)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for linux-next.
1+This is TOMOYO Linux patch for kernel 4.9-rc1.
22
3-Source code for this patch is https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/snapshot/linux-next-next-20161003.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/testing/linux-4.9-rc1.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-next.orig/fs/exec.c
32-+++ linux-next/fs/exec.c
31+--- linux-4.9-rc1.orig/fs/exec.c
32++++ linux-4.9-rc1/fs/exec.c
3333 @@ -1616,7 +1616,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,9 +39,9 @@
3939 if (ret >= 0) {
4040 audit_bprm(bprm);
4141 trace_sched_process_exec(current, old_pid, bprm);
42---- linux-next.orig/fs/open.c
43-+++ linux-next/fs/open.c
44-@@ -1140,6 +1140,8 @@ EXPORT_SYMBOL(sys_close);
42+--- linux-4.9-rc1.orig/fs/open.c
43++++ linux-4.9-rc1/fs/open.c
44+@@ -1145,6 +1145,8 @@ EXPORT_SYMBOL(sys_close);
4545 */
4646 SYSCALL_DEFINE0(vhangup)
4747 {
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-next.orig/fs/proc/version.c
54-+++ linux-next/fs/proc/version.c
53+--- linux-4.9-rc1.orig/fs/proc/version.c
54++++ linux-4.9-rc1/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.8-rc8-next-20161003 2016/10/03\n");
62++ printk(KERN_INFO "Hook version: 4.9-rc1 2016/10/16\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-next.orig/include/linux/init_task.h
67-+++ linux-next/include/linux/init_task.h
66+--- linux-4.9-rc1.orig/include/linux/init_task.h
67++++ linux-4.9-rc1/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-next.orig/include/linux/sched.h
92-+++ linux-next/include/linux/sched.h
91+--- linux-4.9-rc1.orig/include/linux/sched.h
92++++ linux-4.9-rc1/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-next.orig/include/linux/security.h
114-+++ linux-next/include/linux/security.h
113+--- linux-4.9-rc1.orig/include/linux/security.h
114++++ linux-4.9-rc1/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-next.orig/include/net/ip.h
322-+++ linux-next/include/net/ip.h
321+--- linux-4.9-rc1.orig/include/net/ip.h
322++++ linux-4.9-rc1/include/net/ip.h
323323 @@ -247,6 +247,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-next.orig/kernel/fork.c
342-+++ linux-next/kernel/fork.c
341+--- linux-4.9-rc1.orig/kernel/fork.c
342++++ linux-4.9-rc1/kernel/fork.c
343343 @@ -387,6 +387,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-next.orig/kernel/kexec.c
370-+++ linux-next/kernel/kexec.c
369+--- linux-4.9-rc1.orig/kernel/kexec.c
370++++ linux-4.9-rc1/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-next.orig/kernel/module.c
390-+++ linux-next/kernel/module.c
389+--- linux-4.9-rc1.orig/kernel/module.c
390++++ linux-4.9-rc1/kernel/module.c
391391 @@ -63,6 +63,7 @@
392392 #include <linux/dynamic_debug.h>
393393 #include <uapi/linux/module.h>
@@ -414,8 +414,8 @@
414414
415415 return 0;
416416 }
417---- linux-next.orig/kernel/ptrace.c
418-+++ linux-next/kernel/ptrace.c
417+--- linux-4.9-rc1.orig/kernel/ptrace.c
418++++ linux-4.9-rc1/kernel/ptrace.c
419419 @@ -1081,6 +1081,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
420420 {
421421 struct task_struct *child;
@@ -440,8 +440,8 @@
440440
441441 if (request == PTRACE_TRACEME) {
442442 ret = ptrace_traceme();
443---- linux-next.orig/kernel/reboot.c
444-+++ linux-next/kernel/reboot.c
443+--- linux-4.9-rc1.orig/kernel/reboot.c
444++++ linux-4.9-rc1/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-next.orig/kernel/sched/core.c
463-+++ linux-next/kernel/sched/core.c
462+--- linux-4.9-rc1.orig/kernel/sched/core.c
463++++ linux-4.9-rc1/kernel/sched/core.c
464464 @@ -3811,6 +3811,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-next.orig/kernel/signal.c
474-+++ linux-next/kernel/signal.c
473+--- linux-4.9-rc1.orig/kernel/signal.c
474++++ linux-4.9-rc1/kernel/signal.c
475475 @@ -2847,6 +2847,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-next.orig/kernel/sys.c
521-+++ linux-next/kernel/sys.c
520+--- linux-4.9-rc1.orig/kernel/sys.c
521++++ linux-4.9-rc1/kernel/sys.c
522522 @@ -183,6 +183,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
523523
524524 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -548,8 +548,8 @@
548548
549549 down_write(&uts_sem);
550550 errno = -EFAULT;
551---- linux-next.orig/kernel/time/ntp.c
552-+++ linux-next/kernel/time/ntp.c
551+--- linux-4.9-rc1.orig/kernel/time/ntp.c
552++++ linux-4.9-rc1/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-next.orig/net/ipv4/raw.c
587-+++ linux-next/net/ipv4/raw.c
586+--- linux-4.9-rc1.orig/net/ipv4/raw.c
587++++ linux-4.9-rc1/net/ipv4/raw.c
588588 @@ -736,6 +736,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-next.orig/net/ipv4/udp.c
600-+++ linux-next/net/ipv4/udp.c
599+--- linux-4.9-rc1.orig/net/ipv4/udp.c
600++++ linux-4.9-rc1/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-next.orig/net/ipv6/raw.c
611-+++ linux-next/net/ipv6/raw.c
610+--- linux-4.9-rc1.orig/net/ipv6/raw.c
611++++ linux-4.9-rc1/net/ipv6/raw.c
612612 @@ -478,6 +478,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-next.orig/net/ipv6/udp.c
624-+++ linux-next/net/ipv6/udp.c
623+--- linux-4.9-rc1.orig/net/ipv6/udp.c
624++++ linux-4.9-rc1/net/ipv6/udp.c
625625 @@ -348,6 +348,8 @@ try_again:
626626 &peeked, &off, &err);
627627 if (!skb)
@@ -631,9 +631,9 @@
631631
632632 ulen = skb->len;
633633 copied = len;
634---- linux-next.orig/net/socket.c
635-+++ linux-next/net/socket.c
636-@@ -1469,6 +1469,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
634+--- linux-4.9-rc1.orig/net/socket.c
635++++ linux-4.9-rc1/net/socket.c
636+@@ -1466,6 +1466,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
637637 if (err < 0)
638638 goto out_fd;
639639
@@ -644,8 +644,8 @@
644644 if (upeer_sockaddr) {
645645 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
646646 &len, 2) < 0) {
647---- linux-next.orig/net/unix/af_unix.c
648-+++ linux-next/net/unix/af_unix.c
647+--- linux-4.9-rc1.orig/net/unix/af_unix.c
648++++ linux-4.9-rc1/net/unix/af_unix.c
649649 @@ -2140,6 +2140,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-next.orig/security/Kconfig
669-+++ linux-next/security/Kconfig
668+--- linux-4.9-rc1.orig/security/Kconfig
669++++ linux-4.9-rc1/security/Kconfig
670670 @@ -204,5 +204,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-next.orig/security/Makefile
679-+++ linux-next/security/Makefile
678+--- linux-4.9-rc1.orig/security/Makefile
679++++ linux-4.9-rc1/security/Makefile
680680 @@ -29,3 +29,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
681681 # Object integrity file lists
682682 subdir-$(CONFIG_INTEGRITY) += integrity
--- trunk/caitsith-patch/specs/build-c6-2.6.32.sh (revision 217)
+++ trunk/caitsith-patch/specs/build-c6-2.6.32.sh (revision 218)
@@ -10,12 +10,12 @@
1010
1111 cd /tmp/ || die "Can't chdir to /tmp/ ."
1212
13-if [ ! -r kernel-2.6.32-642.4.2.el6.src.rpm ]
13+if [ ! -r kernel-2.6.32-642.6.1.el6.src.rpm ]
1414 then
15- wget http://vault.centos.org/6.8/updates/Source/SPackages/kernel-2.6.32-642.4.2.el6.src.rpm || die "Can't download source package."
15+ wget http://vault.centos.org/6.8/updates/Source/SPackages/kernel-2.6.32-642.6.1.el6.src.rpm || die "Can't download source package."
1616 fi
17-LANG=C rpm --checksig kernel-2.6.32-642.4.2.el6.src.rpm | grep -F ': rsa sha1 (md5) pgp md5 OK' || die "Can't verify signature."
18-rpm -ivh kernel-2.6.32-642.4.2.el6.src.rpm || die "Can't install source package."
17+LANG=C rpm --checksig kernel-2.6.32-642.6.1.el6.src.rpm | grep -F ': rsa sha1 (md5) pgp md5 OK' || die "Can't verify signature."
18+rpm -ivh kernel-2.6.32-642.6.1.el6.src.rpm || die "Can't install source package."
1919
2020 cd ~/rpmbuild/SOURCES/ || die "Can't chdir to ~/rpmbuild/SOURCES/ ."
2121 if [ ! -r caitsith-patch-0.2-20161005.tar.gz ]
@@ -35,7 +35,7 @@
3535 -# % define buildid .local
3636 +%define buildid _caitsith_0.2
3737
38- %define distro_build 642.4.2
38+ %define distro_build 642.6.1
3939 %define signmodules 1
4040 @@ -437,7 +437,7 @@
4141 # Packages that need to be installed before the kernel is, because the %post
--- trunk/caitsith-patch/specs/build-c7-3.10.sh (revision 217)
+++ trunk/caitsith-patch/specs/build-c7-3.10.sh (revision 218)
@@ -10,12 +10,12 @@
1010
1111 cd /tmp/ || die "Can't chdir to /tmp/ ."
1212
13-if [ ! -r kernel-3.10.0-327.36.1.el7.src.rpm ]
13+if [ ! -r kernel-3.10.0-327.36.2.el7.src.rpm ]
1414 then
15- wget http://vault.centos.org/centos/7/updates/Source/SPackages/kernel-3.10.0-327.36.1.el7.src.rpm || die "Can't download source package."
15+ wget http://vault.centos.org/centos/7/updates/Source/SPackages/kernel-3.10.0-327.36.2.el7.src.rpm || die "Can't download source package."
1616 fi
17-LANG=C rpm --checksig kernel-3.10.0-327.36.1.el7.src.rpm | grep -F ': rsa sha1 (md5) pgp md5 OK' || die "Can't verify signature."
18-rpm -ivh kernel-3.10.0-327.36.1.el7.src.rpm || die "Can't install source package."
17+LANG=C rpm --checksig kernel-3.10.0-327.36.2.el7.src.rpm | grep -F ': rsa sha1 (md5) pgp md5 OK' || die "Can't verify signature."
18+rpm -ivh kernel-3.10.0-327.36.2.el7.src.rpm || die "Can't install source package."
1919
2020 cd ~/rpmbuild/SOURCES/ || die "Can't chdir to ~/rpmbuild/SOURCES/ ."
2121 if [ ! -r caitsith-patch-0.2-20161005.tar.gz ]
Show on old repository browser