• R/O
  • SSH
  • HTTPS

caitsith: コミット


コミットメタ情報

リビジョン362 (tree)
日時2021-12-12 16:48:27
作者kumaneko

ログメッセージ

(メッセージはありません)

変更サマリ

差分

--- tags/htdocs/index.html (revision 361)
+++ tags/htdocs/index.html (revision 362)
@@ -304,12 +304,12 @@
304304 <p>Run the following commands in order to extract source code of CaitSith:</p>
305305
306306 <pre class="command">
307-# wget -O caitsith-patch-0.2-20210916.tar.gz 'https://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/66537/caitsith-patch-0.2-20210916.tar.gz'
308-# wget -O caitsith-patch-0.2-20210916.tar.gz.asc 'https://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/66537/caitsith-patch-0.2-20210916.tar.gz.asc'
307+# wget -O caitsith-patch-0.2-20211212.tar.gz 'https://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/66537/caitsith-patch-0.2-20211212.tar.gz'
308+# wget -O caitsith-patch-0.2-20211212.tar.gz.asc 'https://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/66537/caitsith-patch-0.2-20211212.tar.gz.asc'
309309 # wget https://tomoyo.osdn.jp/kumaneko-key
310310 # gpg --import kumaneko-key
311-# gpg caitsith-patch-0.2-20210916.tar.gz.asc
312-# tar -zxf caitsith-patch-0.2-20210916.tar.gz
311+# gpg caitsith-patch-0.2-20211212.tar.gz.asc
312+# tar -zxf caitsith-patch-0.2-20211212.tar.gz
313313 </pre>
314314
315315 <hr>
@@ -641,16 +641,16 @@
641641 Linux kernel 5.0 and later are supported from the linux-5 tree.</p>
642642
643643 <p>Extract the kernel source and go to the extracted directory.<br>
644-In the operations below, "$VERSION" should be replaced with appropriate kernel version. For example "5.12" if using Linux kernel 5.12.9, "2.6.27" if using Linux kernel 2.6.27.62.<br>
644+In the operations below, "$VERSION" should be replaced with appropriate kernel version. For example "5.15" if using Linux kernel 5.15.7, "2.6.27" if using Linux kernel 2.6.27.62.<br>
645645 Also, there are several patches which can be applied to distributor's latest kernels. For example "3.10-centos-7" if using CentOS 7's latest kernel:</p>
646646
647647 <pre class="command">
648-$ wget -O caitsith-patch-0.2-20210916.tar.gz 'https://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/66537/caitsith-patch-0.2-20210916.tar.gz'
649-$ wget -O caitsith-patch-0.2-20210916.tar.gz.asc 'https://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/66537/caitsith-patch-0.2-20210916.tar.gz.asc'
648+$ wget -O caitsith-patch-0.2-20211212.tar.gz 'https://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/66537/caitsith-patch-0.2-20211212.tar.gz'
649+$ wget -O caitsith-patch-0.2-20211212.tar.gz.asc 'https://osdn.jp/frs/redir.php?m=jaist&amp;f=/caitsith/66537/caitsith-patch-0.2-20211212.tar.gz.asc'
650650 $ wget https://tomoyo.osdn.jp/kumaneko-key
651651 $ gpg --import kumaneko-key
652-$ gpg caitsith-patch-0.2-20210916.tar.gz.asc
653-$ tar -zxf caitsith-patch-0.2-20210916.tar.gz
652+$ gpg caitsith-patch-0.2-20211212.tar.gz.asc
653+$ tar -zxf caitsith-patch-0.2-20211212.tar.gz
654654 $ sed -i -e 's/CCSECURITY/CAITSITH/g' -e 's/ccsecurity/caitsith/g' -e 's/ccs_domain_info/cs_domain_info/g' -e 's/ccs_flags/cs_flags/g' -- patches/ccs-patch-*.diff
655655 $ patch -sp1 &lt; patches/ccs-patch-$VERSION.diff
656656 </pre>
--- trunk/caitsith-patch/patches/ccs-patch-3.10-centos-7.diff (revision 361)
+++ trunk/caitsith-patch/patches/ccs-patch-3.10-centos-7.diff (revision 362)
@@ -1,6 +1,6 @@
11 This is TOMOYO Linux patch for CentOS 7.
22
3-Source code for this patch is https://vault.centos.org/centos/7/updates/Source/SPackages/kernel-3.10.0-1160.45.1.el7.src.rpm
3+Source code for this patch is https://vault.centos.org/centos/7/updates/Source/SPackages/kernel-3.10.0-1160.49.1.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-1160.45.1.el7.orig/fs/exec.c
32-+++ linux-3.10.0-1160.45.1.el7/fs/exec.c
31+--- linux-3.10.0-1160.49.1.el7.orig/fs/exec.c
32++++ linux-3.10.0-1160.49.1.el7/fs/exec.c
3333 @@ -1506,7 +1506,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-3.10.0-1160.45.1.el7.orig/fs/open.c
43-+++ linux-3.10.0-1160.45.1.el7/fs/open.c
42+--- linux-3.10.0-1160.49.1.el7.orig/fs/open.c
43++++ linux-3.10.0-1160.49.1.el7/fs/open.c
4444 @@ -1106,6 +1106,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-1160.45.1.el7.orig/fs/proc/version.c
54-+++ linux-3.10.0-1160.45.1.el7/fs/proc/version.c
53+--- linux-3.10.0-1160.49.1.el7.orig/fs/proc/version.c
54++++ linux-3.10.0-1160.49.1.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-1160.45.1.el7 2021/10/25\n");
62++ printk(KERN_INFO "Hook version: 3.10.0-1160.49.1.el7 2021/12/12\n");
6363 + return 0;
6464 +}
6565 +module_init(ccs_show_version);
66---- linux-3.10.0-1160.45.1.el7.orig/include/linux/init_task.h
67-+++ linux-3.10.0-1160.45.1.el7/include/linux/init_task.h
66+--- linux-3.10.0-1160.49.1.el7.orig/include/linux/init_task.h
67++++ linux-3.10.0-1160.49.1.el7/include/linux/init_task.h
6868 @@ -173,6 +173,14 @@ extern struct task_group root_task_group
6969 # define INIT_RT_MUTEXES(tsk)
7070 #endif
@@ -88,8 +88,8 @@
8888 }
8989
9090
91---- linux-3.10.0-1160.45.1.el7.orig/include/linux/sched.h
92-+++ linux-3.10.0-1160.45.1.el7/include/linux/sched.h
91+--- linux-3.10.0-1160.49.1.el7.orig/include/linux/sched.h
92++++ linux-3.10.0-1160.49.1.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-1160.45.1.el7.orig/include/linux/security.h
114-+++ linux-3.10.0-1160.45.1.el7/include/linux/security.h
113+--- linux-3.10.0-1160.49.1.el7.orig/include/linux/security.h
114++++ linux-3.10.0-1160.49.1.el7/include/linux/security.h
115115 @@ -56,6 +56,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-1160.45.1.el7.orig/include/net/ip.h
327-+++ linux-3.10.0-1160.45.1.el7/include/net/ip.h
326+--- linux-3.10.0-1160.49.1.el7.orig/include/net/ip.h
327++++ linux-3.10.0-1160.49.1.el7/include/net/ip.h
328328 @@ -232,6 +232,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-1160.45.1.el7.orig/kernel/fork.c
338-+++ linux-3.10.0-1160.45.1.el7/kernel/fork.c
337+--- linux-3.10.0-1160.49.1.el7.orig/kernel/fork.c
338++++ linux-3.10.0-1160.49.1.el7/kernel/fork.c
339339 @@ -297,6 +297,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-1160.45.1.el7.orig/kernel/kexec.c
366-+++ linux-3.10.0-1160.45.1.el7/kernel/kexec.c
365+--- linux-3.10.0-1160.49.1.el7.orig/kernel/kexec.c
366++++ linux-3.10.0-1160.49.1.el7/kernel/kexec.c
367367 @@ -190,6 +190,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-1160.45.1.el7.orig/kernel/module.c
377-+++ linux-3.10.0-1160.45.1.el7/kernel/module.c
376+--- linux-3.10.0-1160.49.1.el7.orig/kernel/module.c
377++++ linux-3.10.0-1160.49.1.el7/kernel/module.c
378378 @@ -66,6 +66,7 @@
379379 #endif /* __GENKSYMS__ */
380380 #include <uapi/linux/module.h>
@@ -401,8 +401,8 @@
401401
402402 return 0;
403403 }
404---- linux-3.10.0-1160.45.1.el7.orig/kernel/ptrace.c
405-+++ linux-3.10.0-1160.45.1.el7/kernel/ptrace.c
404+--- linux-3.10.0-1160.49.1.el7.orig/kernel/ptrace.c
405++++ linux-3.10.0-1160.49.1.el7/kernel/ptrace.c
406406 @@ -1082,6 +1082,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-1160.45.1.el7.orig/kernel/sched/core.c
431-+++ linux-3.10.0-1160.45.1.el7/kernel/sched/core.c
430+--- linux-3.10.0-1160.49.1.el7.orig/kernel/sched/core.c
431++++ linux-3.10.0-1160.49.1.el7/kernel/sched/core.c
432432 @@ -4421,6 +4421,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-1160.45.1.el7.orig/kernel/signal.c
442-+++ linux-3.10.0-1160.45.1.el7/kernel/signal.c
441+--- linux-3.10.0-1160.49.1.el7.orig/kernel/signal.c
442++++ linux-3.10.0-1160.49.1.el7/kernel/signal.c
443443 @@ -2942,6 +2942,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-1160.45.1.el7.orig/kernel/sys.c
489-+++ linux-3.10.0-1160.45.1.el7/kernel/sys.c
488+--- linux-3.10.0-1160.49.1.el7.orig/kernel/sys.c
489++++ linux-3.10.0-1160.49.1.el7/kernel/sys.c
490490 @@ -197,6 +197,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-1160.45.1.el7.orig/kernel/time/ntp.c
529-+++ linux-3.10.0-1160.45.1.el7/kernel/time/ntp.c
528+--- linux-3.10.0-1160.49.1.el7.orig/kernel/time/ntp.c
529++++ linux-3.10.0-1160.49.1.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-1160.45.1.el7.orig/net/ipv4/raw.c
564-+++ linux-3.10.0-1160.45.1.el7/net/ipv4/raw.c
563+--- linux-3.10.0-1160.49.1.el7.orig/net/ipv4/raw.c
564++++ linux-3.10.0-1160.49.1.el7/net/ipv4/raw.c
565565 @@ -710,6 +710,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-1160.45.1.el7.orig/net/ipv4/udp.c
577-+++ linux-3.10.0-1160.45.1.el7/net/ipv4/udp.c
576+--- linux-3.10.0-1160.49.1.el7.orig/net/ipv4/udp.c
577++++ linux-3.10.0-1160.49.1.el7/net/ipv4/udp.c
578578 @@ -1467,6 +1467,10 @@ try_again:
579579 skb = __skb_recv_udp(sk, flags, noblock, &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-1160.45.1.el7.orig/net/ipv6/raw.c
590-+++ linux-3.10.0-1160.45.1.el7/net/ipv6/raw.c
589+--- linux-3.10.0-1160.49.1.el7.orig/net/ipv6/raw.c
590++++ linux-3.10.0-1160.49.1.el7/net/ipv6/raw.c
591591 @@ -470,6 +470,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-1160.45.1.el7.orig/net/ipv6/udp.c
603-+++ linux-3.10.0-1160.45.1.el7/net/ipv6/udp.c
602+--- linux-3.10.0-1160.49.1.el7.orig/net/ipv6/udp.c
603++++ linux-3.10.0-1160.49.1.el7/net/ipv6/udp.c
604604 @@ -384,6 +384,10 @@ try_again:
605605 skb = __skb_recv_udp(sk, flags, noblock, &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-1160.45.1.el7.orig/net/socket.c
616-+++ linux-3.10.0-1160.45.1.el7/net/socket.c
615+--- linux-3.10.0-1160.49.1.el7.orig/net/socket.c
616++++ linux-3.10.0-1160.49.1.el7/net/socket.c
617617 @@ -1661,6 +1661,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-1160.45.1.el7.orig/net/unix/af_unix.c
629-+++ linux-3.10.0-1160.45.1.el7/net/unix/af_unix.c
628+--- linux-3.10.0-1160.49.1.el7.orig/net/unix/af_unix.c
629++++ linux-3.10.0-1160.49.1.el7/net/unix/af_unix.c
630630 @@ -2138,6 +2138,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-1160.45.1.el7.orig/security/Kconfig
642-+++ linux-3.10.0-1160.45.1.el7/security/Kconfig
641+--- linux-3.10.0-1160.49.1.el7.orig/security/Kconfig
642++++ linux-3.10.0-1160.49.1.el7/security/Kconfig
643643 @@ -226,5 +226,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-1160.45.1.el7.orig/security/Makefile
652-+++ linux-3.10.0-1160.45.1.el7/security/Makefile
651+--- linux-3.10.0-1160.49.1.el7.orig/security/Makefile
652++++ linux-3.10.0-1160.49.1.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-1160.45.1.el7.orig/security/security.c
661-+++ linux-3.10.0-1160.45.1.el7/security/security.c
660+--- linux-3.10.0-1160.49.1.el7.orig/security/security.c
661++++ linux-3.10.0-1160.49.1.el7/security/security.c
662662 @@ -229,7 +229,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-4.14.diff (revision 361)
+++ trunk/caitsith-patch/patches/ccs-patch-4.14.diff (revision 362)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.14.255.
1+This is TOMOYO Linux patch for kernel 4.14.257.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.255.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.257.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/security.c | 9 +++++-
2929 24 files changed, 153 insertions(+), 29 deletions(-)
3030
31---- linux-4.14.255.orig/fs/exec.c
32-+++ linux-4.14.255/fs/exec.c
31+--- linux-4.14.257.orig/fs/exec.c
32++++ linux-4.14.257/fs/exec.c
3333 @@ -1692,7 +1692,7 @@ static int exec_binprm(struct linux_binp
3434 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3535 rcu_read_unlock();
@@ -39,8 +39,8 @@
3939 if (ret >= 0) {
4040 audit_bprm(bprm);
4141 trace_sched_process_exec(current, old_pid, bprm);
42---- linux-4.14.255.orig/fs/open.c
43-+++ linux-4.14.255/fs/open.c
42+--- linux-4.14.257.orig/fs/open.c
43++++ linux-4.14.257/fs/open.c
4444 @@ -1193,6 +1193,8 @@ EXPORT_SYMBOL(sys_close);
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-4.14.255.orig/fs/proc/version.c
54-+++ linux-4.14.255/fs/proc/version.c
53+--- linux-4.14.257.orig/fs/proc/version.c
54++++ linux-4.14.257/fs/proc/version.c
5555 @@ -33,3 +33,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 4.14.255 2021/11/15\n");
62++ printk(KERN_INFO "Hook version: 4.14.257 2021/12/12\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-4.14.255.orig/include/linux/init_task.h
67-+++ linux-4.14.255/include/linux/init_task.h
66+--- linux-4.14.257.orig/include/linux/init_task.h
67++++ linux-4.14.257/include/linux/init_task.h
6868 @@ -219,6 +219,14 @@ extern struct cred init_cred;
6969 #define INIT_TASK_SECURITY
7070 #endif
@@ -88,8 +88,8 @@
8888 }
8989
9090
91---- linux-4.14.255.orig/include/linux/sched.h
92-+++ linux-4.14.255/include/linux/sched.h
91+--- linux-4.14.257.orig/include/linux/sched.h
92++++ linux-4.14.257/include/linux/sched.h
9393 @@ -33,6 +33,7 @@ struct audit_context;
9494 struct backing_dev_info;
9595 struct bio_list;
@@ -109,8 +109,8 @@
109109
110110 /*
111111 * New fields for task_struct should be added above here, so that
112---- linux-4.14.255.orig/include/linux/security.h
113-+++ linux-4.14.255/include/linux/security.h
112+--- linux-4.14.257.orig/include/linux/security.h
113++++ linux-4.14.257/include/linux/security.h
114114 @@ -56,6 +56,7 @@ struct msg_queue;
115115 struct xattr;
116116 struct xfrm_sec_ctx;
@@ -331,8 +331,8 @@
331331 }
332332 #endif /* CONFIG_SECURITY_PATH */
333333
334---- linux-4.14.255.orig/include/net/ip.h
335-+++ linux-4.14.255/include/net/ip.h
334+--- linux-4.14.257.orig/include/net/ip.h
335++++ linux-4.14.257/include/net/ip.h
336336 @@ -266,6 +266,8 @@ void inet_get_local_port_range(struct ne
337337 #ifdef CONFIG_SYSCTL
338338 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -351,8 +351,8 @@
351351 return 0;
352352 }
353353
354---- linux-4.14.255.orig/kernel/kexec.c
355-+++ linux-4.14.255/kernel/kexec.c
354+--- linux-4.14.257.orig/kernel/kexec.c
355++++ linux-4.14.257/kernel/kexec.c
356356 @@ -17,7 +17,7 @@
357357 #include <linux/syscalls.h>
358358 #include <linux/vmalloc.h>
@@ -371,8 +371,8 @@
371371
372372 /*
373373 * Verify we have a legal set of flags
374---- linux-4.14.255.orig/kernel/module.c
375-+++ linux-4.14.255/kernel/module.c
374+--- linux-4.14.257.orig/kernel/module.c
375++++ linux-4.14.257/kernel/module.c
376376 @@ -66,6 +66,7 @@
377377 #include <linux/audit.h>
378378 #include <uapi/linux/module.h>
@@ -399,8 +399,8 @@
399399
400400 return 0;
401401 }
402---- linux-4.14.255.orig/kernel/ptrace.c
403-+++ linux-4.14.255/kernel/ptrace.c
402+--- linux-4.14.257.orig/kernel/ptrace.c
403++++ linux-4.14.257/kernel/ptrace.c
404404 @@ -1169,6 +1169,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
405405 {
406406 struct task_struct *child;
@@ -425,8 +425,8 @@
425425
426426 if (request == PTRACE_TRACEME) {
427427 ret = ptrace_traceme();
428---- linux-4.14.255.orig/kernel/reboot.c
429-+++ linux-4.14.255/kernel/reboot.c
428+--- linux-4.14.257.orig/kernel/reboot.c
429++++ linux-4.14.257/kernel/reboot.c
430430 @@ -16,6 +16,7 @@
431431 #include <linux/syscalls.h>
432432 #include <linux/syscore_ops.h>
@@ -444,9 +444,9 @@
444444
445445 /*
446446 * If pid namespaces are enabled and the current task is in a child
447---- linux-4.14.255.orig/kernel/sched/core.c
448-+++ linux-4.14.255/kernel/sched/core.c
449-@@ -3856,6 +3856,8 @@ int can_nice(const struct task_struct *p
447+--- linux-4.14.257.orig/kernel/sched/core.c
448++++ linux-4.14.257/kernel/sched/core.c
449+@@ -3859,6 +3859,8 @@ int can_nice(const struct task_struct *p
450450 SYSCALL_DEFINE1(nice, int, increment)
451451 {
452452 long nice, retval;
@@ -455,9 +455,9 @@
455455
456456 /*
457457 * Setpriority might change our priority at the same moment.
458---- linux-4.14.255.orig/kernel/signal.c
459-+++ linux-4.14.255/kernel/signal.c
460-@@ -3042,6 +3042,8 @@ COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait,
458+--- linux-4.14.257.orig/kernel/signal.c
459++++ linux-4.14.257/kernel/signal.c
460+@@ -3031,6 +3031,8 @@ COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait,
461461 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
462462 {
463463 struct siginfo info;
@@ -466,7 +466,7 @@
466466
467467 info.si_signo = sig;
468468 info.si_errno = 0;
469-@@ -3110,6 +3112,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
469+@@ -3099,6 +3101,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
470470 /* This is only valid for single tasks */
471471 if (pid <= 0 || tgid <= 0)
472472 return -EINVAL;
@@ -475,7 +475,7 @@
475475
476476 return do_tkill(tgid, pid, sig);
477477 }
478-@@ -3126,6 +3130,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
478+@@ -3115,6 +3119,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
479479 /* This is only valid for single tasks */
480480 if (pid <= 0)
481481 return -EINVAL;
@@ -484,7 +484,7 @@
484484
485485 return do_tkill(0, pid, sig);
486486 }
487-@@ -3140,6 +3146,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
487+@@ -3129,6 +3135,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
488488 return -EPERM;
489489
490490 info->si_signo = sig;
@@ -493,7 +493,7 @@
493493
494494 /* POSIX.1b doesn't mention process groups. */
495495 return kill_proc_info(sig, info, pid);
496-@@ -3188,6 +3196,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
496+@@ -3177,6 +3185,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
497497 return -EPERM;
498498
499499 info->si_signo = sig;
@@ -502,8 +502,8 @@
502502
503503 return do_send_specific(tgid, pid, sig, info);
504504 }
505---- linux-4.14.255.orig/kernel/sys.c
506-+++ linux-4.14.255/kernel/sys.c
505+--- linux-4.14.257.orig/kernel/sys.c
506++++ linux-4.14.257/kernel/sys.c
507507 @@ -193,6 +193,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
508508
509509 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -533,8 +533,8 @@
533533
534534 errno = -EFAULT;
535535 if (!copy_from_user(tmp, name, len)) {
536---- linux-4.14.255.orig/kernel/time/ntp.c
537-+++ linux-4.14.255/kernel/time/ntp.c
536+--- linux-4.14.257.orig/kernel/time/ntp.c
537++++ linux-4.14.257/kernel/time/ntp.c
538538 @@ -18,6 +18,7 @@
539539 #include <linux/module.h>
540540 #include <linux/rtc.h>
@@ -568,8 +568,8 @@
568568
569569 if (txc->modes & ADJ_NANO) {
570570 struct timespec ts;
571---- linux-4.14.255.orig/net/ipv4/raw.c
572-+++ linux-4.14.255/net/ipv4/raw.c
571+--- linux-4.14.257.orig/net/ipv4/raw.c
572++++ linux-4.14.257/net/ipv4/raw.c
573573 @@ -768,6 +768,10 @@ static int raw_recvmsg(struct sock *sk,
574574 skb = skb_recv_datagram(sk, flags, noblock, &err);
575575 if (!skb)
@@ -581,8 +581,8 @@
581581
582582 copied = skb->len;
583583 if (len < copied) {
584---- linux-4.14.255.orig/net/ipv4/udp.c
585-+++ linux-4.14.255/net/ipv4/udp.c
584+--- linux-4.14.257.orig/net/ipv4/udp.c
585++++ linux-4.14.257/net/ipv4/udp.c
586586 @@ -1608,6 +1608,8 @@ try_again:
587587 skb = __skb_recv_udp(sk, flags, noblock, &peeked, &off, &err);
588588 if (!skb)
@@ -592,8 +592,8 @@
592592
593593 ulen = udp_skb_len(skb);
594594 copied = len;
595---- linux-4.14.255.orig/net/ipv6/raw.c
596-+++ linux-4.14.255/net/ipv6/raw.c
595+--- linux-4.14.257.orig/net/ipv6/raw.c
596++++ linux-4.14.257/net/ipv6/raw.c
597597 @@ -485,6 +485,10 @@ static int rawv6_recvmsg(struct sock *sk
598598 skb = skb_recv_datagram(sk, flags, noblock, &err);
599599 if (!skb)
@@ -605,8 +605,8 @@
605605
606606 copied = skb->len;
607607 if (copied > len) {
608---- linux-4.14.255.orig/net/ipv6/udp.c
609-+++ linux-4.14.255/net/ipv6/udp.c
608+--- linux-4.14.257.orig/net/ipv6/udp.c
609++++ linux-4.14.257/net/ipv6/udp.c
610610 @@ -371,6 +371,8 @@ try_again:
611611 skb = __skb_recv_udp(sk, flags, noblock, &peeked, &off, &err);
612612 if (!skb)
@@ -616,8 +616,8 @@
616616
617617 ulen = udp6_skb_len(skb);
618618 copied = len;
619---- linux-4.14.255.orig/net/socket.c
620-+++ linux-4.14.255/net/socket.c
619+--- linux-4.14.257.orig/net/socket.c
620++++ linux-4.14.257/net/socket.c
621621 @@ -1588,6 +1588,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
622622 if (err < 0)
623623 goto out_fd;
@@ -629,8 +629,8 @@
629629 if (upeer_sockaddr) {
630630 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
631631 &len, 2) < 0) {
632---- linux-4.14.255.orig/net/unix/af_unix.c
633-+++ linux-4.14.255/net/unix/af_unix.c
632+--- linux-4.14.257.orig/net/unix/af_unix.c
633++++ linux-4.14.257/net/unix/af_unix.c
634634 @@ -2173,6 +2173,10 @@ static int unix_dgram_recvmsg(struct soc
635635 POLLOUT | POLLWRNORM |
636636 POLLWRBAND);
@@ -650,8 +650,8 @@
650650 mutex_unlock(&u->iolock);
651651 out:
652652 return err;
653---- linux-4.14.255.orig/security/Kconfig
654-+++ linux-4.14.255/security/Kconfig
653+--- linux-4.14.257.orig/security/Kconfig
654++++ linux-4.14.257/security/Kconfig
655655 @@ -263,5 +263,7 @@ config DEFAULT_SECURITY
656656 default "apparmor" if DEFAULT_SECURITY_APPARMOR
657657 default "" if DEFAULT_SECURITY_DAC
@@ -660,8 +660,8 @@
660660 +
661661 endmenu
662662
663---- linux-4.14.255.orig/security/Makefile
664-+++ linux-4.14.255/security/Makefile
663+--- linux-4.14.257.orig/security/Makefile
664++++ linux-4.14.257/security/Makefile
665665 @@ -30,3 +30,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
666666 # Object integrity file lists
667667 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -669,8 +669,8 @@
669669 +
670670 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
671671 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
672---- linux-4.14.255.orig/security/security.c
673-+++ linux-4.14.255/security/security.c
672+--- linux-4.14.257.orig/security/security.c
673++++ linux-4.14.257/security/security.c
674674 @@ -978,12 +978,19 @@ int security_file_open(struct file *file
675675
676676 int security_task_alloc(struct task_struct *task, unsigned long clone_flags)
--- trunk/caitsith-patch/patches/ccs-patch-4.19.diff (revision 361)
+++ trunk/caitsith-patch/patches/ccs-patch-4.19.diff (revision 362)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.19.217.
1+This is TOMOYO Linux patch for kernel 4.19.220.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.217.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.220.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/security.c | 9 +++++-
2929 24 files changed, 148 insertions(+), 29 deletions(-)
3030
31---- linux-4.19.217.orig/fs/exec.c
32-+++ linux-4.19.217/fs/exec.c
31+--- linux-4.19.220.orig/fs/exec.c
32++++ linux-4.19.220/fs/exec.c
3333 @@ -1707,7 +1707,7 @@ static int exec_binprm(struct linux_binp
3434 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3535 rcu_read_unlock();
@@ -39,8 +39,8 @@
3939 if (ret >= 0) {
4040 audit_bprm(bprm);
4141 trace_sched_process_exec(current, old_pid, bprm);
42---- linux-4.19.217.orig/fs/open.c
43-+++ linux-4.19.217/fs/open.c
42+--- linux-4.19.220.orig/fs/open.c
43++++ linux-4.19.220/fs/open.c
4444 @@ -1196,6 +1196,8 @@ SYSCALL_DEFINE1(close, unsigned int, fd)
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-4.19.217.orig/fs/proc/version.c
54-+++ linux-4.19.217/fs/proc/version.c
53+--- linux-4.19.220.orig/fs/proc/version.c
54++++ linux-4.19.220/fs/proc/version.c
5555 @@ -21,3 +21,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 4.19.217 2021/11/15\n");
62++ printk(KERN_INFO "Hook version: 4.19.220 2021/12/12\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-4.19.217.orig/include/linux/sched.h
67-+++ linux-4.19.217/include/linux/sched.h
66+--- linux-4.19.220.orig/include/linux/sched.h
67++++ linux-4.19.220/include/linux/sched.h
6868 @@ -34,6 +34,7 @@ struct audit_context;
6969 struct backing_dev_info;
7070 struct bio_list;
@@ -84,8 +84,8 @@
8484
8585 /*
8686 * New fields for task_struct should be added above here, so that
87---- linux-4.19.217.orig/include/linux/security.h
88-+++ linux-4.19.217/include/linux/security.h
87+--- linux-4.19.220.orig/include/linux/security.h
88++++ linux-4.19.220/include/linux/security.h
8989 @@ -53,6 +53,7 @@ struct msg_msg;
9090 struct xattr;
9191 struct xfrm_sec_ctx;
@@ -306,8 +306,8 @@
306306 }
307307 #endif /* CONFIG_SECURITY_PATH */
308308
309---- linux-4.19.217.orig/include/net/ip.h
310-+++ linux-4.19.217/include/net/ip.h
309+--- linux-4.19.220.orig/include/net/ip.h
310++++ linux-4.19.220/include/net/ip.h
311311 @@ -302,6 +302,8 @@ void inet_get_local_port_range(struct ne
312312 #ifdef CONFIG_SYSCTL
313313 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -326,8 +326,8 @@
326326 return 0;
327327 }
328328
329---- linux-4.19.217.orig/init/init_task.c
330-+++ linux-4.19.217/init/init_task.c
329+--- linux-4.19.220.orig/init/init_task.c
330++++ linux-4.19.220/init/init_task.c
331331 @@ -180,6 +180,10 @@ struct task_struct init_task
332332 #ifdef CONFIG_SECURITY
333333 .security = NULL,
@@ -339,8 +339,8 @@
339339 };
340340 EXPORT_SYMBOL(init_task);
341341
342---- linux-4.19.217.orig/kernel/kexec.c
343-+++ linux-4.19.217/kernel/kexec.c
342+--- linux-4.19.220.orig/kernel/kexec.c
343++++ linux-4.19.220/kernel/kexec.c
344344 @@ -18,7 +18,7 @@
345345 #include <linux/syscalls.h>
346346 #include <linux/vmalloc.h>
@@ -359,8 +359,8 @@
359359
360360 /* Permit LSMs and IMA to fail the kexec */
361361 result = security_kernel_load_data(LOADING_KEXEC_IMAGE);
362---- linux-4.19.217.orig/kernel/module.c
363-+++ linux-4.19.217/kernel/module.c
362+--- linux-4.19.220.orig/kernel/module.c
363++++ linux-4.19.220/kernel/module.c
364364 @@ -66,6 +66,7 @@
365365 #include <linux/audit.h>
366366 #include <uapi/linux/module.h>
@@ -387,8 +387,8 @@
387387
388388 return 0;
389389 }
390---- linux-4.19.217.orig/kernel/ptrace.c
391-+++ linux-4.19.217/kernel/ptrace.c
390+--- linux-4.19.220.orig/kernel/ptrace.c
391++++ linux-4.19.220/kernel/ptrace.c
392392 @@ -1152,6 +1152,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
393393 {
394394 struct task_struct *child;
@@ -413,8 +413,8 @@
413413
414414 if (request == PTRACE_TRACEME) {
415415 ret = ptrace_traceme();
416---- linux-4.19.217.orig/kernel/reboot.c
417-+++ linux-4.19.217/kernel/reboot.c
416+--- linux-4.19.220.orig/kernel/reboot.c
417++++ linux-4.19.220/kernel/reboot.c
418418 @@ -16,6 +16,7 @@
419419 #include <linux/syscalls.h>
420420 #include <linux/syscore_ops.h>
@@ -432,9 +432,9 @@
432432
433433 /*
434434 * If pid namespaces are enabled and the current task is in a child
435---- linux-4.19.217.orig/kernel/sched/core.c
436-+++ linux-4.19.217/kernel/sched/core.c
437-@@ -3989,6 +3989,8 @@ int can_nice(const struct task_struct *p
435+--- linux-4.19.220.orig/kernel/sched/core.c
436++++ linux-4.19.220/kernel/sched/core.c
437+@@ -3992,6 +3992,8 @@ int can_nice(const struct task_struct *p
438438 SYSCALL_DEFINE1(nice, int, increment)
439439 {
440440 long nice, retval;
@@ -443,9 +443,9 @@
443443
444444 /*
445445 * Setpriority might change our priority at the same moment.
446---- linux-4.19.217.orig/kernel/signal.c
447-+++ linux-4.19.217/kernel/signal.c
448-@@ -3286,6 +3286,8 @@ COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait,
446+--- linux-4.19.220.orig/kernel/signal.c
447++++ linux-4.19.220/kernel/signal.c
448+@@ -3276,6 +3276,8 @@ COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait,
449449 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
450450 {
451451 struct siginfo info;
@@ -454,7 +454,7 @@
454454
455455 clear_siginfo(&info);
456456 info.si_signo = sig;
457-@@ -3356,6 +3358,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
457+@@ -3346,6 +3348,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
458458 /* This is only valid for single tasks */
459459 if (pid <= 0 || tgid <= 0)
460460 return -EINVAL;
@@ -463,7 +463,7 @@
463463
464464 return do_tkill(tgid, pid, sig);
465465 }
466-@@ -3372,6 +3376,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
466+@@ -3362,6 +3366,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
467467 /* This is only valid for single tasks */
468468 if (pid <= 0)
469469 return -EINVAL;
@@ -472,7 +472,7 @@
472472
473473 return do_tkill(0, pid, sig);
474474 }
475-@@ -3386,6 +3392,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
475+@@ -3376,6 +3382,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
476476 return -EPERM;
477477
478478 info->si_signo = sig;
@@ -481,7 +481,7 @@
481481
482482 /* POSIX.1b doesn't mention process groups. */
483483 return kill_proc_info(sig, info, pid);
484-@@ -3434,6 +3442,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
484+@@ -3424,6 +3432,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
485485 return -EPERM;
486486
487487 info->si_signo = sig;
@@ -490,8 +490,8 @@
490490
491491 return do_send_specific(tgid, pid, sig, info);
492492 }
493---- linux-4.19.217.orig/kernel/sys.c
494-+++ linux-4.19.217/kernel/sys.c
493+--- linux-4.19.220.orig/kernel/sys.c
494++++ linux-4.19.220/kernel/sys.c
495495 @@ -201,6 +201,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
496496
497497 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -521,8 +521,8 @@
521521
522522 errno = -EFAULT;
523523 if (!copy_from_user(tmp, name, len)) {
524---- linux-4.19.217.orig/kernel/time/timekeeping.c
525-+++ linux-4.19.217/kernel/time/timekeeping.c
524+--- linux-4.19.220.orig/kernel/time/timekeeping.c
525++++ linux-4.19.220/kernel/time/timekeeping.c
526526 @@ -26,6 +26,7 @@
527527 #include <linux/stop_machine.h>
528528 #include <linux/pvclock_gtod.h>
@@ -556,8 +556,8 @@
556556
557557 /*
558558 * Validate if a timespec/timeval used to inject a time
559---- linux-4.19.217.orig/net/ipv4/raw.c
560-+++ linux-4.19.217/net/ipv4/raw.c
559+--- linux-4.19.220.orig/net/ipv4/raw.c
560++++ linux-4.19.220/net/ipv4/raw.c
561561 @@ -772,6 +772,10 @@ static int raw_recvmsg(struct sock *sk,
562562 skb = skb_recv_datagram(sk, flags, noblock, &err);
563563 if (!skb)
@@ -569,8 +569,8 @@
569569
570570 copied = skb->len;
571571 if (len < copied) {
572---- linux-4.19.217.orig/net/ipv4/udp.c
573-+++ linux-4.19.217/net/ipv4/udp.c
572+--- linux-4.19.220.orig/net/ipv4/udp.c
573++++ linux-4.19.220/net/ipv4/udp.c
574574 @@ -1686,6 +1686,8 @@ try_again:
575575 skb = __skb_recv_udp(sk, flags, noblock, &peeked, &off, &err);
576576 if (!skb)
@@ -580,8 +580,8 @@
580580
581581 ulen = udp_skb_len(skb);
582582 copied = len;
583---- linux-4.19.217.orig/net/ipv6/raw.c
584-+++ linux-4.19.217/net/ipv6/raw.c
583+--- linux-4.19.220.orig/net/ipv6/raw.c
584++++ linux-4.19.220/net/ipv6/raw.c
585585 @@ -485,6 +485,10 @@ static int rawv6_recvmsg(struct sock *sk
586586 skb = skb_recv_datagram(sk, flags, noblock, &err);
587587 if (!skb)
@@ -593,8 +593,8 @@
593593
594594 copied = skb->len;
595595 if (copied > len) {
596---- linux-4.19.217.orig/net/ipv6/udp.c
597-+++ linux-4.19.217/net/ipv6/udp.c
596+--- linux-4.19.220.orig/net/ipv6/udp.c
597++++ linux-4.19.220/net/ipv6/udp.c
598598 @@ -347,6 +347,8 @@ try_again:
599599 skb = __skb_recv_udp(sk, flags, noblock, &peeked, &off, &err);
600600 if (!skb)
@@ -604,8 +604,8 @@
604604
605605 ulen = udp6_skb_len(skb);
606606 copied = len;
607---- linux-4.19.217.orig/net/socket.c
608-+++ linux-4.19.217/net/socket.c
607+--- linux-4.19.220.orig/net/socket.c
608++++ linux-4.19.220/net/socket.c
609609 @@ -1702,6 +1702,10 @@ int __sys_accept4(int fd, struct sockadd
610610 if (err < 0)
611611 goto out_fd;
@@ -617,8 +617,8 @@
617617 if (upeer_sockaddr) {
618618 len = newsock->ops->getname(newsock,
619619 (struct sockaddr *)&address, 2);
620---- linux-4.19.217.orig/net/unix/af_unix.c
621-+++ linux-4.19.217/net/unix/af_unix.c
620+--- linux-4.19.220.orig/net/unix/af_unix.c
621++++ linux-4.19.220/net/unix/af_unix.c
622622 @@ -2169,6 +2169,10 @@ static int unix_dgram_recvmsg(struct soc
623623 EPOLLOUT | EPOLLWRNORM |
624624 EPOLLWRBAND);
@@ -638,9 +638,9 @@
638638 mutex_unlock(&u->iolock);
639639 out:
640640 return err;
641---- linux-4.19.217.orig/security/Kconfig
642-+++ linux-4.19.217/security/Kconfig
643-@@ -276,5 +276,7 @@ config DEFAULT_SECURITY
641+--- linux-4.19.220.orig/security/Kconfig
642++++ linux-4.19.220/security/Kconfig
643+@@ -279,5 +279,7 @@ config DEFAULT_SECURITY
644644 default "apparmor" if DEFAULT_SECURITY_APPARMOR
645645 default "" if DEFAULT_SECURITY_DAC
646646
@@ -648,8 +648,8 @@
648648 +
649649 endmenu
650650
651---- linux-4.19.217.orig/security/Makefile
652-+++ linux-4.19.217/security/Makefile
651+--- linux-4.19.220.orig/security/Makefile
652++++ linux-4.19.220/security/Makefile
653653 @@ -30,3 +30,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
654654 # Object integrity file lists
655655 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -657,8 +657,8 @@
657657 +
658658 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
659659 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
660---- linux-4.19.217.orig/security/security.c
661-+++ linux-4.19.217/security/security.c
660+--- linux-4.19.220.orig/security/security.c
661++++ linux-4.19.220/security/security.c
662662 @@ -984,12 +984,19 @@ int security_file_open(struct file *file
663663
664664 int security_task_alloc(struct task_struct *task, unsigned long clone_flags)
--- trunk/caitsith-patch/patches/ccs-patch-4.4.diff (revision 361)
+++ trunk/caitsith-patch/patches/ccs-patch-4.4.diff (revision 362)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.4.292.
1+This is TOMOYO Linux patch for kernel 4.4.294.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.292.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.294.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.292.orig/fs/exec.c
32-+++ linux-4.4.292/fs/exec.c
31+--- linux-4.4.294.orig/fs/exec.c
32++++ linux-4.4.294/fs/exec.c
3333 @@ -1514,7 +1514,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.292.orig/fs/open.c
43-+++ linux-4.4.292/fs/open.c
42+--- linux-4.4.294.orig/fs/open.c
43++++ linux-4.4.294/fs/open.c
4444 @@ -1136,6 +1136,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.292.orig/fs/proc/version.c
54-+++ linux-4.4.292/fs/proc/version.c
53+--- linux-4.4.294.orig/fs/proc/version.c
54++++ linux-4.4.294/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.292 2021/11/15\n");
62++ printk(KERN_INFO "Hook version: 4.4.294 2021/12/12\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-4.4.292.orig/include/linux/init_task.h
67-+++ linux-4.4.292/include/linux/init_task.h
66+--- linux-4.4.294.orig/include/linux/init_task.h
67++++ linux-4.4.294/include/linux/init_task.h
6868 @@ -191,6 +191,14 @@ extern struct task_group root_task_group
6969 # define INIT_TASK_TI(tsk)
7070 #endif
@@ -88,8 +88,8 @@
8888 }
8989
9090
91---- linux-4.4.292.orig/include/linux/sched.h
92-+++ linux-4.4.292/include/linux/sched.h
91+--- linux-4.4.294.orig/include/linux/sched.h
92++++ linux-4.4.294/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.292.orig/include/linux/security.h
114-+++ linux-4.4.292/include/linux/security.h
113+--- linux-4.4.294.orig/include/linux/security.h
114++++ linux-4.4.294/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.292.orig/include/net/ip.h
322-+++ linux-4.4.292/include/net/ip.h
321+--- linux-4.4.294.orig/include/net/ip.h
322++++ linux-4.4.294/include/net/ip.h
323323 @@ -225,6 +225,8 @@ void inet_get_local_port_range(struct ne
324324 #ifdef CONFIG_SYSCTL
325325 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -338,8 +338,8 @@
338338 return 0;
339339 }
340340 #endif
341---- linux-4.4.292.orig/kernel/fork.c
342-+++ linux-4.4.292/kernel/fork.c
341+--- linux-4.4.294.orig/kernel/fork.c
342++++ linux-4.4.294/kernel/fork.c
343343 @@ -260,6 +260,7 @@ void __put_task_struct(struct task_struc
344344 delayacct_tsk_free(tsk);
345345 put_signal_struct(tsk->signal);
@@ -366,8 +366,8 @@
366366 bad_fork_cleanup_perf:
367367 perf_event_free_task(p);
368368 bad_fork_cleanup_policy:
369---- linux-4.4.292.orig/kernel/kexec.c
370-+++ linux-4.4.292/kernel/kexec.c
369+--- linux-4.4.294.orig/kernel/kexec.c
370++++ linux-4.4.294/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.292.orig/kernel/module.c
390-+++ linux-4.4.292/kernel/module.c
389+--- linux-4.4.294.orig/kernel/module.c
390++++ linux-4.4.294/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.292.orig/kernel/ptrace.c
418-+++ linux-4.4.292/kernel/ptrace.c
417+--- linux-4.4.294.orig/kernel/ptrace.c
418++++ linux-4.4.294/kernel/ptrace.c
419419 @@ -1125,6 +1125,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.292.orig/kernel/reboot.c
444-+++ linux-4.4.292/kernel/reboot.c
443+--- linux-4.4.294.orig/kernel/reboot.c
444++++ linux-4.4.294/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.4.292.orig/kernel/sched/core.c
463-+++ linux-4.4.292/kernel/sched/core.c
464-@@ -3550,6 +3550,8 @@ int can_nice(const struct task_struct *p
462+--- linux-4.4.294.orig/kernel/sched/core.c
463++++ linux-4.4.294/kernel/sched/core.c
464+@@ -3553,6 +3553,8 @@ int can_nice(const struct task_struct *p
465465 SYSCALL_DEFINE1(nice, int, increment)
466466 {
467467 long nice, retval;
@@ -470,9 +470,9 @@
470470
471471 /*
472472 * Setpriority might change our priority at the same moment.
473---- linux-4.4.292.orig/kernel/signal.c
474-+++ linux-4.4.292/kernel/signal.c
475-@@ -2943,6 +2943,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
473+--- linux-4.4.294.orig/kernel/signal.c
474++++ linux-4.4.294/kernel/signal.c
475+@@ -2930,6 +2930,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
476476 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
477477 {
478478 struct siginfo info;
@@ -481,7 +481,7 @@
481481
482482 info.si_signo = sig;
483483 info.si_errno = 0;
484-@@ -3011,6 +3013,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
484+@@ -2998,6 +3000,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
485485 /* This is only valid for single tasks */
486486 if (pid <= 0 || tgid <= 0)
487487 return -EINVAL;
@@ -490,7 +490,7 @@
490490
491491 return do_tkill(tgid, pid, sig);
492492 }
493-@@ -3027,6 +3031,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
493+@@ -3014,6 +3018,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
494494 /* This is only valid for single tasks */
495495 if (pid <= 0)
496496 return -EINVAL;
@@ -499,7 +499,7 @@
499499
500500 return do_tkill(0, pid, sig);
501501 }
502-@@ -3041,6 +3047,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
502+@@ -3028,6 +3034,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
503503 return -EPERM;
504504
505505 info->si_signo = sig;
@@ -508,7 +508,7 @@
508508
509509 /* POSIX.1b doesn't mention process groups. */
510510 return kill_proc_info(sig, info, pid);
511-@@ -3089,6 +3097,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
511+@@ -3076,6 +3084,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
512512 return -EPERM;
513513
514514 info->si_signo = sig;
@@ -517,8 +517,8 @@
517517
518518 return do_send_specific(tgid, pid, sig, info);
519519 }
520---- linux-4.4.292.orig/kernel/sys.c
521-+++ linux-4.4.292/kernel/sys.c
520+--- linux-4.4.294.orig/kernel/sys.c
521++++ linux-4.4.294/kernel/sys.c
522522 @@ -185,6 +185,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
523523
524524 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -548,8 +548,8 @@
548548
549549 errno = -EFAULT;
550550 if (!copy_from_user(tmp, name, len)) {
551---- linux-4.4.292.orig/kernel/time/ntp.c
552-+++ linux-4.4.292/kernel/time/ntp.c
551+--- linux-4.4.294.orig/kernel/time/ntp.c
552++++ linux-4.4.294/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.292.orig/net/ipv4/raw.c
587-+++ linux-4.4.292/net/ipv4/raw.c
586+--- linux-4.4.294.orig/net/ipv4/raw.c
587++++ linux-4.4.294/net/ipv4/raw.c
588588 @@ -749,6 +749,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.292.orig/net/ipv4/udp.c
600-+++ linux-4.4.292/net/ipv4/udp.c
599+--- linux-4.4.294.orig/net/ipv4/udp.c
600++++ linux-4.4.294/net/ipv4/udp.c
601601 @@ -1289,6 +1289,10 @@ try_again:
602602 &peeked, &off, &err);
603603 if (!skb)
@@ -609,8 +609,8 @@
609609
610610 ulen = skb->len - sizeof(struct udphdr);
611611 copied = len;
612---- linux-4.4.292.orig/net/ipv6/raw.c
613-+++ linux-4.4.292/net/ipv6/raw.c
612+--- linux-4.4.294.orig/net/ipv6/raw.c
613++++ linux-4.4.294/net/ipv6/raw.c
614614 @@ -480,6 +480,10 @@ static int rawv6_recvmsg(struct sock *sk
615615 skb = skb_recv_datagram(sk, flags, noblock, &err);
616616 if (!skb)
@@ -622,8 +622,8 @@
622622
623623 copied = skb->len;
624624 if (copied > len) {
625---- linux-4.4.292.orig/net/ipv6/udp.c
626-+++ linux-4.4.292/net/ipv6/udp.c
625+--- linux-4.4.294.orig/net/ipv6/udp.c
626++++ linux-4.4.294/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.292.orig/net/socket.c
639-+++ linux-4.4.292/net/socket.c
638+--- linux-4.4.294.orig/net/socket.c
639++++ linux-4.4.294/net/socket.c
640640 @@ -1465,6 +1465,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
641641 if (err < 0)
642642 goto out_fd;
@@ -648,8 +648,8 @@
648648 if (upeer_sockaddr) {
649649 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
650650 &len, 2) < 0) {
651---- linux-4.4.292.orig/net/unix/af_unix.c
652-+++ linux-4.4.292/net/unix/af_unix.c
651+--- linux-4.4.294.orig/net/unix/af_unix.c
652++++ linux-4.4.294/net/unix/af_unix.c
653653 @@ -2158,6 +2158,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.292.orig/security/Kconfig
665-+++ linux-4.4.292/security/Kconfig
664+--- linux-4.4.294.orig/security/Kconfig
665++++ linux-4.4.294/security/Kconfig
666666 @@ -173,5 +173,7 @@ config DEFAULT_SECURITY
667667 default "apparmor" if DEFAULT_SECURITY_APPARMOR
668668 default "" if DEFAULT_SECURITY_DAC
@@ -671,8 +671,8 @@
671671 +
672672 endmenu
673673
674---- linux-4.4.292.orig/security/Makefile
675-+++ linux-4.4.292/security/Makefile
674+--- linux-4.4.294.orig/security/Makefile
675++++ linux-4.4.294/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.9.diff (revision 361)
+++ trunk/caitsith-patch/patches/ccs-patch-4.9.diff (revision 362)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.9.290.
1+This is TOMOYO Linux patch for kernel 4.9.292.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.290.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.292.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/Makefile | 3 ++
2929 24 files changed, 147 insertions(+), 26 deletions(-)
3030
31---- linux-4.9.290.orig/fs/exec.c
32-+++ linux-4.9.290/fs/exec.c
31+--- linux-4.9.292.orig/fs/exec.c
32++++ linux-4.9.292/fs/exec.c
3333 @@ -1662,7 +1662,7 @@ static int exec_binprm(struct linux_binp
3434 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3535 rcu_read_unlock();
@@ -39,8 +39,8 @@
3939 if (ret >= 0) {
4040 audit_bprm(bprm);
4141 trace_sched_process_exec(current, old_pid, bprm);
42---- linux-4.9.290.orig/fs/open.c
43-+++ linux-4.9.290/fs/open.c
42+--- linux-4.9.292.orig/fs/open.c
43++++ linux-4.9.292/fs/open.c
4444 @@ -1173,6 +1173,8 @@ EXPORT_SYMBOL(sys_close);
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-4.9.290.orig/fs/proc/version.c
54-+++ linux-4.9.290/fs/proc/version.c
53+--- linux-4.9.292.orig/fs/proc/version.c
54++++ linux-4.9.292/fs/proc/version.c
5555 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 4.9.290 2021/11/15\n");
62++ printk(KERN_INFO "Hook version: 4.9.292 2021/12/12\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-4.9.290.orig/include/linux/init_task.h
67-+++ linux-4.9.290/include/linux/init_task.h
66+--- linux-4.9.292.orig/include/linux/init_task.h
67++++ linux-4.9.292/include/linux/init_task.h
6868 @@ -193,6 +193,14 @@ extern struct task_group root_task_group
6969 # define INIT_TASK_TI(tsk)
7070 #endif
@@ -88,8 +88,8 @@
8888 }
8989
9090
91---- linux-4.9.290.orig/include/linux/sched.h
92-+++ linux-4.9.290/include/linux/sched.h
91+--- linux-4.9.292.orig/include/linux/sched.h
92++++ linux-4.9.292/include/linux/sched.h
9393 @@ -6,6 +6,8 @@
9494 #include <linux/sched/prio.h>
9595
@@ -110,8 +110,8 @@
110110 /* CPU-specific state of this task */
111111 struct thread_struct thread;
112112 /*
113---- linux-4.9.290.orig/include/linux/security.h
114-+++ linux-4.9.290/include/linux/security.h
113+--- linux-4.9.292.orig/include/linux/security.h
114++++ linux-4.9.292/include/linux/security.h
115115 @@ -55,6 +55,7 @@ struct msg_queue;
116116 struct xattr;
117117 struct xfrm_sec_ctx;
@@ -318,8 +318,8 @@
318318 }
319319 #endif /* CONFIG_SECURITY_PATH */
320320
321---- linux-4.9.290.orig/include/net/ip.h
322-+++ linux-4.9.290/include/net/ip.h
321+--- linux-4.9.292.orig/include/net/ip.h
322++++ linux-4.9.292/include/net/ip.h
323323 @@ -254,6 +254,8 @@ void inet_get_local_port_range(struct ne
324324 #ifdef CONFIG_SYSCTL
325325 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -338,8 +338,8 @@
338338 return 0;
339339 }
340340 #endif
341---- linux-4.9.290.orig/kernel/fork.c
342-+++ linux-4.9.290/kernel/fork.c
341+--- linux-4.9.292.orig/kernel/fork.c
342++++ linux-4.9.292/kernel/fork.c
343343 @@ -395,6 +395,7 @@ void __put_task_struct(struct task_struc
344344 delayacct_tsk_free(tsk);
345345 put_signal_struct(tsk->signal);
@@ -366,8 +366,8 @@
366366 bad_fork_cleanup_perf:
367367 perf_event_free_task(p);
368368 bad_fork_cleanup_policy:
369---- linux-4.9.290.orig/kernel/kexec.c
370-+++ linux-4.9.290/kernel/kexec.c
369+--- linux-4.9.292.orig/kernel/kexec.c
370++++ linux-4.9.292/kernel/kexec.c
371371 @@ -17,7 +17,7 @@
372372 #include <linux/syscalls.h>
373373 #include <linux/vmalloc.h>
@@ -386,8 +386,8 @@
386386
387387 /*
388388 * Verify we have a legal set of flags
389---- linux-4.9.290.orig/kernel/module.c
390-+++ linux-4.9.290/kernel/module.c
389+--- linux-4.9.292.orig/kernel/module.c
390++++ linux-4.9.292/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.9.290.orig/kernel/ptrace.c
418-+++ linux-4.9.290/kernel/ptrace.c
417+--- linux-4.9.292.orig/kernel/ptrace.c
418++++ linux-4.9.292/kernel/ptrace.c
419419 @@ -1162,6 +1162,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.9.290.orig/kernel/reboot.c
444-+++ linux-4.9.290/kernel/reboot.c
443+--- linux-4.9.292.orig/kernel/reboot.c
444++++ linux-4.9.292/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.9.290.orig/kernel/sched/core.c
463-+++ linux-4.9.290/kernel/sched/core.c
464-@@ -3814,6 +3814,8 @@ int can_nice(const struct task_struct *p
462+--- linux-4.9.292.orig/kernel/sched/core.c
463++++ linux-4.9.292/kernel/sched/core.c
464+@@ -3817,6 +3817,8 @@ int can_nice(const struct task_struct *p
465465 SYSCALL_DEFINE1(nice, int, increment)
466466 {
467467 long nice, retval;
@@ -470,9 +470,9 @@
470470
471471 /*
472472 * Setpriority might change our priority at the same moment.
473---- linux-4.9.290.orig/kernel/signal.c
474-+++ linux-4.9.290/kernel/signal.c
475-@@ -2943,6 +2943,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
473+--- linux-4.9.292.orig/kernel/signal.c
474++++ linux-4.9.292/kernel/signal.c
475+@@ -2930,6 +2930,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
476476 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
477477 {
478478 struct siginfo info;
@@ -481,7 +481,7 @@
481481
482482 info.si_signo = sig;
483483 info.si_errno = 0;
484-@@ -3011,6 +3013,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
484+@@ -2998,6 +3000,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
485485 /* This is only valid for single tasks */
486486 if (pid <= 0 || tgid <= 0)
487487 return -EINVAL;
@@ -490,7 +490,7 @@
490490
491491 return do_tkill(tgid, pid, sig);
492492 }
493-@@ -3027,6 +3031,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
493+@@ -3014,6 +3018,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
494494 /* This is only valid for single tasks */
495495 if (pid <= 0)
496496 return -EINVAL;
@@ -499,7 +499,7 @@
499499
500500 return do_tkill(0, pid, sig);
501501 }
502-@@ -3041,6 +3047,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
502+@@ -3028,6 +3034,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
503503 return -EPERM;
504504
505505 info->si_signo = sig;
@@ -508,7 +508,7 @@
508508
509509 /* POSIX.1b doesn't mention process groups. */
510510 return kill_proc_info(sig, info, pid);
511-@@ -3089,6 +3097,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
511+@@ -3076,6 +3084,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
512512 return -EPERM;
513513
514514 info->si_signo = sig;
@@ -517,8 +517,8 @@
517517
518518 return do_send_specific(tgid, pid, sig, info);
519519 }
520---- linux-4.9.290.orig/kernel/sys.c
521-+++ linux-4.9.290/kernel/sys.c
520+--- linux-4.9.292.orig/kernel/sys.c
521++++ linux-4.9.292/kernel/sys.c
522522 @@ -185,6 +185,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
523523
524524 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -548,8 +548,8 @@
548548
549549 errno = -EFAULT;
550550 if (!copy_from_user(tmp, name, len)) {
551---- linux-4.9.290.orig/kernel/time/ntp.c
552-+++ linux-4.9.290/kernel/time/ntp.c
551+--- linux-4.9.292.orig/kernel/time/ntp.c
552++++ linux-4.9.292/kernel/time/ntp.c
553553 @@ -17,6 +17,7 @@
554554 #include <linux/module.h>
555555 #include <linux/rtc.h>
@@ -583,8 +583,8 @@
583583
584584 if (txc->modes & ADJ_NANO) {
585585 struct timespec ts;
586---- linux-4.9.290.orig/net/ipv4/raw.c
587-+++ linux-4.9.290/net/ipv4/raw.c
586+--- linux-4.9.292.orig/net/ipv4/raw.c
587++++ linux-4.9.292/net/ipv4/raw.c
588588 @@ -746,6 +746,10 @@ static int raw_recvmsg(struct sock *sk,
589589 skb = skb_recv_datagram(sk, flags, noblock, &err);
590590 if (!skb)
@@ -596,8 +596,8 @@
596596
597597 copied = skb->len;
598598 if (len < copied) {
599---- linux-4.9.290.orig/net/ipv4/udp.c
600-+++ linux-4.9.290/net/ipv4/udp.c
599+--- linux-4.9.292.orig/net/ipv4/udp.c
600++++ linux-4.9.292/net/ipv4/udp.c
601601 @@ -1271,6 +1271,8 @@ try_again:
602602 &peeked, &off, &err);
603603 if (!skb)
@@ -607,8 +607,8 @@
607607
608608 ulen = skb->len;
609609 copied = len;
610---- linux-4.9.290.orig/net/ipv6/raw.c
611-+++ linux-4.9.290/net/ipv6/raw.c
610+--- linux-4.9.292.orig/net/ipv6/raw.c
611++++ linux-4.9.292/net/ipv6/raw.c
612612 @@ -480,6 +480,10 @@ static int rawv6_recvmsg(struct sock *sk
613613 skb = skb_recv_datagram(sk, flags, noblock, &err);
614614 if (!skb)
@@ -620,8 +620,8 @@
620620
621621 copied = skb->len;
622622 if (copied > len) {
623---- linux-4.9.290.orig/net/ipv6/udp.c
624-+++ linux-4.9.290/net/ipv6/udp.c
623+--- linux-4.9.292.orig/net/ipv6/udp.c
624++++ linux-4.9.292/net/ipv6/udp.c
625625 @@ -348,6 +348,8 @@ try_again:
626626 &peeked, &off, &err);
627627 if (!skb)
@@ -631,8 +631,8 @@
631631
632632 ulen = skb->len;
633633 copied = len;
634---- linux-4.9.290.orig/net/socket.c
635-+++ linux-4.9.290/net/socket.c
634+--- linux-4.9.292.orig/net/socket.c
635++++ linux-4.9.292/net/socket.c
636636 @@ -1482,6 +1482,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
637637 if (err < 0)
638638 goto out_fd;
@@ -644,8 +644,8 @@
644644 if (upeer_sockaddr) {
645645 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
646646 &len, 2) < 0) {
647---- linux-4.9.290.orig/net/unix/af_unix.c
648-+++ linux-4.9.290/net/unix/af_unix.c
647+--- linux-4.9.292.orig/net/unix/af_unix.c
648++++ linux-4.9.292/net/unix/af_unix.c
649649 @@ -2167,6 +2167,10 @@ static int unix_dgram_recvmsg(struct soc
650650 POLLOUT | POLLWRNORM |
651651 POLLWRBAND);
@@ -665,8 +665,8 @@
665665 mutex_unlock(&u->iolock);
666666 out:
667667 return err;
668---- linux-4.9.290.orig/security/Kconfig
669-+++ linux-4.9.290/security/Kconfig
668+--- linux-4.9.292.orig/security/Kconfig
669++++ linux-4.9.292/security/Kconfig
670670 @@ -214,5 +214,7 @@ config DEFAULT_SECURITY
671671 default "apparmor" if DEFAULT_SECURITY_APPARMOR
672672 default "" if DEFAULT_SECURITY_DAC
@@ -675,8 +675,8 @@
675675 +
676676 endmenu
677677
678---- linux-4.9.290.orig/security/Makefile
679-+++ linux-4.9.290/security/Makefile
678+--- linux-4.9.292.orig/security/Makefile
679++++ linux-4.9.292/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-5.10.diff (revision 361)
+++ trunk/caitsith-patch/patches/ccs-patch-5.10.diff (revision 362)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 5.10.79.
1+This is TOMOYO Linux patch for kernel 5.10.84.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.79.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.84.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/security.c | 5 ++-
2929 24 files changed, 160 insertions(+), 30 deletions(-)
3030
31---- linux-5.10.79.orig/fs/exec.c
32-+++ linux-5.10.79/fs/exec.c
31+--- linux-5.10.84.orig/fs/exec.c
32++++ linux-5.10.84/fs/exec.c
3333 @@ -1817,7 +1817,7 @@ static int bprm_execve(struct linux_binp
3434 if (retval)
3535 goto out;
@@ -39,8 +39,8 @@
3939 if (retval < 0)
4040 goto out;
4141
42---- linux-5.10.79.orig/fs/open.c
43-+++ linux-5.10.79/fs/open.c
42+--- linux-5.10.84.orig/fs/open.c
43++++ linux-5.10.84/fs/open.c
4444 @@ -1339,6 +1339,8 @@ SYSCALL_DEFINE3(close_range, unsigned in
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-5.10.79.orig/fs/proc/version.c
54-+++ linux-5.10.79/fs/proc/version.c
53+--- linux-5.10.84.orig/fs/proc/version.c
54++++ linux-5.10.84/fs/proc/version.c
5555 @@ -21,3 +21,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 5.10.79 2021/11/15\n");
62++ printk(KERN_INFO "Hook version: 5.10.84 2021/12/12\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-5.10.79.orig/include/linux/sched.h
67-+++ linux-5.10.79/include/linux/sched.h
66+--- linux-5.10.84.orig/include/linux/sched.h
67++++ linux-5.10.84/include/linux/sched.h
6868 @@ -41,6 +41,7 @@ struct backing_dev_info;
6969 struct bio_list;
7070 struct blk_plug;
@@ -84,8 +84,8 @@
8484
8585 #ifdef CONFIG_GCC_PLUGIN_STACKLEAK
8686 unsigned long lowest_stack;
87---- linux-5.10.79.orig/include/linux/security.h
88-+++ linux-5.10.79/include/linux/security.h
87+--- linux-5.10.84.orig/include/linux/security.h
88++++ linux-5.10.84/include/linux/security.h
8989 @@ -59,6 +59,7 @@ struct fs_parameter;
9090 enum fs_value_type;
9191 struct watch;
@@ -187,7 +187,7 @@
187187
188188 static inline int security_cred_alloc_blank(struct cred *cred, gfp_t gfp)
189189 {
190-@@ -1397,7 +1403,7 @@ static inline int security_unix_may_send
190+@@ -1402,7 +1408,7 @@ static inline int security_unix_may_send
191191 static inline int security_socket_create(int family, int type,
192192 int protocol, int kern)
193193 {
@@ -196,7 +196,7 @@
196196 }
197197
198198 static inline int security_socket_post_create(struct socket *sock,
199-@@ -1418,19 +1424,19 @@ static inline int security_socket_bind(s
199+@@ -1423,19 +1429,19 @@ static inline int security_socket_bind(s
200200 struct sockaddr *address,
201201 int addrlen)
202202 {
@@ -219,7 +219,7 @@
219219 }
220220
221221 static inline int security_socket_accept(struct socket *sock,
222-@@ -1442,7 +1448,7 @@ static inline int security_socket_accept
222+@@ -1447,7 +1453,7 @@ static inline int security_socket_accept
223223 static inline int security_socket_sendmsg(struct socket *sock,
224224 struct msghdr *msg, int size)
225225 {
@@ -228,7 +228,7 @@
228228 }
229229
230230 static inline int security_socket_recvmsg(struct socket *sock,
231-@@ -1729,42 +1735,42 @@ int security_path_chroot(const struct pa
231+@@ -1734,42 +1740,42 @@ int security_path_chroot(const struct pa
232232 #else /* CONFIG_SECURITY_PATH */
233233 static inline int security_path_unlink(const struct path *dir, struct dentry *dentry)
234234 {
@@ -278,7 +278,7 @@
278278 }
279279
280280 static inline int security_path_rename(const struct path *old_dir,
281-@@ -1773,22 +1779,32 @@ static inline int security_path_rename(c
281+@@ -1778,22 +1784,32 @@ static inline int security_path_rename(c
282282 struct dentry *new_dentry,
283283 unsigned int flags)
284284 {
@@ -315,8 +315,8 @@
315315 }
316316 #endif /* CONFIG_SECURITY_PATH */
317317
318---- linux-5.10.79.orig/include/net/ip.h
319-+++ linux-5.10.79/include/net/ip.h
318+--- linux-5.10.84.orig/include/net/ip.h
319++++ linux-5.10.84/include/net/ip.h
320320 @@ -339,6 +339,8 @@ void inet_get_local_port_range(struct ne
321321 #ifdef CONFIG_SYSCTL
322322 static inline bool inet_is_local_reserved_port(struct net *net, unsigned short port)
@@ -335,8 +335,8 @@
335335 return false;
336336 }
337337
338---- linux-5.10.79.orig/init/init_task.c
339-+++ linux-5.10.79/init/init_task.c
338+--- linux-5.10.84.orig/init/init_task.c
339++++ linux-5.10.84/init/init_task.c
340340 @@ -213,6 +213,10 @@ struct task_struct init_task
341341 #ifdef CONFIG_SECCOMP_FILTER
342342 .seccomp = { .filter_count = ATOMIC_INIT(0) },
@@ -348,8 +348,8 @@
348348 };
349349 EXPORT_SYMBOL(init_task);
350350
351---- linux-5.10.79.orig/kernel/kexec.c
352-+++ linux-5.10.79/kernel/kexec.c
351+--- linux-5.10.84.orig/kernel/kexec.c
352++++ linux-5.10.84/kernel/kexec.c
353353 @@ -16,7 +16,7 @@
354354 #include <linux/syscalls.h>
355355 #include <linux/vmalloc.h>
@@ -368,8 +368,8 @@
368368
369369 /* Permit LSMs and IMA to fail the kexec */
370370 result = security_kernel_load_data(LOADING_KEXEC_IMAGE, false);
371---- linux-5.10.79.orig/kernel/module.c
372-+++ linux-5.10.79/kernel/module.c
371+--- linux-5.10.84.orig/kernel/module.c
372++++ linux-5.10.84/kernel/module.c
373373 @@ -59,6 +59,7 @@
374374 #include <linux/audit.h>
375375 #include <uapi/linux/module.h>
@@ -396,8 +396,8 @@
396396
397397 return 0;
398398 }
399---- linux-5.10.79.orig/kernel/ptrace.c
400-+++ linux-5.10.79/kernel/ptrace.c
399+--- linux-5.10.84.orig/kernel/ptrace.c
400++++ linux-5.10.84/kernel/ptrace.c
401401 @@ -1254,6 +1254,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
402402 {
403403 struct task_struct *child;
@@ -422,8 +422,8 @@
422422
423423 if (request == PTRACE_TRACEME) {
424424 ret = ptrace_traceme();
425---- linux-5.10.79.orig/kernel/reboot.c
426-+++ linux-5.10.79/kernel/reboot.c
425+--- linux-5.10.84.orig/kernel/reboot.c
426++++ linux-5.10.84/kernel/reboot.c
427427 @@ -17,6 +17,7 @@
428428 #include <linux/syscalls.h>
429429 #include <linux/syscore_ops.h>
@@ -441,9 +441,9 @@
441441
442442 /*
443443 * If pid namespaces are enabled and the current task is in a child
444---- linux-5.10.79.orig/kernel/sched/core.c
445-+++ linux-5.10.79/kernel/sched/core.c
446-@@ -5052,6 +5052,8 @@ int can_nice(const struct task_struct *p
444+--- linux-5.10.84.orig/kernel/sched/core.c
445++++ linux-5.10.84/kernel/sched/core.c
446+@@ -5056,6 +5056,8 @@ int can_nice(const struct task_struct *p
447447 SYSCALL_DEFINE1(nice, int, increment)
448448 {
449449 long nice, retval;
@@ -452,9 +452,9 @@
452452
453453 /*
454454 * Setpriority might change our priority at the same moment.
455---- linux-5.10.79.orig/kernel/signal.c
456-+++ linux-5.10.79/kernel/signal.c
457-@@ -3658,6 +3658,8 @@ static inline void prepare_kill_siginfo(
455+--- linux-5.10.84.orig/kernel/signal.c
456++++ linux-5.10.84/kernel/signal.c
457+@@ -3648,6 +3648,8 @@ static inline void prepare_kill_siginfo(
458458 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
459459 {
460460 struct kernel_siginfo info;
@@ -463,7 +463,7 @@
463463
464464 prepare_kill_siginfo(sig, &info);
465465
466-@@ -3756,6 +3758,21 @@ SYSCALL_DEFINE4(pidfd_send_signal, int,
466+@@ -3746,6 +3748,21 @@ SYSCALL_DEFINE4(pidfd_send_signal, int,
467467 if (!access_pidfd_pidns(pid))
468468 goto err;
469469
@@ -485,7 +485,7 @@
485485 if (info) {
486486 ret = copy_siginfo_from_user_any(&kinfo, info);
487487 if (unlikely(ret))
488-@@ -3840,6 +3857,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
488+@@ -3830,6 +3847,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
489489 /* This is only valid for single tasks */
490490 if (pid <= 0 || tgid <= 0)
491491 return -EINVAL;
@@ -494,7 +494,7 @@
494494
495495 return do_tkill(tgid, pid, sig);
496496 }
497-@@ -3856,6 +3875,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
497+@@ -3846,6 +3865,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
498498 /* This is only valid for single tasks */
499499 if (pid <= 0)
500500 return -EINVAL;
@@ -503,7 +503,7 @@
503503
504504 return do_tkill(0, pid, sig);
505505 }
506-@@ -3868,6 +3889,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
506+@@ -3858,6 +3879,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
507507 if ((info->si_code >= 0 || info->si_code == SI_TKILL) &&
508508 (task_pid_vnr(current) != pid))
509509 return -EPERM;
@@ -512,7 +512,7 @@
512512
513513 /* POSIX.1b doesn't mention process groups. */
514514 return kill_proc_info(sig, info, pid);
515-@@ -3915,6 +3938,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
515+@@ -3905,6 +3928,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
516516 if ((info->si_code >= 0 || info->si_code == SI_TKILL) &&
517517 (task_pid_vnr(current) != pid))
518518 return -EPERM;
@@ -521,8 +521,8 @@
521521
522522 return do_send_specific(tgid, pid, sig, info);
523523 }
524---- linux-5.10.79.orig/kernel/sys.c
525-+++ linux-5.10.79/kernel/sys.c
524+--- linux-5.10.84.orig/kernel/sys.c
525++++ linux-5.10.84/kernel/sys.c
526526 @@ -205,6 +205,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
527527
528528 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -552,8 +552,8 @@
552552
553553 errno = -EFAULT;
554554 if (!copy_from_user(tmp, name, len)) {
555---- linux-5.10.79.orig/kernel/time/timekeeping.c
556-+++ linux-5.10.79/kernel/time/timekeeping.c
555+--- linux-5.10.84.orig/kernel/time/timekeeping.c
556++++ linux-5.10.84/kernel/time/timekeeping.c
557557 @@ -22,6 +22,7 @@
558558 #include <linux/pvclock_gtod.h>
559559 #include <linux/compiler.h>
@@ -587,8 +587,8 @@
587587
588588 /*
589589 * Validate if a timespec/timeval used to inject a time
590---- linux-5.10.79.orig/net/ipv4/raw.c
591-+++ linux-5.10.79/net/ipv4/raw.c
590+--- linux-5.10.84.orig/net/ipv4/raw.c
591++++ linux-5.10.84/net/ipv4/raw.c
592592 @@ -768,6 +768,10 @@ static int raw_recvmsg(struct sock *sk,
593593 skb = skb_recv_datagram(sk, flags, noblock, &err);
594594 if (!skb)
@@ -600,8 +600,8 @@
600600
601601 copied = skb->len;
602602 if (len < copied) {
603---- linux-5.10.79.orig/net/ipv4/udp.c
604-+++ linux-5.10.79/net/ipv4/udp.c
603+--- linux-5.10.84.orig/net/ipv4/udp.c
604++++ linux-5.10.84/net/ipv4/udp.c
605605 @@ -1802,6 +1802,8 @@ try_again:
606606 skb = __skb_recv_udp(sk, flags, noblock, &off, &err);
607607 if (!skb)
@@ -611,8 +611,8 @@
611611
612612 ulen = udp_skb_len(skb);
613613 copied = len;
614---- linux-5.10.79.orig/net/ipv6/raw.c
615-+++ linux-5.10.79/net/ipv6/raw.c
614+--- linux-5.10.84.orig/net/ipv6/raw.c
615++++ linux-5.10.84/net/ipv6/raw.c
616616 @@ -480,6 +480,10 @@ static int rawv6_recvmsg(struct sock *sk
617617 skb = skb_recv_datagram(sk, flags, noblock, &err);
618618 if (!skb)
@@ -624,8 +624,8 @@
624624
625625 copied = skb->len;
626626 if (copied > len) {
627---- linux-5.10.79.orig/net/ipv6/udp.c
628-+++ linux-5.10.79/net/ipv6/udp.c
627+--- linux-5.10.84.orig/net/ipv6/udp.c
628++++ linux-5.10.84/net/ipv6/udp.c
629629 @@ -344,6 +344,8 @@ try_again:
630630 skb = __skb_recv_udp(sk, flags, noblock, &off, &err);
631631 if (!skb)
@@ -635,8 +635,8 @@
635635
636636 ulen = udp6_skb_len(skb);
637637 copied = len;
638---- linux-5.10.79.orig/net/socket.c
639-+++ linux-5.10.79/net/socket.c
638+--- linux-5.10.84.orig/net/socket.c
639++++ linux-5.10.84/net/socket.c
640640 @@ -1744,6 +1744,10 @@ int __sys_accept4_file(struct file *file
641641 if (err < 0)
642642 goto out_fd;
@@ -648,8 +648,8 @@
648648 if (upeer_sockaddr) {
649649 len = newsock->ops->getname(newsock,
650650 (struct sockaddr *)&address, 2);
651---- linux-5.10.79.orig/net/unix/af_unix.c
652-+++ linux-5.10.79/net/unix/af_unix.c
651+--- linux-5.10.84.orig/net/unix/af_unix.c
652++++ linux-5.10.84/net/unix/af_unix.c
653653 @@ -2197,6 +2197,10 @@ static int unix_dgram_recvmsg(struct soc
654654 EPOLLOUT | EPOLLWRNORM |
655655 EPOLLWRBAND);
@@ -669,9 +669,9 @@
669669 mutex_unlock(&u->iolock);
670670 out:
671671 return err;
672---- linux-5.10.79.orig/security/Kconfig
673-+++ linux-5.10.79/security/Kconfig
674-@@ -291,5 +291,7 @@ config LSM
672+--- linux-5.10.84.orig/security/Kconfig
673++++ linux-5.10.84/security/Kconfig
674+@@ -294,5 +294,7 @@ config LSM
675675
676676 source "security/Kconfig.hardening"
677677
@@ -679,8 +679,8 @@
679679 +
680680 endmenu
681681
682---- linux-5.10.79.orig/security/Makefile
683-+++ linux-5.10.79/security/Makefile
682+--- linux-5.10.84.orig/security/Makefile
683++++ linux-5.10.84/security/Makefile
684684 @@ -36,3 +36,6 @@ obj-$(CONFIG_BPF_LSM) += bpf/
685685 # Object integrity file lists
686686 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -688,8 +688,8 @@
688688 +
689689 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
690690 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
691---- linux-5.10.79.orig/security/security.c
692-+++ linux-5.10.79/security/security.c
691+--- linux-5.10.84.orig/security/security.c
692++++ linux-5.10.84/security/security.c
693693 @@ -1586,7 +1586,9 @@ int security_task_alloc(struct task_stru
694694
695695 if (rc)
--- trunk/caitsith-patch/patches/ccs-patch-5.14.diff (revision 361)
+++ trunk/caitsith-patch/patches/ccs-patch-5.14.diff (revision 362)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 5.14.18.
1+This is TOMOYO Linux patch for kernel 5.14.21.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.14.18.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.14.21.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/security.c | 5 ++-
2929 24 files changed, 160 insertions(+), 30 deletions(-)
3030
31---- linux-5.14.18.orig/fs/exec.c
32-+++ linux-5.14.18/fs/exec.c
31+--- linux-5.14.21.orig/fs/exec.c
32++++ linux-5.14.21/fs/exec.c
3333 @@ -1828,7 +1828,7 @@ static int bprm_execve(struct linux_binp
3434 if (retval)
3535 goto out;
@@ -39,8 +39,8 @@
3939 if (retval < 0)
4040 goto out;
4141
42---- linux-5.14.18.orig/fs/open.c
43-+++ linux-5.14.18/fs/open.c
42+--- linux-5.14.21.orig/fs/open.c
43++++ linux-5.14.21/fs/open.c
4444 @@ -1363,6 +1363,8 @@ SYSCALL_DEFINE3(close_range, unsigned in
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-5.14.18.orig/fs/proc/version.c
54-+++ linux-5.14.18/fs/proc/version.c
53+--- linux-5.14.21.orig/fs/proc/version.c
54++++ linux-5.14.21/fs/proc/version.c
5555 @@ -21,3 +21,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 5.14.18 2021/11/15\n");
62++ printk(KERN_INFO "Hook version: 5.14.21 2021/11/29\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-5.14.18.orig/include/linux/sched.h
67-+++ linux-5.14.18/include/linux/sched.h
66+--- linux-5.14.21.orig/include/linux/sched.h
67++++ linux-5.14.21/include/linux/sched.h
6868 @@ -43,6 +43,7 @@ struct bio_list;
6969 struct blk_plug;
7070 struct bpf_local_storage;
@@ -84,8 +84,8 @@
8484
8585 #ifdef CONFIG_GCC_PLUGIN_STACKLEAK
8686 unsigned long lowest_stack;
87---- linux-5.14.18.orig/include/linux/security.h
88-+++ linux-5.14.18/include/linux/security.h
87+--- linux-5.14.21.orig/include/linux/security.h
88++++ linux-5.14.21/include/linux/security.h
8989 @@ -59,6 +59,7 @@ struct fs_parameter;
9090 enum fs_value_type;
9191 struct watch;
@@ -315,8 +315,8 @@
315315 }
316316 #endif /* CONFIG_SECURITY_PATH */
317317
318---- linux-5.14.18.orig/include/net/ip.h
319-+++ linux-5.14.18/include/net/ip.h
318+--- linux-5.14.21.orig/include/net/ip.h
319++++ linux-5.14.21/include/net/ip.h
320320 @@ -339,6 +339,8 @@ void inet_get_local_port_range(struct ne
321321 #ifdef CONFIG_SYSCTL
322322 static inline bool inet_is_local_reserved_port(struct net *net, unsigned short port)
@@ -335,8 +335,8 @@
335335 return false;
336336 }
337337
338---- linux-5.14.18.orig/init/init_task.c
339-+++ linux-5.14.18/init/init_task.c
338+--- linux-5.14.21.orig/init/init_task.c
339++++ linux-5.14.21/init/init_task.c
340340 @@ -213,6 +213,10 @@ struct task_struct init_task
341341 #ifdef CONFIG_SECCOMP_FILTER
342342 .seccomp = { .filter_count = ATOMIC_INIT(0) },
@@ -348,8 +348,8 @@
348348 };
349349 EXPORT_SYMBOL(init_task);
350350
351---- linux-5.14.18.orig/kernel/kexec.c
352-+++ linux-5.14.18/kernel/kexec.c
351+--- linux-5.14.21.orig/kernel/kexec.c
352++++ linux-5.14.21/kernel/kexec.c
353353 @@ -16,7 +16,7 @@
354354 #include <linux/syscalls.h>
355355 #include <linux/vmalloc.h>
@@ -368,8 +368,8 @@
368368
369369 /* Permit LSMs and IMA to fail the kexec */
370370 result = security_kernel_load_data(LOADING_KEXEC_IMAGE, false);
371---- linux-5.14.18.orig/kernel/module.c
372-+++ linux-5.14.18/kernel/module.c
371+--- linux-5.14.21.orig/kernel/module.c
372++++ linux-5.14.21/kernel/module.c
373373 @@ -59,6 +59,7 @@
374374 #include <linux/audit.h>
375375 #include <uapi/linux/module.h>
@@ -396,8 +396,8 @@
396396
397397 return 0;
398398 }
399---- linux-5.14.18.orig/kernel/ptrace.c
400-+++ linux-5.14.18/kernel/ptrace.c
399+--- linux-5.14.21.orig/kernel/ptrace.c
400++++ linux-5.14.21/kernel/ptrace.c
401401 @@ -1279,6 +1279,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
402402 {
403403 struct task_struct *child;
@@ -422,8 +422,8 @@
422422
423423 if (request == PTRACE_TRACEME) {
424424 ret = ptrace_traceme();
425---- linux-5.14.18.orig/kernel/reboot.c
426-+++ linux-5.14.18/kernel/reboot.c
425+--- linux-5.14.21.orig/kernel/reboot.c
426++++ linux-5.14.21/kernel/reboot.c
427427 @@ -18,6 +18,7 @@
428428 #include <linux/syscalls.h>
429429 #include <linux/syscore_ops.h>
@@ -441,9 +441,9 @@
441441
442442 /*
443443 * If pid namespaces are enabled and the current task is in a child
444---- linux-5.14.18.orig/kernel/sched/core.c
445-+++ linux-5.14.18/kernel/sched/core.c
446-@@ -6684,6 +6684,8 @@ int can_nice(const struct task_struct *p
444+--- linux-5.14.21.orig/kernel/sched/core.c
445++++ linux-5.14.21/kernel/sched/core.c
446+@@ -6685,6 +6685,8 @@ int can_nice(const struct task_struct *p
447447 SYSCALL_DEFINE1(nice, int, increment)
448448 {
449449 long nice, retval;
@@ -452,9 +452,9 @@
452452
453453 /*
454454 * Setpriority might change our priority at the same moment.
455---- linux-5.14.18.orig/kernel/signal.c
456-+++ linux-5.14.18/kernel/signal.c
457-@@ -3701,6 +3701,8 @@ static inline void prepare_kill_siginfo(
455+--- linux-5.14.21.orig/kernel/signal.c
456++++ linux-5.14.21/kernel/signal.c
457+@@ -3691,6 +3691,8 @@ static inline void prepare_kill_siginfo(
458458 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
459459 {
460460 struct kernel_siginfo info;
@@ -463,7 +463,7 @@
463463
464464 prepare_kill_siginfo(sig, &info);
465465
466-@@ -3800,6 +3802,21 @@ SYSCALL_DEFINE4(pidfd_send_signal, int,
466+@@ -3790,6 +3792,21 @@ SYSCALL_DEFINE4(pidfd_send_signal, int,
467467 if (!access_pidfd_pidns(pid))
468468 goto err;
469469
@@ -485,7 +485,7 @@
485485 if (info) {
486486 ret = copy_siginfo_from_user_any(&kinfo, info);
487487 if (unlikely(ret))
488-@@ -3884,6 +3901,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
488+@@ -3874,6 +3891,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
489489 /* This is only valid for single tasks */
490490 if (pid <= 0 || tgid <= 0)
491491 return -EINVAL;
@@ -494,7 +494,7 @@
494494
495495 return do_tkill(tgid, pid, sig);
496496 }
497-@@ -3900,6 +3919,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
497+@@ -3890,6 +3909,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
498498 /* This is only valid for single tasks */
499499 if (pid <= 0)
500500 return -EINVAL;
@@ -503,7 +503,7 @@
503503
504504 return do_tkill(0, pid, sig);
505505 }
506-@@ -3912,6 +3933,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
506+@@ -3902,6 +3923,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
507507 if ((info->si_code >= 0 || info->si_code == SI_TKILL) &&
508508 (task_pid_vnr(current) != pid))
509509 return -EPERM;
@@ -512,7 +512,7 @@
512512
513513 /* POSIX.1b doesn't mention process groups. */
514514 return kill_proc_info(sig, info, pid);
515-@@ -3959,6 +3982,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
515+@@ -3949,6 +3972,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
516516 if ((info->si_code >= 0 || info->si_code == SI_TKILL) &&
517517 (task_pid_vnr(current) != pid))
518518 return -EPERM;
@@ -521,8 +521,8 @@
521521
522522 return do_send_specific(tgid, pid, sig, info);
523523 }
524---- linux-5.14.18.orig/kernel/sys.c
525-+++ linux-5.14.18/kernel/sys.c
524+--- linux-5.14.21.orig/kernel/sys.c
525++++ linux-5.14.21/kernel/sys.c
526526 @@ -211,6 +211,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
527527
528528 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -552,8 +552,8 @@
552552
553553 errno = -EFAULT;
554554 if (!copy_from_user(tmp, name, len)) {
555---- linux-5.14.18.orig/kernel/time/timekeeping.c
556-+++ linux-5.14.18/kernel/time/timekeeping.c
555+--- linux-5.14.21.orig/kernel/time/timekeeping.c
556++++ linux-5.14.21/kernel/time/timekeeping.c
557557 @@ -22,6 +22,7 @@
558558 #include <linux/pvclock_gtod.h>
559559 #include <linux/compiler.h>
@@ -587,8 +587,8 @@
587587
588588 /*
589589 * Validate if a timespec/timeval used to inject a time
590---- linux-5.14.18.orig/net/ipv4/raw.c
591-+++ linux-5.14.18/net/ipv4/raw.c
590+--- linux-5.14.21.orig/net/ipv4/raw.c
591++++ linux-5.14.21/net/ipv4/raw.c
592592 @@ -768,6 +768,10 @@ static int raw_recvmsg(struct sock *sk,
593593 skb = skb_recv_datagram(sk, flags, noblock, &err);
594594 if (!skb)
@@ -600,8 +600,8 @@
600600
601601 copied = skb->len;
602602 if (len < copied) {
603---- linux-5.14.18.orig/net/ipv4/udp.c
604-+++ linux-5.14.18/net/ipv4/udp.c
603+--- linux-5.14.21.orig/net/ipv4/udp.c
604++++ linux-5.14.21/net/ipv4/udp.c
605605 @@ -1851,6 +1851,8 @@ try_again:
606606 skb = __skb_recv_udp(sk, flags, noblock, &off, &err);
607607 if (!skb)
@@ -611,8 +611,8 @@
611611
612612 ulen = udp_skb_len(skb);
613613 copied = len;
614---- linux-5.14.18.orig/net/ipv6/raw.c
615-+++ linux-5.14.18/net/ipv6/raw.c
614+--- linux-5.14.21.orig/net/ipv6/raw.c
615++++ linux-5.14.21/net/ipv6/raw.c
616616 @@ -480,6 +480,10 @@ static int rawv6_recvmsg(struct sock *sk
617617 skb = skb_recv_datagram(sk, flags, noblock, &err);
618618 if (!skb)
@@ -624,8 +624,8 @@
624624
625625 copied = skb->len;
626626 if (copied > len) {
627---- linux-5.14.18.orig/net/ipv6/udp.c
628-+++ linux-5.14.18/net/ipv6/udp.c
627+--- linux-5.14.21.orig/net/ipv6/udp.c
628++++ linux-5.14.21/net/ipv6/udp.c
629629 @@ -343,6 +343,8 @@ try_again:
630630 skb = __skb_recv_udp(sk, flags, noblock, &off, &err);
631631 if (!skb)
@@ -635,8 +635,8 @@
635635
636636 ulen = udp6_skb_len(skb);
637637 copied = len;
638---- linux-5.14.18.orig/net/socket.c
639-+++ linux-5.14.18/net/socket.c
638+--- linux-5.14.21.orig/net/socket.c
639++++ linux-5.14.21/net/socket.c
640640 @@ -1782,6 +1782,10 @@ int __sys_accept4_file(struct file *file
641641 if (err < 0)
642642 goto out_fd;
@@ -648,8 +648,8 @@
648648 if (upeer_sockaddr) {
649649 len = newsock->ops->getname(newsock,
650650 (struct sockaddr *)&address, 2);
651---- linux-5.14.18.orig/net/unix/af_unix.c
652-+++ linux-5.14.18/net/unix/af_unix.c
651+--- linux-5.14.21.orig/net/unix/af_unix.c
652++++ linux-5.14.21/net/unix/af_unix.c
653653 @@ -2202,6 +2202,10 @@ static int unix_dgram_recvmsg(struct soc
654654 EPOLLOUT | EPOLLWRNORM |
655655 EPOLLWRBAND);
@@ -669,9 +669,9 @@
669669 mutex_unlock(&u->iolock);
670670 out:
671671 return err;
672---- linux-5.14.18.orig/security/Kconfig
673-+++ linux-5.14.18/security/Kconfig
674-@@ -292,5 +292,7 @@ config LSM
672+--- linux-5.14.21.orig/security/Kconfig
673++++ linux-5.14.21/security/Kconfig
674+@@ -295,5 +295,7 @@ config LSM
675675
676676 source "security/Kconfig.hardening"
677677
@@ -679,8 +679,8 @@
679679 +
680680 endmenu
681681
682---- linux-5.14.18.orig/security/Makefile
683-+++ linux-5.14.18/security/Makefile
682+--- linux-5.14.21.orig/security/Makefile
683++++ linux-5.14.21/security/Makefile
684684 @@ -38,3 +38,6 @@ obj-$(CONFIG_SECURITY_LANDLOCK) += land
685685 # Object integrity file lists
686686 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -688,8 +688,8 @@
688688 +
689689 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
690690 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
691---- linux-5.14.18.orig/security/security.c
692-+++ linux-5.14.18/security/security.c
691+--- linux-5.14.21.orig/security/security.c
692++++ linux-5.14.21/security/security.c
693693 @@ -1644,7 +1644,9 @@ int security_task_alloc(struct task_stru
694694
695695 if (rc)
--- trunk/caitsith-patch/patches/ccs-patch-5.15.diff (revision 361)
+++ trunk/caitsith-patch/patches/ccs-patch-5.15.diff (revision 362)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 5.15.2.
1+This is TOMOYO Linux patch for kernel 5.15.7.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.2.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.7.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/security.c | 5 ++-
2929 24 files changed, 160 insertions(+), 30 deletions(-)
3030
31---- linux-5.15.2.orig/fs/exec.c
32-+++ linux-5.15.2/fs/exec.c
31+--- linux-5.15.7.orig/fs/exec.c
32++++ linux-5.15.7/fs/exec.c
3333 @@ -1832,7 +1832,7 @@ static int bprm_execve(struct linux_binp
3434 if (retval)
3535 goto out;
@@ -39,9 +39,9 @@
3939 if (retval < 0)
4040 goto out;
4141
42---- linux-5.15.2.orig/fs/open.c
43-+++ linux-5.15.2/fs/open.c
44-@@ -1359,6 +1359,8 @@ SYSCALL_DEFINE3(close_range, unsigned in
42+--- linux-5.15.7.orig/fs/open.c
43++++ linux-5.15.7/fs/open.c
44+@@ -1371,6 +1371,8 @@ SYSCALL_DEFINE3(close_range, unsigned in
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-5.15.2.orig/fs/proc/version.c
54-+++ linux-5.15.2/fs/proc/version.c
53+--- linux-5.15.7.orig/fs/proc/version.c
54++++ linux-5.15.7/fs/proc/version.c
5555 @@ -21,3 +21,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 5.15.2 2021/11/15\n");
62++ printk(KERN_INFO "Hook version: 5.15.7 2021/12/12\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-5.15.2.orig/include/linux/sched.h
67-+++ linux-5.15.2/include/linux/sched.h
66+--- linux-5.15.7.orig/include/linux/sched.h
67++++ linux-5.15.7/include/linux/sched.h
6868 @@ -44,6 +44,7 @@ struct blk_plug;
6969 struct bpf_local_storage;
7070 struct bpf_run_ctx;
@@ -84,8 +84,8 @@
8484
8585 #ifdef CONFIG_TRACING
8686 /* State flags for use by tracers: */
87---- linux-5.15.2.orig/include/linux/security.h
88-+++ linux-5.15.2/include/linux/security.h
87+--- linux-5.15.7.orig/include/linux/security.h
88++++ linux-5.15.7/include/linux/security.h
8989 @@ -59,6 +59,7 @@ struct fs_parameter;
9090 enum fs_value_type;
9191 struct watch;
@@ -315,8 +315,8 @@
315315 }
316316 #endif /* CONFIG_SECURITY_PATH */
317317
318---- linux-5.15.2.orig/include/net/ip.h
319-+++ linux-5.15.2/include/net/ip.h
318+--- linux-5.15.7.orig/include/net/ip.h
319++++ linux-5.15.7/include/net/ip.h
320320 @@ -339,6 +339,8 @@ void inet_get_local_port_range(struct ne
321321 #ifdef CONFIG_SYSCTL
322322 static inline bool inet_is_local_reserved_port(struct net *net, unsigned short port)
@@ -335,8 +335,8 @@
335335 return false;
336336 }
337337
338---- linux-5.15.2.orig/init/init_task.c
339-+++ linux-5.15.2/init/init_task.c
338+--- linux-5.15.7.orig/init/init_task.c
339++++ linux-5.15.7/init/init_task.c
340340 @@ -214,6 +214,10 @@ struct task_struct init_task
341341 #ifdef CONFIG_SECCOMP_FILTER
342342 .seccomp = { .filter_count = ATOMIC_INIT(0) },
@@ -348,8 +348,8 @@
348348 };
349349 EXPORT_SYMBOL(init_task);
350350
351---- linux-5.15.2.orig/kernel/kexec.c
352-+++ linux-5.15.2/kernel/kexec.c
351+--- linux-5.15.7.orig/kernel/kexec.c
352++++ linux-5.15.7/kernel/kexec.c
353353 @@ -16,7 +16,7 @@
354354 #include <linux/syscalls.h>
355355 #include <linux/vmalloc.h>
@@ -368,8 +368,8 @@
368368
369369 /* Permit LSMs and IMA to fail the kexec */
370370 result = security_kernel_load_data(LOADING_KEXEC_IMAGE, false);
371---- linux-5.15.2.orig/kernel/module.c
372-+++ linux-5.15.2/kernel/module.c
371+--- linux-5.15.7.orig/kernel/module.c
372++++ linux-5.15.7/kernel/module.c
373373 @@ -59,6 +59,7 @@
374374 #include <linux/audit.h>
375375 #include <uapi/linux/module.h>
@@ -396,8 +396,8 @@
396396
397397 return 0;
398398 }
399---- linux-5.15.2.orig/kernel/ptrace.c
400-+++ linux-5.15.2/kernel/ptrace.c
399+--- linux-5.15.7.orig/kernel/ptrace.c
400++++ linux-5.15.7/kernel/ptrace.c
401401 @@ -1279,6 +1279,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
402402 {
403403 struct task_struct *child;
@@ -422,8 +422,8 @@
422422
423423 if (request == PTRACE_TRACEME) {
424424 ret = ptrace_traceme();
425---- linux-5.15.2.orig/kernel/reboot.c
426-+++ linux-5.15.2/kernel/reboot.c
425+--- linux-5.15.7.orig/kernel/reboot.c
426++++ linux-5.15.7/kernel/reboot.c
427427 @@ -18,6 +18,7 @@
428428 #include <linux/syscalls.h>
429429 #include <linux/syscore_ops.h>
@@ -441,9 +441,9 @@
441441
442442 /*
443443 * If pid namespaces are enabled and the current task is in a child
444---- linux-5.15.2.orig/kernel/sched/core.c
445-+++ linux-5.15.2/kernel/sched/core.c
446-@@ -6944,6 +6944,8 @@ int can_nice(const struct task_struct *p
444+--- linux-5.15.7.orig/kernel/sched/core.c
445++++ linux-5.15.7/kernel/sched/core.c
446+@@ -6948,6 +6948,8 @@ int can_nice(const struct task_struct *p
447447 SYSCALL_DEFINE1(nice, int, increment)
448448 {
449449 long nice, retval;
@@ -452,9 +452,9 @@
452452
453453 /*
454454 * Setpriority might change our priority at the same moment.
455---- linux-5.15.2.orig/kernel/signal.c
456-+++ linux-5.15.2/kernel/signal.c
457-@@ -3764,6 +3764,8 @@ static inline void prepare_kill_siginfo(
455+--- linux-5.15.7.orig/kernel/signal.c
456++++ linux-5.15.7/kernel/signal.c
457+@@ -3786,6 +3786,8 @@ static inline void prepare_kill_siginfo(
458458 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
459459 {
460460 struct kernel_siginfo info;
@@ -463,7 +463,7 @@
463463
464464 prepare_kill_siginfo(sig, &info);
465465
466-@@ -3863,6 +3865,21 @@ SYSCALL_DEFINE4(pidfd_send_signal, int,
466+@@ -3885,6 +3887,21 @@ SYSCALL_DEFINE4(pidfd_send_signal, int,
467467 if (!access_pidfd_pidns(pid))
468468 goto err;
469469
@@ -485,7 +485,7 @@
485485 if (info) {
486486 ret = copy_siginfo_from_user_any(&kinfo, info);
487487 if (unlikely(ret))
488-@@ -3947,6 +3964,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
488+@@ -3969,6 +3986,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
489489 /* This is only valid for single tasks */
490490 if (pid <= 0 || tgid <= 0)
491491 return -EINVAL;
@@ -494,7 +494,7 @@
494494
495495 return do_tkill(tgid, pid, sig);
496496 }
497-@@ -3963,6 +3982,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
497+@@ -3985,6 +4004,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
498498 /* This is only valid for single tasks */
499499 if (pid <= 0)
500500 return -EINVAL;
@@ -503,7 +503,7 @@
503503
504504 return do_tkill(0, pid, sig);
505505 }
506-@@ -3975,6 +3996,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
506+@@ -3997,6 +4018,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
507507 if ((info->si_code >= 0 || info->si_code == SI_TKILL) &&
508508 (task_pid_vnr(current) != pid))
509509 return -EPERM;
@@ -512,7 +512,7 @@
512512
513513 /* POSIX.1b doesn't mention process groups. */
514514 return kill_proc_info(sig, info, pid);
515-@@ -4022,6 +4045,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
515+@@ -4044,6 +4067,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
516516 if ((info->si_code >= 0 || info->si_code == SI_TKILL) &&
517517 (task_pid_vnr(current) != pid))
518518 return -EPERM;
@@ -521,8 +521,8 @@
521521
522522 return do_send_specific(tgid, pid, sig, info);
523523 }
524---- linux-5.15.2.orig/kernel/sys.c
525-+++ linux-5.15.2/kernel/sys.c
524+--- linux-5.15.7.orig/kernel/sys.c
525++++ linux-5.15.7/kernel/sys.c
526526 @@ -211,6 +211,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
527527
528528 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -552,8 +552,8 @@
552552
553553 errno = -EFAULT;
554554 if (!copy_from_user(tmp, name, len)) {
555---- linux-5.15.2.orig/kernel/time/timekeeping.c
556-+++ linux-5.15.2/kernel/time/timekeeping.c
555+--- linux-5.15.7.orig/kernel/time/timekeeping.c
556++++ linux-5.15.7/kernel/time/timekeeping.c
557557 @@ -22,6 +22,7 @@
558558 #include <linux/pvclock_gtod.h>
559559 #include <linux/compiler.h>
@@ -587,8 +587,8 @@
587587
588588 /*
589589 * Validate if a timespec/timeval used to inject a time
590---- linux-5.15.2.orig/net/ipv4/raw.c
591-+++ linux-5.15.2/net/ipv4/raw.c
590+--- linux-5.15.7.orig/net/ipv4/raw.c
591++++ linux-5.15.7/net/ipv4/raw.c
592592 @@ -768,6 +768,10 @@ static int raw_recvmsg(struct sock *sk,
593593 skb = skb_recv_datagram(sk, flags, noblock, &err);
594594 if (!skb)
@@ -600,9 +600,9 @@
600600
601601 copied = skb->len;
602602 if (len < copied) {
603---- linux-5.15.2.orig/net/ipv4/udp.c
604-+++ linux-5.15.2/net/ipv4/udp.c
605-@@ -1851,6 +1851,8 @@ try_again:
603+--- linux-5.15.7.orig/net/ipv4/udp.c
604++++ linux-5.15.7/net/ipv4/udp.c
605+@@ -1862,6 +1862,8 @@ try_again:
606606 skb = __skb_recv_udp(sk, flags, noblock, &off, &err);
607607 if (!skb)
608608 return err;
@@ -611,8 +611,8 @@
611611
612612 ulen = udp_skb_len(skb);
613613 copied = len;
614---- linux-5.15.2.orig/net/ipv6/raw.c
615-+++ linux-5.15.2/net/ipv6/raw.c
614+--- linux-5.15.7.orig/net/ipv6/raw.c
615++++ linux-5.15.7/net/ipv6/raw.c
616616 @@ -480,6 +480,10 @@ static int rawv6_recvmsg(struct sock *sk
617617 skb = skb_recv_datagram(sk, flags, noblock, &err);
618618 if (!skb)
@@ -624,8 +624,8 @@
624624
625625 copied = skb->len;
626626 if (copied > len) {
627---- linux-5.15.2.orig/net/ipv6/udp.c
628-+++ linux-5.15.2/net/ipv6/udp.c
627+--- linux-5.15.7.orig/net/ipv6/udp.c
628++++ linux-5.15.7/net/ipv6/udp.c
629629 @@ -343,6 +343,8 @@ try_again:
630630 skb = __skb_recv_udp(sk, flags, noblock, &off, &err);
631631 if (!skb)
@@ -635,8 +635,8 @@
635635
636636 ulen = udp6_skb_len(skb);
637637 copied = len;
638---- linux-5.15.2.orig/net/socket.c
639-+++ linux-5.15.2/net/socket.c
638+--- linux-5.15.7.orig/net/socket.c
639++++ linux-5.15.7/net/socket.c
640640 @@ -1775,6 +1775,10 @@ struct file *do_accept(struct file *file
641641 if (err < 0)
642642 goto out_fd;
@@ -648,8 +648,8 @@
648648 if (upeer_sockaddr) {
649649 len = newsock->ops->getname(newsock,
650650 (struct sockaddr *)&address, 2);
651---- linux-5.15.2.orig/net/unix/af_unix.c
652-+++ linux-5.15.2/net/unix/af_unix.c
651+--- linux-5.15.7.orig/net/unix/af_unix.c
652++++ linux-5.15.7/net/unix/af_unix.c
653653 @@ -2331,6 +2331,10 @@ int __unix_dgram_recvmsg(struct sock *sk
654654 EPOLLOUT | EPOLLWRNORM |
655655 EPOLLWRBAND);
@@ -669,9 +669,9 @@
669669 mutex_unlock(&u->iolock);
670670 out:
671671 return err;
672---- linux-5.15.2.orig/security/Kconfig
673-+++ linux-5.15.2/security/Kconfig
674-@@ -292,5 +292,7 @@ config LSM
672+--- linux-5.15.7.orig/security/Kconfig
673++++ linux-5.15.7/security/Kconfig
674+@@ -295,5 +295,7 @@ config LSM
675675
676676 source "security/Kconfig.hardening"
677677
@@ -679,8 +679,8 @@
679679 +
680680 endmenu
681681
682---- linux-5.15.2.orig/security/Makefile
683-+++ linux-5.15.2/security/Makefile
682+--- linux-5.15.7.orig/security/Makefile
683++++ linux-5.15.7/security/Makefile
684684 @@ -27,3 +27,6 @@ obj-$(CONFIG_SECURITY_LANDLOCK) += land
685685
686686 # Object integrity file lists
@@ -688,8 +688,8 @@
688688 +
689689 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
690690 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
691---- linux-5.15.2.orig/security/security.c
692-+++ linux-5.15.2/security/security.c
691+--- linux-5.15.7.orig/security/security.c
692++++ linux-5.15.7/security/security.c
693693 @@ -1644,7 +1644,9 @@ int security_task_alloc(struct task_stru
694694
695695 if (rc)
--- trunk/caitsith-patch/patches/ccs-patch-5.16.diff (revision 361)
+++ trunk/caitsith-patch/patches/ccs-patch-5.16.diff (revision 362)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 5.16-rc1.
1+This is TOMOYO Linux patch for kernel 5.16-rc4.
22
3-Source code for this patch is https://git.kernel.org/torvalds/t/linux-5.16-rc1.tar.gz
3+Source code for this patch is https://git.kernel.org/torvalds/t/linux-5.16-rc4.tar.gz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/security.c | 5 ++-
2929 24 files changed, 160 insertions(+), 30 deletions(-)
3030
31---- linux-5.16-rc1.orig/fs/exec.c
32-+++ linux-5.16-rc1/fs/exec.c
31+--- linux-5.16-rc4.orig/fs/exec.c
32++++ linux-5.16-rc4/fs/exec.c
3333 @@ -1830,7 +1830,7 @@ static int bprm_execve(struct linux_binp
3434 if (retval)
3535 goto out;
@@ -39,8 +39,8 @@
3939 if (retval < 0)
4040 goto out;
4141
42---- linux-5.16-rc1.orig/fs/open.c
43-+++ linux-5.16-rc1/fs/open.c
42+--- linux-5.16-rc4.orig/fs/open.c
43++++ linux-5.16-rc4/fs/open.c
4444 @@ -1373,6 +1373,8 @@ SYSCALL_DEFINE3(close_range, unsigned in
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-5.16-rc1.orig/fs/proc/version.c
54-+++ linux-5.16-rc1/fs/proc/version.c
53+--- linux-5.16-rc4.orig/fs/proc/version.c
54++++ linux-5.16-rc4/fs/proc/version.c
5555 @@ -21,3 +21,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 5.16-rc1 2021/11/15\n");
62++ printk(KERN_INFO "Hook version: 5.16-rc4 2021/12/12\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-5.16-rc1.orig/include/linux/sched.h
67-+++ linux-5.16-rc1/include/linux/sched.h
66+--- linux-5.16-rc4.orig/include/linux/sched.h
67++++ linux-5.16-rc4/include/linux/sched.h
6868 @@ -44,6 +44,7 @@ struct blk_plug;
6969 struct bpf_local_storage;
7070 struct bpf_run_ctx;
@@ -84,8 +84,8 @@
8484
8585 #ifdef CONFIG_TRACING
8686 /* State flags for use by tracers: */
87---- linux-5.16-rc1.orig/include/linux/security.h
88-+++ linux-5.16-rc1/include/linux/security.h
87+--- linux-5.16-rc4.orig/include/linux/security.h
88++++ linux-5.16-rc4/include/linux/security.h
8989 @@ -59,6 +59,7 @@ struct fs_parameter;
9090 enum fs_value_type;
9191 struct watch;
@@ -315,8 +315,8 @@
315315 }
316316 #endif /* CONFIG_SECURITY_PATH */
317317
318---- linux-5.16-rc1.orig/include/net/ip.h
319-+++ linux-5.16-rc1/include/net/ip.h
318+--- linux-5.16-rc4.orig/include/net/ip.h
319++++ linux-5.16-rc4/include/net/ip.h
320320 @@ -344,6 +344,8 @@ void inet_get_local_port_range(struct ne
321321 #ifdef CONFIG_SYSCTL
322322 static inline bool inet_is_local_reserved_port(struct net *net, unsigned short port)
@@ -335,8 +335,8 @@
335335 return false;
336336 }
337337
338---- linux-5.16-rc1.orig/init/init_task.c
339-+++ linux-5.16-rc1/init/init_task.c
338+--- linux-5.16-rc4.orig/init/init_task.c
339++++ linux-5.16-rc4/init/init_task.c
340340 @@ -214,6 +214,10 @@ struct task_struct init_task
341341 #ifdef CONFIG_SECCOMP_FILTER
342342 .seccomp = { .filter_count = ATOMIC_INIT(0) },
@@ -348,8 +348,8 @@
348348 };
349349 EXPORT_SYMBOL(init_task);
350350
351---- linux-5.16-rc1.orig/kernel/kexec.c
352-+++ linux-5.16-rc1/kernel/kexec.c
351+--- linux-5.16-rc4.orig/kernel/kexec.c
352++++ linux-5.16-rc4/kernel/kexec.c
353353 @@ -16,7 +16,7 @@
354354 #include <linux/syscalls.h>
355355 #include <linux/vmalloc.h>
@@ -368,8 +368,8 @@
368368
369369 /* Permit LSMs and IMA to fail the kexec */
370370 result = security_kernel_load_data(LOADING_KEXEC_IMAGE, false);
371---- linux-5.16-rc1.orig/kernel/module.c
372-+++ linux-5.16-rc1/kernel/module.c
371+--- linux-5.16-rc4.orig/kernel/module.c
372++++ linux-5.16-rc4/kernel/module.c
373373 @@ -59,6 +59,7 @@
374374 #include <linux/audit.h>
375375 #include <uapi/linux/module.h>
@@ -396,8 +396,8 @@
396396
397397 return 0;
398398 }
399---- linux-5.16-rc1.orig/kernel/ptrace.c
400-+++ linux-5.16-rc1/kernel/ptrace.c
399+--- linux-5.16-rc4.orig/kernel/ptrace.c
400++++ linux-5.16-rc4/kernel/ptrace.c
401401 @@ -1279,6 +1279,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
402402 {
403403 struct task_struct *child;
@@ -422,8 +422,8 @@
422422
423423 if (request == PTRACE_TRACEME) {
424424 ret = ptrace_traceme();
425---- linux-5.16-rc1.orig/kernel/reboot.c
426-+++ linux-5.16-rc1/kernel/reboot.c
425+--- linux-5.16-rc4.orig/kernel/reboot.c
426++++ linux-5.16-rc4/kernel/reboot.c
427427 @@ -18,6 +18,7 @@
428428 #include <linux/syscalls.h>
429429 #include <linux/syscore_ops.h>
@@ -441,8 +441,8 @@
441441
442442 /*
443443 * If pid namespaces are enabled and the current task is in a child
444---- linux-5.16-rc1.orig/kernel/sched/core.c
445-+++ linux-5.16-rc1/kernel/sched/core.c
444+--- linux-5.16-rc4.orig/kernel/sched/core.c
445++++ linux-5.16-rc4/kernel/sched/core.c
446446 @@ -6925,6 +6925,8 @@ int can_nice(const struct task_struct *p
447447 SYSCALL_DEFINE1(nice, int, increment)
448448 {
@@ -452,9 +452,9 @@
452452
453453 /*
454454 * Setpriority might change our priority at the same moment.
455---- linux-5.16-rc1.orig/kernel/signal.c
456-+++ linux-5.16-rc1/kernel/signal.c
457-@@ -3739,6 +3739,8 @@ static inline void prepare_kill_siginfo(
455+--- linux-5.16-rc4.orig/kernel/signal.c
456++++ linux-5.16-rc4/kernel/signal.c
457+@@ -3761,6 +3761,8 @@ static inline void prepare_kill_siginfo(
458458 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
459459 {
460460 struct kernel_siginfo info;
@@ -463,7 +463,7 @@
463463
464464 prepare_kill_siginfo(sig, &info);
465465
466-@@ -3838,6 +3840,21 @@ SYSCALL_DEFINE4(pidfd_send_signal, int,
466+@@ -3860,6 +3862,21 @@ SYSCALL_DEFINE4(pidfd_send_signal, int,
467467 if (!access_pidfd_pidns(pid))
468468 goto err;
469469
@@ -485,7 +485,7 @@
485485 if (info) {
486486 ret = copy_siginfo_from_user_any(&kinfo, info);
487487 if (unlikely(ret))
488-@@ -3922,6 +3939,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
488+@@ -3944,6 +3961,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
489489 /* This is only valid for single tasks */
490490 if (pid <= 0 || tgid <= 0)
491491 return -EINVAL;
@@ -494,7 +494,7 @@
494494
495495 return do_tkill(tgid, pid, sig);
496496 }
497-@@ -3938,6 +3957,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
497+@@ -3960,6 +3979,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
498498 /* This is only valid for single tasks */
499499 if (pid <= 0)
500500 return -EINVAL;
@@ -503,7 +503,7 @@
503503
504504 return do_tkill(0, pid, sig);
505505 }
506-@@ -3950,6 +3971,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
506+@@ -3972,6 +3993,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
507507 if ((info->si_code >= 0 || info->si_code == SI_TKILL) &&
508508 (task_pid_vnr(current) != pid))
509509 return -EPERM;
@@ -512,7 +512,7 @@
512512
513513 /* POSIX.1b doesn't mention process groups. */
514514 return kill_proc_info(sig, info, pid);
515-@@ -3997,6 +4020,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
515+@@ -4019,6 +4042,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
516516 if ((info->si_code >= 0 || info->si_code == SI_TKILL) &&
517517 (task_pid_vnr(current) != pid))
518518 return -EPERM;
@@ -521,8 +521,8 @@
521521
522522 return do_send_specific(tgid, pid, sig, info);
523523 }
524---- linux-5.16-rc1.orig/kernel/sys.c
525-+++ linux-5.16-rc1/kernel/sys.c
524+--- linux-5.16-rc4.orig/kernel/sys.c
525++++ linux-5.16-rc4/kernel/sys.c
526526 @@ -211,6 +211,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
527527
528528 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -552,8 +552,8 @@
552552
553553 errno = -EFAULT;
554554 if (!copy_from_user(tmp, name, len)) {
555---- linux-5.16-rc1.orig/kernel/time/timekeeping.c
556-+++ linux-5.16-rc1/kernel/time/timekeeping.c
555+--- linux-5.16-rc4.orig/kernel/time/timekeeping.c
556++++ linux-5.16-rc4/kernel/time/timekeeping.c
557557 @@ -22,6 +22,7 @@
558558 #include <linux/pvclock_gtod.h>
559559 #include <linux/compiler.h>
@@ -587,8 +587,8 @@
587587
588588 /*
589589 * Validate if a timespec/timeval used to inject a time
590---- linux-5.16-rc1.orig/net/ipv4/raw.c
591-+++ linux-5.16-rc1/net/ipv4/raw.c
590+--- linux-5.16-rc4.orig/net/ipv4/raw.c
591++++ linux-5.16-rc4/net/ipv4/raw.c
592592 @@ -768,6 +768,10 @@ static int raw_recvmsg(struct sock *sk,
593593 skb = skb_recv_datagram(sk, flags, noblock, &err);
594594 if (!skb)
@@ -600,9 +600,9 @@
600600
601601 copied = skb->len;
602602 if (len < copied) {
603---- linux-5.16-rc1.orig/net/ipv4/udp.c
604-+++ linux-5.16-rc1/net/ipv4/udp.c
605-@@ -1850,6 +1850,8 @@ try_again:
603+--- linux-5.16-rc4.orig/net/ipv4/udp.c
604++++ linux-5.16-rc4/net/ipv4/udp.c
605+@@ -1861,6 +1861,8 @@ try_again:
606606 skb = __skb_recv_udp(sk, flags, noblock, &off, &err);
607607 if (!skb)
608608 return err;
@@ -611,8 +611,8 @@
611611
612612 ulen = udp_skb_len(skb);
613613 copied = len;
614---- linux-5.16-rc1.orig/net/ipv6/raw.c
615-+++ linux-5.16-rc1/net/ipv6/raw.c
614+--- linux-5.16-rc4.orig/net/ipv6/raw.c
615++++ linux-5.16-rc4/net/ipv6/raw.c
616616 @@ -480,6 +480,10 @@ static int rawv6_recvmsg(struct sock *sk
617617 skb = skb_recv_datagram(sk, flags, noblock, &err);
618618 if (!skb)
@@ -624,8 +624,8 @@
624624
625625 copied = skb->len;
626626 if (copied > len) {
627---- linux-5.16-rc1.orig/net/ipv6/udp.c
628-+++ linux-5.16-rc1/net/ipv6/udp.c
627+--- linux-5.16-rc4.orig/net/ipv6/udp.c
628++++ linux-5.16-rc4/net/ipv6/udp.c
629629 @@ -343,6 +343,8 @@ try_again:
630630 skb = __skb_recv_udp(sk, flags, noblock, &off, &err);
631631 if (!skb)
@@ -635,8 +635,8 @@
635635
636636 ulen = udp6_skb_len(skb);
637637 copied = len;
638---- linux-5.16-rc1.orig/net/socket.c
639-+++ linux-5.16-rc1/net/socket.c
638+--- linux-5.16-rc4.orig/net/socket.c
639++++ linux-5.16-rc4/net/socket.c
640640 @@ -1775,6 +1775,10 @@ struct file *do_accept(struct file *file
641641 if (err < 0)
642642 goto out_fd;
@@ -648,8 +648,8 @@
648648 if (upeer_sockaddr) {
649649 len = newsock->ops->getname(newsock,
650650 (struct sockaddr *)&address, 2);
651---- linux-5.16-rc1.orig/net/unix/af_unix.c
652-+++ linux-5.16-rc1/net/unix/af_unix.c
651+--- linux-5.16-rc4.orig/net/unix/af_unix.c
652++++ linux-5.16-rc4/net/unix/af_unix.c
653653 @@ -2331,6 +2331,10 @@ int __unix_dgram_recvmsg(struct sock *sk
654654 EPOLLOUT | EPOLLWRNORM |
655655 EPOLLWRBAND);
@@ -669,8 +669,8 @@
669669 mutex_unlock(&u->iolock);
670670 out:
671671 return err;
672---- linux-5.16-rc1.orig/security/Kconfig
673-+++ linux-5.16-rc1/security/Kconfig
672+--- linux-5.16-rc4.orig/security/Kconfig
673++++ linux-5.16-rc4/security/Kconfig
674674 @@ -281,5 +281,7 @@ config LSM
675675
676676 source "security/Kconfig.hardening"
@@ -679,8 +679,8 @@
679679 +
680680 endmenu
681681
682---- linux-5.16-rc1.orig/security/Makefile
683-+++ linux-5.16-rc1/security/Makefile
682+--- linux-5.16-rc4.orig/security/Makefile
683++++ linux-5.16-rc4/security/Makefile
684684 @@ -27,3 +27,6 @@ obj-$(CONFIG_SECURITY_LANDLOCK) += land
685685
686686 # Object integrity file lists
@@ -688,8 +688,8 @@
688688 +
689689 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
690690 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
691---- linux-5.16-rc1.orig/security/security.c
692-+++ linux-5.16-rc1/security/security.c
691+--- linux-5.16-rc4.orig/security/security.c
692++++ linux-5.16-rc4/security/security.c
693693 @@ -1645,7 +1645,9 @@ int security_task_alloc(struct task_stru
694694
695695 if (rc)
--- trunk/caitsith-patch/patches/ccs-patch-5.4.diff (revision 361)
+++ trunk/caitsith-patch/patches/ccs-patch-5.4.diff (revision 362)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 5.4.159.
1+This is TOMOYO Linux patch for kernel 5.4.164.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.159.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.164.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/security.c | 5 ++-
2929 24 files changed, 160 insertions(+), 30 deletions(-)
3030
31---- linux-5.4.159.orig/fs/exec.c
32-+++ linux-5.4.159/fs/exec.c
31+--- linux-5.4.164.orig/fs/exec.c
32++++ linux-5.4.164/fs/exec.c
3333 @@ -1730,7 +1730,7 @@ static int exec_binprm(struct linux_binp
3434 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3535 rcu_read_unlock();
@@ -39,8 +39,8 @@
3939 if (ret >= 0) {
4040 audit_bprm(bprm);
4141 trace_sched_process_exec(current, old_pid, bprm);
42---- linux-5.4.159.orig/fs/open.c
43-+++ linux-5.4.159/fs/open.c
42+--- linux-5.4.164.orig/fs/open.c
43++++ linux-5.4.164/fs/open.c
4444 @@ -1205,6 +1205,8 @@ SYSCALL_DEFINE1(close, unsigned int, fd)
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-5.4.159.orig/fs/proc/version.c
54-+++ linux-5.4.159/fs/proc/version.c
53+--- linux-5.4.164.orig/fs/proc/version.c
54++++ linux-5.4.164/fs/proc/version.c
5555 @@ -21,3 +21,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 5.4.159 2021/11/15\n");
62++ printk(KERN_INFO "Hook version: 5.4.164 2021/12/12\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-5.4.159.orig/include/linux/sched.h
67-+++ linux-5.4.159/include/linux/sched.h
66+--- linux-5.4.164.orig/include/linux/sched.h
67++++ linux-5.4.164/include/linux/sched.h
6868 @@ -38,6 +38,7 @@ struct backing_dev_info;
6969 struct bio_list;
7070 struct blk_plug;
@@ -84,8 +84,8 @@
8484
8585 #ifdef CONFIG_GCC_PLUGIN_STACKLEAK
8686 unsigned long lowest_stack;
87---- linux-5.4.159.orig/include/linux/security.h
88-+++ linux-5.4.159/include/linux/security.h
87+--- linux-5.4.164.orig/include/linux/security.h
88++++ linux-5.4.164/include/linux/security.h
8989 @@ -57,6 +57,7 @@ struct mm_struct;
9090 struct fs_context;
9191 struct fs_parameter;
@@ -187,7 +187,7 @@
187187
188188 static inline int security_cred_alloc_blank(struct cred *cred, gfp_t gfp)
189189 {
190-@@ -1342,7 +1348,7 @@ static inline int security_unix_may_send
190+@@ -1347,7 +1353,7 @@ static inline int security_unix_may_send
191191 static inline int security_socket_create(int family, int type,
192192 int protocol, int kern)
193193 {
@@ -196,7 +196,7 @@
196196 }
197197
198198 static inline int security_socket_post_create(struct socket *sock,
199-@@ -1363,19 +1369,19 @@ static inline int security_socket_bind(s
199+@@ -1368,19 +1374,19 @@ static inline int security_socket_bind(s
200200 struct sockaddr *address,
201201 int addrlen)
202202 {
@@ -219,7 +219,7 @@
219219 }
220220
221221 static inline int security_socket_accept(struct socket *sock,
222-@@ -1387,7 +1393,7 @@ static inline int security_socket_accept
222+@@ -1392,7 +1398,7 @@ static inline int security_socket_accept
223223 static inline int security_socket_sendmsg(struct socket *sock,
224224 struct msghdr *msg, int size)
225225 {
@@ -228,7 +228,7 @@
228228 }
229229
230230 static inline int security_socket_recvmsg(struct socket *sock,
231-@@ -1674,42 +1680,42 @@ int security_path_chroot(const struct pa
231+@@ -1679,42 +1685,42 @@ int security_path_chroot(const struct pa
232232 #else /* CONFIG_SECURITY_PATH */
233233 static inline int security_path_unlink(const struct path *dir, struct dentry *dentry)
234234 {
@@ -278,7 +278,7 @@
278278 }
279279
280280 static inline int security_path_rename(const struct path *old_dir,
281-@@ -1718,22 +1724,32 @@ static inline int security_path_rename(c
281+@@ -1723,22 +1729,32 @@ static inline int security_path_rename(c
282282 struct dentry *new_dentry,
283283 unsigned int flags)
284284 {
@@ -315,8 +315,8 @@
315315 }
316316 #endif /* CONFIG_SECURITY_PATH */
317317
318---- linux-5.4.159.orig/include/net/ip.h
319-+++ linux-5.4.159/include/net/ip.h
318+--- linux-5.4.164.orig/include/net/ip.h
319++++ linux-5.4.164/include/net/ip.h
320320 @@ -342,6 +342,8 @@ void inet_get_local_port_range(struct ne
321321 #ifdef CONFIG_SYSCTL
322322 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -335,8 +335,8 @@
335335 return 0;
336336 }
337337
338---- linux-5.4.159.orig/init/init_task.c
339-+++ linux-5.4.159/init/init_task.c
338+--- linux-5.4.164.orig/init/init_task.c
339++++ linux-5.4.164/init/init_task.c
340340 @@ -183,6 +183,10 @@ struct task_struct init_task
341341 #ifdef CONFIG_SECURITY
342342 .security = NULL,
@@ -348,8 +348,8 @@
348348 };
349349 EXPORT_SYMBOL(init_task);
350350
351---- linux-5.4.159.orig/kernel/kexec.c
352-+++ linux-5.4.159/kernel/kexec.c
351+--- linux-5.4.164.orig/kernel/kexec.c
352++++ linux-5.4.164/kernel/kexec.c
353353 @@ -16,7 +16,7 @@
354354 #include <linux/syscalls.h>
355355 #include <linux/vmalloc.h>
@@ -368,8 +368,8 @@
368368
369369 /* Permit LSMs and IMA to fail the kexec */
370370 result = security_kernel_load_data(LOADING_KEXEC_IMAGE);
371---- linux-5.4.159.orig/kernel/module.c
372-+++ linux-5.4.159/kernel/module.c
371+--- linux-5.4.164.orig/kernel/module.c
372++++ linux-5.4.164/kernel/module.c
373373 @@ -55,6 +55,7 @@
374374 #include <linux/audit.h>
375375 #include <uapi/linux/module.h>
@@ -396,8 +396,8 @@
396396
397397 return 0;
398398 }
399---- linux-5.4.159.orig/kernel/ptrace.c
400-+++ linux-5.4.159/kernel/ptrace.c
399+--- linux-5.4.164.orig/kernel/ptrace.c
400++++ linux-5.4.164/kernel/ptrace.c
401401 @@ -1254,6 +1254,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
402402 {
403403 struct task_struct *child;
@@ -422,8 +422,8 @@
422422
423423 if (request == PTRACE_TRACEME) {
424424 ret = ptrace_traceme();
425---- linux-5.4.159.orig/kernel/reboot.c
426-+++ linux-5.4.159/kernel/reboot.c
425+--- linux-5.4.164.orig/kernel/reboot.c
426++++ linux-5.4.164/kernel/reboot.c
427427 @@ -17,6 +17,7 @@
428428 #include <linux/syscalls.h>
429429 #include <linux/syscore_ops.h>
@@ -441,9 +441,9 @@
441441
442442 /*
443443 * If pid namespaces are enabled and the current task is in a child
444---- linux-5.4.159.orig/kernel/sched/core.c
445-+++ linux-5.4.159/kernel/sched/core.c
446-@@ -4674,6 +4674,8 @@ int can_nice(const struct task_struct *p
444+--- linux-5.4.164.orig/kernel/sched/core.c
445++++ linux-5.4.164/kernel/sched/core.c
446+@@ -4677,6 +4677,8 @@ int can_nice(const struct task_struct *p
447447 SYSCALL_DEFINE1(nice, int, increment)
448448 {
449449 long nice, retval;
@@ -452,9 +452,9 @@
452452
453453 /*
454454 * Setpriority might change our priority at the same moment.
455---- linux-5.4.159.orig/kernel/signal.c
456-+++ linux-5.4.159/kernel/signal.c
457-@@ -3644,6 +3644,8 @@ static inline void prepare_kill_siginfo(
455+--- linux-5.4.164.orig/kernel/signal.c
456++++ linux-5.4.164/kernel/signal.c
457+@@ -3634,6 +3634,8 @@ static inline void prepare_kill_siginfo(
458458 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
459459 {
460460 struct kernel_siginfo info;
@@ -463,7 +463,7 @@
463463
464464 prepare_kill_siginfo(sig, &info);
465465
466-@@ -3742,6 +3744,21 @@ SYSCALL_DEFINE4(pidfd_send_signal, int,
466+@@ -3732,6 +3734,21 @@ SYSCALL_DEFINE4(pidfd_send_signal, int,
467467 if (!access_pidfd_pidns(pid))
468468 goto err;
469469
@@ -485,7 +485,7 @@
485485 if (info) {
486486 ret = copy_siginfo_from_user_any(&kinfo, info);
487487 if (unlikely(ret))
488-@@ -3826,6 +3843,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
488+@@ -3816,6 +3833,8 @@ SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid
489489 /* This is only valid for single tasks */
490490 if (pid <= 0 || tgid <= 0)
491491 return -EINVAL;
@@ -494,7 +494,7 @@
494494
495495 return do_tkill(tgid, pid, sig);
496496 }
497-@@ -3842,6 +3861,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
497+@@ -3832,6 +3851,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
498498 /* This is only valid for single tasks */
499499 if (pid <= 0)
500500 return -EINVAL;
@@ -503,7 +503,7 @@
503503
504504 return do_tkill(0, pid, sig);
505505 }
506-@@ -3854,6 +3875,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
506+@@ -3844,6 +3865,8 @@ static int do_rt_sigqueueinfo(pid_t pid,
507507 if ((info->si_code >= 0 || info->si_code == SI_TKILL) &&
508508 (task_pid_vnr(current) != pid))
509509 return -EPERM;
@@ -512,7 +512,7 @@
512512
513513 /* POSIX.1b doesn't mention process groups. */
514514 return kill_proc_info(sig, info, pid);
515-@@ -3901,6 +3924,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
515+@@ -3891,6 +3914,8 @@ static int do_rt_tgsigqueueinfo(pid_t tg
516516 if ((info->si_code >= 0 || info->si_code == SI_TKILL) &&
517517 (task_pid_vnr(current) != pid))
518518 return -EPERM;
@@ -521,8 +521,8 @@
521521
522522 return do_send_specific(tgid, pid, sig, info);
523523 }
524---- linux-5.4.159.orig/kernel/sys.c
525-+++ linux-5.4.159/kernel/sys.c
524+--- linux-5.4.164.orig/kernel/sys.c
525++++ linux-5.4.164/kernel/sys.c
526526 @@ -204,6 +204,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
527527
528528 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -552,8 +552,8 @@
552552
553553 errno = -EFAULT;
554554 if (!copy_from_user(tmp, name, len)) {
555---- linux-5.4.159.orig/kernel/time/timekeeping.c
556-+++ linux-5.4.159/kernel/time/timekeeping.c
555+--- linux-5.4.164.orig/kernel/time/timekeeping.c
556++++ linux-5.4.164/kernel/time/timekeeping.c
557557 @@ -22,6 +22,7 @@
558558 #include <linux/pvclock_gtod.h>
559559 #include <linux/compiler.h>
@@ -587,8 +587,8 @@
587587
588588 /*
589589 * Validate if a timespec/timeval used to inject a time
590---- linux-5.4.159.orig/net/ipv4/raw.c
591-+++ linux-5.4.159/net/ipv4/raw.c
590+--- linux-5.4.164.orig/net/ipv4/raw.c
591++++ linux-5.4.164/net/ipv4/raw.c
592592 @@ -767,6 +767,10 @@ static int raw_recvmsg(struct sock *sk,
593593 skb = skb_recv_datagram(sk, flags, noblock, &err);
594594 if (!skb)
@@ -600,8 +600,8 @@
600600
601601 copied = skb->len;
602602 if (len < copied) {
603---- linux-5.4.159.orig/net/ipv4/udp.c
604-+++ linux-5.4.159/net/ipv4/udp.c
603+--- linux-5.4.164.orig/net/ipv4/udp.c
604++++ linux-5.4.164/net/ipv4/udp.c
605605 @@ -1745,6 +1745,8 @@ try_again:
606606 skb = __skb_recv_udp(sk, flags, noblock, &off, &err);
607607 if (!skb)
@@ -611,8 +611,8 @@
611611
612612 ulen = udp_skb_len(skb);
613613 copied = len;
614---- linux-5.4.159.orig/net/ipv6/raw.c
615-+++ linux-5.4.159/net/ipv6/raw.c
614+--- linux-5.4.164.orig/net/ipv6/raw.c
615++++ linux-5.4.164/net/ipv6/raw.c
616616 @@ -480,6 +480,10 @@ static int rawv6_recvmsg(struct sock *sk
617617 skb = skb_recv_datagram(sk, flags, noblock, &err);
618618 if (!skb)
@@ -624,8 +624,8 @@
624624
625625 copied = skb->len;
626626 if (copied > len) {
627---- linux-5.4.159.orig/net/ipv6/udp.c
628-+++ linux-5.4.159/net/ipv6/udp.c
627+--- linux-5.4.164.orig/net/ipv6/udp.c
628++++ linux-5.4.164/net/ipv6/udp.c
629629 @@ -292,6 +292,8 @@ try_again:
630630 skb = __skb_recv_udp(sk, flags, noblock, &off, &err);
631631 if (!skb)
@@ -635,8 +635,8 @@
635635
636636 ulen = udp6_skb_len(skb);
637637 copied = len;
638---- linux-5.4.159.orig/net/socket.c
639-+++ linux-5.4.159/net/socket.c
638+--- linux-5.4.164.orig/net/socket.c
639++++ linux-5.4.164/net/socket.c
640640 @@ -1744,6 +1744,10 @@ int __sys_accept4(int fd, struct sockadd
641641 if (err < 0)
642642 goto out_fd;
@@ -648,8 +648,8 @@
648648 if (upeer_sockaddr) {
649649 len = newsock->ops->getname(newsock,
650650 (struct sockaddr *)&address, 2);
651---- linux-5.4.159.orig/net/unix/af_unix.c
652-+++ linux-5.4.159/net/unix/af_unix.c
651+--- linux-5.4.164.orig/net/unix/af_unix.c
652++++ linux-5.4.164/net/unix/af_unix.c
653653 @@ -2164,6 +2164,10 @@ static int unix_dgram_recvmsg(struct soc
654654 EPOLLOUT | EPOLLWRNORM |
655655 EPOLLWRBAND);
@@ -669,9 +669,9 @@
669669 mutex_unlock(&u->iolock);
670670 out:
671671 return err;
672---- linux-5.4.159.orig/security/Kconfig
673-+++ linux-5.4.159/security/Kconfig
674-@@ -291,5 +291,7 @@ config LSM
672+--- linux-5.4.164.orig/security/Kconfig
673++++ linux-5.4.164/security/Kconfig
674+@@ -294,5 +294,7 @@ config LSM
675675
676676 source "security/Kconfig.hardening"
677677
@@ -679,8 +679,8 @@
679679 +
680680 endmenu
681681
682---- linux-5.4.159.orig/security/Makefile
683-+++ linux-5.4.159/security/Makefile
682+--- linux-5.4.164.orig/security/Makefile
683++++ linux-5.4.164/security/Makefile
684684 @@ -34,3 +34,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
685685 # Object integrity file lists
686686 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -688,8 +688,8 @@
688688 +
689689 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
690690 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
691---- linux-5.4.159.orig/security/security.c
692-+++ linux-5.4.159/security/security.c
691+--- linux-5.4.164.orig/security/security.c
692++++ linux-5.4.164/security/security.c
693693 @@ -1507,7 +1507,9 @@ int security_task_alloc(struct task_stru
694694
695695 if (rc)
--- trunk/caitsith-patch/specs/build-c6-2.6.32.sh (revision 361)
+++ trunk/caitsith-patch/specs/build-c6-2.6.32.sh (revision 362)
@@ -18,9 +18,9 @@
1818 rpm -ivh kernel-2.6.32-754.35.1.el6.src.rpm || die "Can't install source package."
1919
2020 cd ~/rpmbuild/SOURCES/ || die "Can't chdir to ~/rpmbuild/SOURCES/ ."
21-if [ ! -r caitsith-patch-0.2-20210916.tar.gz ]
21+if [ ! -r caitsith-patch-0.2-20211212.tar.gz ]
2222 then
23- wget -O caitsith-patch-0.2-20210916.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20210916.tar.gz' || die "Can't download patch."
23+ wget -O caitsith-patch-0.2-20211212.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20211212.tar.gz' || die "Can't download patch."
2424 fi
2525
2626 cd ~/rpmbuild/SPECS/ || die "Can't chdir to ~/rpmbuild/SPECS/ ."
@@ -69,7 +69,7 @@
6969 ApplyOptionalPatch linux-kernel-test.patch
7070
7171 +# CaitSith
72-+tar -zxf %_sourcedir/caitsith-patch-0.2-20210916.tar.gz
72++tar -zxf %_sourcedir/caitsith-patch-0.2-20211212.tar.gz
7373 +sed -i -e 's/CCSECURITY/CAITSITH/g' -e 's/ccsecurity/caitsith/g' -e 's/ccs_domain_info/cs_domain_info/g' -e 's/ccs_flags/cs_flags/g' patches/ccs-patch-*.diff
7474 +patch -sp1 < patches/ccs-patch-2.6.32-centos-6.diff
7575 # Any further pre-build tree manipulations happen here.
--- trunk/caitsith-patch/specs/build-c7-3.10.sh (revision 361)
+++ trunk/caitsith-patch/specs/build-c7-3.10.sh (revision 362)
@@ -10,17 +10,17 @@
1010
1111 cd /tmp/ || die "Can't chdir to /tmp/ ."
1212
13-if [ ! -r kernel-3.10.0-1160.45.1.el7.src.rpm ]
13+if [ ! -r kernel-3.10.0-1160.49.1.el7.src.rpm ]
1414 then
15- wget https://vault.centos.org/centos/7/updates/Source/SPackages/kernel-3.10.0-1160.45.1.el7.src.rpm || die "Can't download source package."
15+ wget https://vault.centos.org/centos/7/updates/Source/SPackages/kernel-3.10.0-1160.49.1.el7.src.rpm || die "Can't download source package."
1616 fi
17-LANG=C rpm --checksig kernel-3.10.0-1160.45.1.el7.src.rpm | grep -F ': rsa sha1 (md5) pgp md5 OK' || die "Can't verify signature."
18-rpm -ivh kernel-3.10.0-1160.45.1.el7.src.rpm || die "Can't install source package."
17+LANG=C rpm --checksig kernel-3.10.0-1160.49.1.el7.src.rpm | grep -F ': rsa sha1 (md5) pgp md5 OK' || die "Can't verify signature."
18+rpm -ivh kernel-3.10.0-1160.49.1.el7.src.rpm || die "Can't install source package."
1919
2020 cd ~/rpmbuild/SOURCES/ || die "Can't chdir to ~/rpmbuild/SOURCES/ ."
21-if [ ! -r caitsith-patch-0.2-20210916.tar.gz ]
21+if [ ! -r caitsith-patch-0.2-20211212.tar.gz ]
2222 then
23- wget -O caitsith-patch-0.2-20210916.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20210916.tar.gz' || die "Can't download patch."
23+ wget -O caitsith-patch-0.2-20211212.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20211212.tar.gz' || die "Can't download patch."
2424 fi
2525
2626 cd ~/rpmbuild/SPECS/ || die "Can't chdir to ~/rpmbuild/SPECS/ ."
@@ -69,7 +69,7 @@
6969 ApplyOptionalPatch debrand-rh-i686-cpu.patch
7070
7171 +# CaitSith
72-+tar -zxf %_sourcedir/caitsith-patch-0.2-20210916.tar.gz
72++tar -zxf %_sourcedir/caitsith-patch-0.2-20211212.tar.gz
7373 +sed -i -e 's/CCSECURITY/CAITSITH/g' -e 's/ccsecurity/caitsith/g' -e 's/ccs_domain_info/cs_domain_info/g' -e 's/ccs_flags/cs_flags/g' patches/ccs-patch-*.diff
7474 +patch -sp1 < patches/ccs-patch-3.10-centos-7.diff
7575 # Any further pre-build tree manipulations happen here.
--- trunk/caitsith-patch/specs/build-c8-4.18.sh (revision 361)
+++ trunk/caitsith-patch/specs/build-c8-4.18.sh (revision 362)
@@ -18,9 +18,9 @@
1818 rpm -ivh kernel-4.18.0-305.25.1.el8_4.src.rpm || die "Can't install source package."
1919
2020 cd ~/rpmbuild/SOURCES/ || die "Can't chdir to ~/rpmbuild/SOURCES/ ."
21-if [ ! -r caitsith-patch-0.2-20210916.tar.gz ]
21+if [ ! -r caitsith-patch-0.2-20211212.tar.gz ]
2222 then
23- wget -O caitsith-patch-0.2-20210916.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20210916.tar.gz' || die "Can't download patch."
23+ wget -O caitsith-patch-0.2-20211212.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20211212.tar.gz' || die "Can't download patch."
2424 fi
2525
2626 cd ~/rpmbuild/SPECS/ || die "Can't chdir to ~/rpmbuild/SPECS/ ."
@@ -42,7 +42,7 @@
4242 # END OF PATCH APPLICATIONS
4343
4444 +# CaitSith
45-+tar -zxf %_sourcedir/caitsith-patch-0.2-20210916.tar.gz
45++tar -zxf %_sourcedir/caitsith-patch-0.2-20211212.tar.gz
4646 +sed -i -e 's/CCSECURITY/CAITSITH/g' -e 's/ccsecurity/caitsith/g' -e 's/ccs_domain_info/cs_domain_info/g' -e 's/ccs_flags/cs_flags/g' patches/ccs-patch-*.diff
4747 +patch -sp1 < patches/ccs-patch-4.18-centos-8.diff
4848 # Any further pre-build tree manipulations happen here.
--- trunk/caitsith-patch/specs/build-debian_wheezy.sh (revision 361)
+++ trunk/caitsith-patch/specs/build-debian_wheezy.sh (revision 362)
@@ -23,10 +23,10 @@
2323 # Download CaitSith patches.
2424 mkdir -p ~/rpmbuild/SOURCES/
2525 cd ~/rpmbuild/SOURCES/ || die "Can't chdir to ~/rpmbuild/SOURCES/ ."
26-if [ ! -r caitsith-patch-0.2-20210916.tar.gz ]
26+if [ ! -r caitsith-patch-0.2-20211212.tar.gz ]
2727 then
2828 apt-get -y install wget
29- wget -O caitsith-patch-0.2-20210916.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20210916.tar.gz' || die "Can't download patch."
29+ wget -O caitsith-patch-0.2-20211212.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20211212.tar.gz' || die "Can't download patch."
3030 fi
3131
3232 # Install kernel source packages.
@@ -38,7 +38,7 @@
3838
3939 # Apply patches and create kernel config.
4040 cd linux-source-3.2 || die "Can't chdir to linux-source-3.2/ ."
41-tar -zxf ~/rpmbuild/SOURCES/caitsith-patch-0.2-20210916.tar.gz || die "Can't extract patch."
41+tar -zxf ~/rpmbuild/SOURCES/caitsith-patch-0.2-20211212.tar.gz || die "Can't extract patch."
4242 sed -i -e 's/CCSECURITY/CAITSITH/g' -e 's/ccsecurity/caitsith/g' -e 's/ccs_domain_info/cs_domain_info/g' -e 's/ccs_flags/cs_flags/g' patches/ccs-patch-*.diff
4343 patch -p1 < patches/ccs-patch-3.2-debian-wheezy.diff || die "Can't apply patch."
4444 cat /boot/config-3.2.0-$ABI_VERSION-$ORIGINAL_FLAVOUR config.caitsith > .config || die "Can't create config."
--- trunk/caitsith-patch/specs/build-ubuntu_12.04.sh (revision 361)
+++ trunk/caitsith-patch/specs/build-ubuntu_12.04.sh (revision 362)
@@ -29,9 +29,9 @@
2929 # Download CaitSith patches.
3030 mkdir -p ~/rpmbuild/SOURCES/
3131 cd ~/rpmbuild/SOURCES/ || die "Can't chdir to ~/rpmbuild/SOURCES/ ."
32-if [ ! -r caitsith-patch-0.2-20210916.tar.gz ]
32+if [ ! -r caitsith-patch-0.2-20211212.tar.gz ]
3333 then
34- wget -O caitsith-patch-0.2-20210916.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20210916.tar.gz' || die "Can't download patch."
34+ wget -O caitsith-patch-0.2-20211212.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20211212.tar.gz' || die "Can't download patch."
3535 fi
3636
3737 # Install kernel source packages.
@@ -44,7 +44,7 @@
4444 # Apply patches and create kernel config.
4545 cd linux-3.2.0/ || die "Can't chdir to linux-3.2.0/ ."
4646 update_maintainer
47-tar -zxf ~/rpmbuild/SOURCES/caitsith-patch-0.2-20210916.tar.gz || die "Can't extract patch."
47+tar -zxf ~/rpmbuild/SOURCES/caitsith-patch-0.2-20211212.tar.gz || die "Can't extract patch."
4848 sed -i -e 's/CCSECURITY/CAITSITH/g' -e 's/ccsecurity/caitsith/g' -e 's/ccs_domain_info/cs_domain_info/g' -e 's/ccs_flags/cs_flags/g' patches/ccs-patch-*.diff
4949 patch -p1 < patches/ccs-patch-3.2-ubuntu-12.04.diff || die "Can't apply patch."
5050 rm -fR patches/ specs/ || die "Can't delete patch."
--- trunk/caitsith-patch/specs/build-ubuntu_14.04.sh (revision 361)
+++ trunk/caitsith-patch/specs/build-ubuntu_14.04.sh (revision 362)
@@ -29,9 +29,9 @@
2929 # Download CaitSith patches.
3030 mkdir -p ~/rpmbuild/SOURCES/
3131 cd ~/rpmbuild/SOURCES/ || die "Can't chdir to ~/rpmbuild/SOURCES/ ."
32-if [ ! -r caitsith-patch-0.2-20210916.tar.gz ]
32+if [ ! -r caitsith-patch-0.2-20211212.tar.gz ]
3333 then
34- wget -O caitsith-patch-0.2-20210916.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20210916.tar.gz' || die "Can't download patch."
34+ wget -O caitsith-patch-0.2-20211212.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20211212.tar.gz' || die "Can't download patch."
3535 fi
3636
3737 # Install kernel source packages.
@@ -44,7 +44,7 @@
4444 # Apply patches and create kernel config.
4545 cd linux-3.13.0/ || die "Can't chdir to linux-3.13.0/ ."
4646 update_maintainer
47-tar -zxf ~/rpmbuild/SOURCES/caitsith-patch-0.2-20210916.tar.gz || die "Can't extract patch."
47+tar -zxf ~/rpmbuild/SOURCES/caitsith-patch-0.2-20211212.tar.gz || die "Can't extract patch."
4848 sed -i -e 's/CCSECURITY/CAITSITH/g' -e 's/ccsecurity/caitsith/g' -e 's/ccs_domain_info/cs_domain_info/g' -e 's/ccs_flags/cs_flags/g' patches/ccs-patch-*.diff
4949 patch -p1 < patches/ccs-patch-3.13-ubuntu-14.04.diff || die "Can't apply patch."
5050 rm -fR patches/ specs/ || die "Can't delete patch."
--- trunk/caitsith-patch/specs/build-vl6-4.4.sh (revision 361)
+++ trunk/caitsith-patch/specs/build-vl6-4.4.sh (revision 362)
@@ -18,9 +18,9 @@
1818 rpm -ivh kernel-4.4.110-2vl6.src.rpm || die "Can't install source package."
1919
2020 cd ~/rpm/SOURCES/ || die "Can't chdir to ~/rpm/SOURCES/ ."
21-if [ ! -r caitsith-patch-0.2-20210916.tar.gz ]
21+if [ ! -r caitsith-patch-0.2-20211212.tar.gz ]
2222 then
23- wget -O caitsith-patch-0.2-20210916.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20210916.tar.gz' || die "Can't download patch."
23+ wget -O caitsith-patch-0.2-20211212.tar.gz 'https://osdn.jp/frs/redir.php?f=/caitsith/66537/caitsith-patch-0.2-20211212.tar.gz' || die "Can't download patch."
2424 fi
2525
2626 cd /tmp/ || die "Can't chdir to /tmp/ ."
@@ -61,7 +61,7 @@
6161 # END OF PATCH APPLICATIONS
6262
6363 +# CaitSith
64-+tar -zxf %_sourcedir/caitsith-patch-0.2-20210916.tar.gz
64++tar -zxf %_sourcedir/caitsith-patch-0.2-20211212.tar.gz
6565 +sed -i -e 's/CCSECURITY/CAITSITH/g' -e 's/ccsecurity/caitsith/g' -e 's/ccs_domain_info/cs_domain_info/g' -e 's/ccs_flags/cs_flags/g' patches/ccs-patch-*.diff
6666 +patch -sp1 < patches/ccs-patch-4.4-vine-linux-6.diff
6767 cp %{SOURCE10} Documentation/
旧リポジトリブラウザで表示