• R/O
  • SSH
  • HTTPS

caitsith: Commit


Commit MetaInfo

Revision153 (tree)
Time2015-06-06 21:56:01
Authorkumaneko

Log Message

(empty log message)

Change Summary

Incremental Difference

--- tags/htdocs/index.html (revision 152)
+++ tags/htdocs/index.html (revision 153)
@@ -302,12 +302,12 @@
302302 <p>Run the following commands in order to extract source code of CaitSith:</p>
303303
304304 <pre class="command">
305-# wget -O caitsith-patch-0.1-20150505.tar.gz 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55464/caitsith-patch-0.1-20150505.tar.gz'
306-# wget -O caitsith-patch-0.1-20150505.tar.gz.asc 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55464/caitsith-patch-0.1-20150505.tar.gz.asc'
305+# wget -O caitsith-patch-0.1-20150606.tar.gz 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55464/caitsith-patch-0.1-20150606.tar.gz'
306+# wget -O caitsith-patch-0.1-20150606.tar.gz.asc 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55464/caitsith-patch-0.1-20150606.tar.gz.asc'
307307 # wget http://I-love.SAKURA.ne.jp/kumaneko-key
308308 # gpg --import kumaneko-key
309-# gpg caitsith-patch-0.1-20150505.tar.gz.asc
310-# tar -zxf caitsith-patch-0.1-20150505.tar.gz
309+# gpg caitsith-patch-0.1-20150606.tar.gz.asc
310+# tar -zxf caitsith-patch-0.1-20150606.tar.gz
311311 </pre>
312312
313313 <p>On systemd environments, <code>/usr/lib/systemd/systemd</code> will be executed rather than <code>/sbin/init</code>. If your system is using systemd, please edit CONFIG_CAITSITH_ACTIVATION_TRIGGER line in caitsith/config.h like below:</p>
@@ -595,12 +595,12 @@
595595 Also, there are several patches which can be applied to distributor's latest kernels. For example "2.6.32-centos-6" if using CentOS 6's latest kernel:</p>
596596
597597 <pre class="command">
598-$ wget -O caitsith-patch-0.1-20150505.tar.gz 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55464/caitsith-patch-0.1-20150505.tar.gz'
599-$ wget -O caitsith-patch-0.1-20150505.tar.gz.asc 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55464/caitsith-patch-0.1-20150505.tar.gz.asc'
598+$ wget -O caitsith-patch-0.1-20150606.tar.gz 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55464/caitsith-patch-0.1-20150606.tar.gz'
599+$ wget -O caitsith-patch-0.1-20150606.tar.gz.asc 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55464/caitsith-patch-0.1-20150606.tar.gz.asc'
600600 $ wget http://I-love.SAKURA.ne.jp/kumaneko-key
601601 $ gpg --import kumaneko-key
602-$ gpg caitsith-patch-0.1-20150505.tar.gz.asc
603-$ tar -zxf caitsith-patch-0.1-20150505.tar.gz
602+$ gpg caitsith-patch-0.1-20150606.tar.gz.asc
603+$ tar -zxf caitsith-patch-0.1-20150606.tar.gz
604604 $ 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
605605 $ patch -sp1 &lt; patches/ccs-patch-$VERSION.diff
606606 </pre>
--- trunk/caitsith-patch/include/linux/caitsith.h (revision 152)
+++ trunk/caitsith-patch/include/linux/caitsith.h (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2005-2012 NTT DATA CORPORATION
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #ifndef _LINUX_CAITSITH_H
--- trunk/caitsith-patch/patches/ccs-patch-3.19-fedora-20.diff (revision 152)
+++ trunk/caitsith-patch/patches/ccs-patch-3.19-fedora-20.diff (revision 153)
@@ -1,6 +1,6 @@
11 This is TOMOYO Linux patch for Fedora 20.
22
3-Source code for this patch is http://ftp.riken.jp/Linux/fedora/updates/20/SRPMS/kernel-3.19.3-100.fc20.src.rpm
3+Source code for this patch is http://ftp.riken.jp/Linux/fedora/updates/20/SRPMS/kernel-3.19.8-100.fc20.src.rpm
44 ---
55 fs/exec.c | 2
66 fs/open.c | 2
@@ -29,9 +29,9 @@
2929 security/security.c | 111 +++++++++++++++++++++++++++++++++++++++++-----
3030 25 files changed, 252 insertions(+), 37 deletions(-)
3131
32---- linux-3.19.3-100.fc20.orig/fs/exec.c
33-+++ linux-3.19.3-100.fc20/fs/exec.c
34-@@ -1422,7 +1422,7 @@ static int exec_binprm(struct linux_binp
32+--- linux-3.19.8-100.fc20.orig/fs/exec.c
33++++ linux-3.19.8-100.fc20/fs/exec.c
34+@@ -1442,7 +1442,7 @@ static int exec_binprm(struct linux_binp
3535 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3636 rcu_read_unlock();
3737
@@ -40,8 +40,8 @@
4040 if (ret >= 0) {
4141 audit_bprm(bprm);
4242 trace_sched_process_exec(current, old_pid, bprm);
43---- linux-3.19.3-100.fc20.orig/fs/open.c
44-+++ linux-3.19.3-100.fc20/fs/open.c
43+--- linux-3.19.8-100.fc20.orig/fs/open.c
44++++ linux-3.19.8-100.fc20/fs/open.c
4545 @@ -1102,6 +1102,8 @@ EXPORT_SYMBOL(sys_close);
4646 */
4747 SYSCALL_DEFINE0(vhangup)
@@ -51,8 +51,8 @@
5151 if (capable(CAP_SYS_TTY_CONFIG)) {
5252 tty_vhangup_self();
5353 return 0;
54---- linux-3.19.3-100.fc20.orig/fs/proc/version.c
55-+++ linux-3.19.3-100.fc20/fs/proc/version.c
54+--- linux-3.19.8-100.fc20.orig/fs/proc/version.c
55++++ linux-3.19.8-100.fc20/fs/proc/version.c
5656 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
5757 return 0;
5858 }
@@ -60,12 +60,12 @@
6060 +
6161 +static int __init ccs_show_version(void)
6262 +{
63-+ printk(KERN_INFO "Hook version: 3.19.3-100.fc20 2015/04/08\n");
63++ printk(KERN_INFO "Hook version: 3.19.8-100.fc20 2015/06/06\n");
6464 + return 0;
6565 +}
6666 +fs_initcall(ccs_show_version);
67---- linux-3.19.3-100.fc20.orig/include/linux/init_task.h
68-+++ linux-3.19.3-100.fc20/include/linux/init_task.h
67+--- linux-3.19.8-100.fc20.orig/include/linux/init_task.h
68++++ linux-3.19.8-100.fc20/include/linux/init_task.h
6969 @@ -175,6 +175,14 @@ extern struct task_group root_task_group
7070 # define INIT_NUMA_BALANCING(tsk)
7171 #endif
@@ -89,8 +89,8 @@
8989 }
9090
9191
92---- linux-3.19.3-100.fc20.orig/include/linux/sched.h
93-+++ linux-3.19.3-100.fc20/include/linux/sched.h
92+--- linux-3.19.8-100.fc20.orig/include/linux/sched.h
93++++ linux-3.19.8-100.fc20/include/linux/sched.h
9494 @@ -6,6 +6,8 @@
9595 #include <linux/sched/prio.h>
9696
@@ -111,8 +111,8 @@
111111 };
112112
113113 /* Future-safe accessor for struct task_struct's cpus_allowed. */
114---- linux-3.19.3-100.fc20.orig/include/linux/security.h
115-+++ linux-3.19.3-100.fc20/include/linux/security.h
114+--- linux-3.19.8-100.fc20.orig/include/linux/security.h
115++++ linux-3.19.8-100.fc20/include/linux/security.h
116116 @@ -53,6 +53,7 @@ struct msg_queue;
117117 struct xattr;
118118 struct xfrm_sec_ctx;
@@ -324,8 +324,8 @@
324324 }
325325 #endif /* CONFIG_SECURITY_PATH */
326326
327---- linux-3.19.3-100.fc20.orig/include/net/ip.h
328-+++ linux-3.19.3-100.fc20/include/net/ip.h
327+--- linux-3.19.8-100.fc20.orig/include/net/ip.h
328++++ linux-3.19.8-100.fc20/include/net/ip.h
329329 @@ -215,6 +215,8 @@ void inet_get_local_port_range(struct ne
330330 #ifdef CONFIG_SYSCTL
331331 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -344,8 +344,8 @@
344344 return 0;
345345 }
346346 #endif
347---- linux-3.19.3-100.fc20.orig/kernel/fork.c
348-+++ linux-3.19.3-100.fc20/kernel/fork.c
347+--- linux-3.19.8-100.fc20.orig/kernel/fork.c
348++++ linux-3.19.8-100.fc20/kernel/fork.c
349349 @@ -246,6 +246,7 @@ void __put_task_struct(struct task_struc
350350 delayacct_tsk_free(tsk);
351351 put_signal_struct(tsk->signal);
@@ -372,8 +372,8 @@
372372 bad_fork_cleanup_perf:
373373 perf_event_free_task(p);
374374 bad_fork_cleanup_policy:
375---- linux-3.19.3-100.fc20.orig/kernel/kexec.c
376-+++ linux-3.19.3-100.fc20/kernel/kexec.c
375+--- linux-3.19.8-100.fc20.orig/kernel/kexec.c
376++++ linux-3.19.8-100.fc20/kernel/kexec.c
377377 @@ -42,6 +42,7 @@
378378 #include <asm/uaccess.h>
379379 #include <asm/io.h>
@@ -391,8 +391,8 @@
391391
392392 /*
393393 * kexec can be used to circumvent module loading restrictions, so
394---- linux-3.19.3-100.fc20.orig/kernel/module.c
395-+++ linux-3.19.3-100.fc20/kernel/module.c
394+--- linux-3.19.8-100.fc20.orig/kernel/module.c
395++++ linux-3.19.8-100.fc20/kernel/module.c
396396 @@ -61,6 +61,7 @@
397397 #include <linux/bsearch.h>
398398 #include <uapi/linux/module.h>
@@ -419,9 +419,9 @@
419419
420420 return 0;
421421 }
422---- linux-3.19.3-100.fc20.orig/kernel/ptrace.c
423-+++ linux-3.19.3-100.fc20/kernel/ptrace.c
424-@@ -1015,6 +1015,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
422+--- linux-3.19.8-100.fc20.orig/kernel/ptrace.c
423++++ linux-3.19.8-100.fc20/kernel/ptrace.c
424+@@ -1035,6 +1035,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
425425 {
426426 struct task_struct *child;
427427 long ret;
@@ -433,7 +433,7 @@
433433
434434 if (request == PTRACE_TRACEME) {
435435 ret = ptrace_traceme();
436-@@ -1162,6 +1167,11 @@ COMPAT_SYSCALL_DEFINE4(ptrace, compat_lo
436+@@ -1182,6 +1187,11 @@ COMPAT_SYSCALL_DEFINE4(ptrace, compat_lo
437437 {
438438 struct task_struct *child;
439439 long ret;
@@ -445,8 +445,8 @@
445445
446446 if (request == PTRACE_TRACEME) {
447447 ret = ptrace_traceme();
448---- linux-3.19.3-100.fc20.orig/kernel/reboot.c
449-+++ linux-3.19.3-100.fc20/kernel/reboot.c
448+--- linux-3.19.8-100.fc20.orig/kernel/reboot.c
449++++ linux-3.19.8-100.fc20/kernel/reboot.c
450450 @@ -16,6 +16,7 @@
451451 #include <linux/syscalls.h>
452452 #include <linux/syscore_ops.h>
@@ -464,9 +464,9 @@
464464
465465 /*
466466 * If pid namespaces are enabled and the current task is in a child
467---- linux-3.19.3-100.fc20.orig/kernel/sched/core.c
468-+++ linux-3.19.3-100.fc20/kernel/sched/core.c
469-@@ -3168,6 +3168,8 @@ int can_nice(const struct task_struct *p
467+--- linux-3.19.8-100.fc20.orig/kernel/sched/core.c
468++++ linux-3.19.8-100.fc20/kernel/sched/core.c
469+@@ -3170,6 +3170,8 @@ int can_nice(const struct task_struct *p
470470 SYSCALL_DEFINE1(nice, int, increment)
471471 {
472472 long nice, retval;
@@ -475,8 +475,8 @@
475475
476476 /*
477477 * Setpriority might change our priority at the same moment.
478---- linux-3.19.3-100.fc20.orig/kernel/signal.c
479-+++ linux-3.19.3-100.fc20/kernel/signal.c
478+--- linux-3.19.8-100.fc20.orig/kernel/signal.c
479++++ linux-3.19.8-100.fc20/kernel/signal.c
480480 @@ -2898,6 +2898,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
481481 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
482482 {
@@ -522,8 +522,8 @@
522522
523523 return do_send_specific(tgid, pid, sig, info);
524524 }
525---- linux-3.19.3-100.fc20.orig/kernel/sys.c
526-+++ linux-3.19.3-100.fc20/kernel/sys.c
525+--- linux-3.19.8-100.fc20.orig/kernel/sys.c
526++++ linux-3.19.8-100.fc20/kernel/sys.c
527527 @@ -177,6 +177,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
528528
529529 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -553,8 +553,8 @@
553553
554554 down_write(&uts_sem);
555555 errno = -EFAULT;
556---- linux-3.19.3-100.fc20.orig/kernel/time/ntp.c
557-+++ linux-3.19.3-100.fc20/kernel/time/ntp.c
556+--- linux-3.19.8-100.fc20.orig/kernel/time/ntp.c
557++++ linux-3.19.8-100.fc20/kernel/time/ntp.c
558558 @@ -16,6 +16,7 @@
559559 #include <linux/mm.h>
560560 #include <linux/module.h>
@@ -588,8 +588,8 @@
588588
589589 /*
590590 * Check for potential multiplication overflows that can
591---- linux-3.19.3-100.fc20.orig/net/ipv4/raw.c
592-+++ linux-3.19.3-100.fc20/net/ipv4/raw.c
591+--- linux-3.19.8-100.fc20.orig/net/ipv4/raw.c
592++++ linux-3.19.8-100.fc20/net/ipv4/raw.c
593593 @@ -730,6 +730,10 @@ static int raw_recvmsg(struct kiocb *ioc
594594 skb = skb_recv_datagram(sk, flags, noblock, &err);
595595 if (!skb)
@@ -601,8 +601,8 @@
601601
602602 copied = skb->len;
603603 if (len < copied) {
604---- linux-3.19.3-100.fc20.orig/net/ipv4/udp.c
605-+++ linux-3.19.3-100.fc20/net/ipv4/udp.c
604+--- linux-3.19.8-100.fc20.orig/net/ipv4/udp.c
605++++ linux-3.19.8-100.fc20/net/ipv4/udp.c
606606 @@ -1274,6 +1274,10 @@ try_again:
607607 &peeked, &off, &err);
608608 if (!skb)
@@ -614,8 +614,8 @@
614614
615615 ulen = skb->len - sizeof(struct udphdr);
616616 copied = len;
617---- linux-3.19.3-100.fc20.orig/net/ipv6/raw.c
618-+++ linux-3.19.3-100.fc20/net/ipv6/raw.c
617+--- linux-3.19.8-100.fc20.orig/net/ipv6/raw.c
618++++ linux-3.19.8-100.fc20/net/ipv6/raw.c
619619 @@ -478,6 +478,10 @@ static int rawv6_recvmsg(struct kiocb *i
620620 skb = skb_recv_datagram(sk, flags, noblock, &err);
621621 if (!skb)
@@ -627,8 +627,8 @@
627627
628628 copied = skb->len;
629629 if (copied > len) {
630---- linux-3.19.3-100.fc20.orig/net/ipv6/udp.c
631-+++ linux-3.19.3-100.fc20/net/ipv6/udp.c
630+--- linux-3.19.8-100.fc20.orig/net/ipv6/udp.c
631++++ linux-3.19.8-100.fc20/net/ipv6/udp.c
632632 @@ -416,6 +416,10 @@ try_again:
633633 &peeked, &off, &err);
634634 if (!skb)
@@ -640,8 +640,8 @@
640640
641641 ulen = skb->len - sizeof(struct udphdr);
642642 copied = len;
643---- linux-3.19.3-100.fc20.orig/net/socket.c
644-+++ linux-3.19.3-100.fc20/net/socket.c
643+--- linux-3.19.8-100.fc20.orig/net/socket.c
644++++ linux-3.19.8-100.fc20/net/socket.c
645645 @@ -1612,6 +1612,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
646646 if (err < 0)
647647 goto out_fd;
@@ -653,8 +653,8 @@
653653 if (upeer_sockaddr) {
654654 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
655655 &len, 2) < 0) {
656---- linux-3.19.3-100.fc20.orig/net/unix/af_unix.c
657-+++ linux-3.19.3-100.fc20/net/unix/af_unix.c
656+--- linux-3.19.8-100.fc20.orig/net/unix/af_unix.c
657++++ linux-3.19.8-100.fc20/net/unix/af_unix.c
658658 @@ -1816,6 +1816,10 @@ static int unix_dgram_recvmsg(struct kio
659659 wake_up_interruptible_sync_poll(&u->peer_wait,
660660 POLLOUT | POLLWRNORM | POLLWRBAND);
@@ -666,8 +666,8 @@
666666 if (msg->msg_name)
667667 unix_copy_addr(msg, skb->sk);
668668
669---- linux-3.19.3-100.fc20.orig/security/Kconfig
670-+++ linux-3.19.3-100.fc20/security/Kconfig
669+--- linux-3.19.8-100.fc20.orig/security/Kconfig
670++++ linux-3.19.8-100.fc20/security/Kconfig
671671 @@ -167,5 +167,7 @@ config DEFAULT_SECURITY
672672 default "yama" if DEFAULT_SECURITY_YAMA
673673 default "" if DEFAULT_SECURITY_DAC
@@ -676,8 +676,8 @@
676676 +
677677 endmenu
678678
679---- linux-3.19.3-100.fc20.orig/security/Makefile
680-+++ linux-3.19.3-100.fc20/security/Makefile
679+--- linux-3.19.8-100.fc20.orig/security/Makefile
680++++ linux-3.19.8-100.fc20/security/Makefile
681681 @@ -27,3 +27,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
682682 # Object integrity file lists
683683 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -685,8 +685,8 @@
685685 +
686686 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
687687 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
688---- linux-3.19.3-100.fc20.orig/security/security.c
689-+++ linux-3.19.3-100.fc20/security/security.c
688+--- linux-3.19.8-100.fc20.orig/security/security.c
689++++ linux-3.19.8-100.fc20/security/security.c
690690 @@ -203,7 +203,10 @@ int security_syslog(int type)
691691
692692 int security_settime(const struct timespec *ts, const struct timezone *tz)
--- trunk/caitsith-patch/patches/ccs-patch-3.13-ubuntu-14.04.diff (revision 152)
+++ trunk/caitsith-patch/patches/ccs-patch-3.13-ubuntu-14.04.diff (revision 153)
@@ -29,8 +29,8 @@
2929 security/security.c | 107 ++++++++++++++++++++++++++++++++++++++++------
3030 25 files changed, 236 insertions(+), 37 deletions(-)
3131
32---- linux-3.13.0-52.85.orig/fs/exec.c
33-+++ linux-3.13.0-52.85/fs/exec.c
32+--- linux-3.13.0-53.89.orig/fs/exec.c
33++++ linux-3.13.0-53.89/fs/exec.c
3434 @@ -1449,7 +1449,7 @@ static int exec_binprm(struct linux_binp
3535 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3636 rcu_read_unlock();
@@ -40,8 +40,8 @@
4040 if (ret >= 0) {
4141 audit_bprm(bprm);
4242 trace_sched_process_exec(current, old_pid, bprm);
43---- linux-3.13.0-52.85.orig/fs/open.c
44-+++ linux-3.13.0-52.85/fs/open.c
43+--- linux-3.13.0-53.89.orig/fs/open.c
44++++ linux-3.13.0-53.89/fs/open.c
4545 @@ -1090,6 +1090,8 @@ EXPORT_SYMBOL(sys_close);
4646 */
4747 SYSCALL_DEFINE0(vhangup)
@@ -51,8 +51,8 @@
5151 if (capable(CAP_SYS_TTY_CONFIG)) {
5252 tty_vhangup_self();
5353 return 0;
54---- linux-3.13.0-52.85.orig/fs/proc/version.c
55-+++ linux-3.13.0-52.85/fs/proc/version.c
54+--- linux-3.13.0-53.89.orig/fs/proc/version.c
55++++ linux-3.13.0-53.89/fs/proc/version.c
5656 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
5757 return 0;
5858 }
@@ -60,12 +60,12 @@
6060 +
6161 +static int __init ccs_show_version(void)
6262 +{
63-+ printk(KERN_INFO "Hook version: 3.13.0-52.85 2015/05/06\n");
63++ printk(KERN_INFO "Hook version: 3.13.0-53.89 2015/06/06\n");
6464 + return 0;
6565 +}
6666 +module_init(ccs_show_version);
67---- linux-3.13.0-52.85.orig/include/linux/init_task.h
68-+++ linux-3.13.0-52.85/include/linux/init_task.h
67+--- linux-3.13.0-53.89.orig/include/linux/init_task.h
68++++ linux-3.13.0-53.89/include/linux/init_task.h
6969 @@ -155,6 +155,14 @@ extern struct task_group root_task_group
7070
7171 #define INIT_TASK_COMM "swapper"
@@ -89,8 +89,8 @@
8989 }
9090
9191
92---- linux-3.13.0-52.85.orig/include/linux/sched.h
93-+++ linux-3.13.0-52.85/include/linux/sched.h
92+--- linux-3.13.0-53.89.orig/include/linux/sched.h
93++++ linux-3.13.0-53.89/include/linux/sched.h
9494 @@ -4,6 +4,8 @@
9595 #include <uapi/linux/sched.h>
9696
@@ -111,8 +111,8 @@
111111 };
112112
113113 /* Future-safe accessor for struct task_struct's cpus_allowed. */
114---- linux-3.13.0-52.85.orig/include/linux/security.h
115-+++ linux-3.13.0-52.85/include/linux/security.h
114+--- linux-3.13.0-53.89.orig/include/linux/security.h
115++++ linux-3.13.0-53.89/include/linux/security.h
116116 @@ -53,6 +53,7 @@ struct msg_queue;
117117 struct xattr;
118118 struct xfrm_sec_ctx;
@@ -314,8 +314,8 @@
314314 }
315315 #endif /* CONFIG_SECURITY_PATH */
316316
317---- linux-3.13.0-52.85.orig/include/net/ip.h
318-+++ linux-3.13.0-52.85/include/net/ip.h
317+--- linux-3.13.0-53.89.orig/include/net/ip.h
318++++ linux-3.13.0-53.89/include/net/ip.h
319319 @@ -224,6 +224,8 @@ void inet_get_local_port_range(struct ne
320320 extern unsigned long *sysctl_local_reserved_ports;
321321 static inline int inet_is_reserved_local_port(int port)
@@ -325,8 +325,8 @@
325325 return test_bit(port, sysctl_local_reserved_ports);
326326 }
327327
328---- linux-3.13.0-52.85.orig/kernel/fork.c
329-+++ linux-3.13.0-52.85/kernel/fork.c
328+--- linux-3.13.0-53.89.orig/kernel/fork.c
329++++ linux-3.13.0-53.89/kernel/fork.c
330330 @@ -242,6 +242,7 @@ void __put_task_struct(struct task_struc
331331 delayacct_tsk_free(tsk);
332332 put_signal_struct(tsk->signal);
@@ -353,8 +353,8 @@
353353 bad_fork_cleanup_perf:
354354 perf_event_free_task(p);
355355 bad_fork_cleanup_policy:
356---- linux-3.13.0-52.85.orig/kernel/kexec.c
357-+++ linux-3.13.0-52.85/kernel/kexec.c
356+--- linux-3.13.0-53.89.orig/kernel/kexec.c
357++++ linux-3.13.0-53.89/kernel/kexec.c
358358 @@ -37,6 +37,7 @@
359359 #include <asm/uaccess.h>
360360 #include <asm/io.h>
@@ -372,8 +372,8 @@
372372
373373 /*
374374 * Verify we have a legal set of flags
375---- linux-3.13.0-52.85.orig/kernel/module.c
376-+++ linux-3.13.0-52.85/kernel/module.c
375+--- linux-3.13.0-53.89.orig/kernel/module.c
376++++ linux-3.13.0-53.89/kernel/module.c
377377 @@ -63,6 +63,7 @@
378378 #include <linux/fips.h>
379379 #include <uapi/linux/module.h>
@@ -400,8 +400,8 @@
400400
401401 return 0;
402402 }
403---- linux-3.13.0-52.85.orig/kernel/ptrace.c
404-+++ linux-3.13.0-52.85/kernel/ptrace.c
403+--- linux-3.13.0-53.89.orig/kernel/ptrace.c
404++++ linux-3.13.0-53.89/kernel/ptrace.c
405405 @@ -1038,6 +1038,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
406406 {
407407 struct task_struct *child;
@@ -426,8 +426,8 @@
426426
427427 if (request == PTRACE_TRACEME) {
428428 ret = ptrace_traceme();
429---- linux-3.13.0-52.85.orig/kernel/reboot.c
430-+++ linux-3.13.0-52.85/kernel/reboot.c
429+--- linux-3.13.0-53.89.orig/kernel/reboot.c
430++++ linux-3.13.0-53.89/kernel/reboot.c
431431 @@ -16,6 +16,7 @@
432432 #include <linux/syscalls.h>
433433 #include <linux/syscore_ops.h>
@@ -445,8 +445,8 @@
445445
446446 /*
447447 * If pid namespaces are enabled and the current task is in a child
448---- linux-3.13.0-52.85.orig/kernel/sched/core.c
449-+++ linux-3.13.0-52.85/kernel/sched/core.c
448+--- linux-3.13.0-53.89.orig/kernel/sched/core.c
449++++ linux-3.13.0-53.89/kernel/sched/core.c
450450 @@ -2909,6 +2909,8 @@ int can_nice(const struct task_struct *p
451451 SYSCALL_DEFINE1(nice, int, increment)
452452 {
@@ -456,8 +456,8 @@
456456
457457 /*
458458 * Setpriority might change our priority at the same moment.
459---- linux-3.13.0-52.85.orig/kernel/signal.c
460-+++ linux-3.13.0-52.85/kernel/signal.c
459+--- linux-3.13.0-53.89.orig/kernel/signal.c
460++++ linux-3.13.0-53.89/kernel/signal.c
461461 @@ -2909,6 +2909,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
462462 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
463463 {
@@ -503,8 +503,8 @@
503503
504504 return do_send_specific(tgid, pid, sig, info);
505505 }
506---- linux-3.13.0-52.85.orig/kernel/sys.c
507-+++ linux-3.13.0-52.85/kernel/sys.c
506+--- linux-3.13.0-53.89.orig/kernel/sys.c
507++++ linux-3.13.0-53.89/kernel/sys.c
508508 @@ -171,6 +171,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
509509
510510 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -534,8 +534,8 @@
534534
535535 down_write(&uts_sem);
536536 errno = -EFAULT;
537---- linux-3.13.0-52.85.orig/kernel/time/ntp.c
538-+++ linux-3.13.0-52.85/kernel/time/ntp.c
537+--- linux-3.13.0-53.89.orig/kernel/time/ntp.c
538++++ linux-3.13.0-53.89/kernel/time/ntp.c
539539 @@ -16,6 +16,7 @@
540540 #include <linux/mm.h>
541541 #include <linux/module.h>
@@ -569,8 +569,8 @@
569569
570570 /*
571571 * Check for potential multiplication overflows that can
572---- linux-3.13.0-52.85.orig/net/ipv4/raw.c
573-+++ linux-3.13.0-52.85/net/ipv4/raw.c
572+--- linux-3.13.0-53.89.orig/net/ipv4/raw.c
573++++ linux-3.13.0-53.89/net/ipv4/raw.c
574574 @@ -704,6 +704,10 @@ static int raw_recvmsg(struct kiocb *ioc
575575 skb = skb_recv_datagram(sk, flags, noblock, &err);
576576 if (!skb)
@@ -582,8 +582,8 @@
582582
583583 copied = skb->len;
584584 if (len < copied) {
585---- linux-3.13.0-52.85.orig/net/ipv4/udp.c
586-+++ linux-3.13.0-52.85/net/ipv4/udp.c
585+--- linux-3.13.0-53.89.orig/net/ipv4/udp.c
586++++ linux-3.13.0-53.89/net/ipv4/udp.c
587587 @@ -1243,6 +1243,10 @@ try_again:
588588 &peeked, &off, &err);
589589 if (!skb)
@@ -595,8 +595,8 @@
595595
596596 ulen = skb->len - sizeof(struct udphdr);
597597 copied = len;
598---- linux-3.13.0-52.85.orig/net/ipv6/raw.c
599-+++ linux-3.13.0-52.85/net/ipv6/raw.c
598+--- linux-3.13.0-53.89.orig/net/ipv6/raw.c
599++++ linux-3.13.0-53.89/net/ipv6/raw.c
600600 @@ -474,6 +474,10 @@ static int rawv6_recvmsg(struct kiocb *i
601601 skb = skb_recv_datagram(sk, flags, noblock, &err);
602602 if (!skb)
@@ -608,8 +608,8 @@
608608
609609 copied = skb->len;
610610 if (copied > len) {
611---- linux-3.13.0-52.85.orig/net/ipv6/udp.c
612-+++ linux-3.13.0-52.85/net/ipv6/udp.c
611+--- linux-3.13.0-53.89.orig/net/ipv6/udp.c
612++++ linux-3.13.0-53.89/net/ipv6/udp.c
613613 @@ -403,6 +403,10 @@ try_again:
614614 &peeked, &off, &err);
615615 if (!skb)
@@ -621,8 +621,8 @@
621621
622622 ulen = skb->len - sizeof(struct udphdr);
623623 copied = len;
624---- linux-3.13.0-52.85.orig/net/socket.c
625-+++ linux-3.13.0-52.85/net/socket.c
624+--- linux-3.13.0-53.89.orig/net/socket.c
625++++ linux-3.13.0-53.89/net/socket.c
626626 @@ -1616,6 +1616,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
627627 if (err < 0)
628628 goto out_fd;
@@ -634,8 +634,8 @@
634634 if (upeer_sockaddr) {
635635 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
636636 &len, 2) < 0) {
637---- linux-3.13.0-52.85.orig/net/unix/af_unix.c
638-+++ linux-3.13.0-52.85/net/unix/af_unix.c
637+--- linux-3.13.0-53.89.orig/net/unix/af_unix.c
638++++ linux-3.13.0-53.89/net/unix/af_unix.c
639639 @@ -1809,6 +1809,10 @@ static int unix_dgram_recvmsg(struct kio
640640 wake_up_interruptible_sync_poll(&u->peer_wait,
641641 POLLOUT | POLLWRNORM | POLLWRBAND);
@@ -647,8 +647,8 @@
647647 if (msg->msg_name)
648648 unix_copy_addr(msg, skb->sk);
649649
650---- linux-3.13.0-52.85.orig/security/Kconfig
651-+++ linux-3.13.0-52.85/security/Kconfig
650+--- linux-3.13.0-53.89.orig/security/Kconfig
651++++ linux-3.13.0-53.89/security/Kconfig
652652 @@ -167,5 +167,7 @@ config DEFAULT_SECURITY
653653 default "yama" if DEFAULT_SECURITY_YAMA
654654 default "" if DEFAULT_SECURITY_DAC
@@ -657,8 +657,8 @@
657657 +
658658 endmenu
659659
660---- linux-3.13.0-52.85.orig/security/Makefile
661-+++ linux-3.13.0-52.85/security/Makefile
660+--- linux-3.13.0-53.89.orig/security/Makefile
661++++ linux-3.13.0-53.89/security/Makefile
662662 @@ -27,3 +27,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
663663 # Object integrity file lists
664664 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -666,8 +666,8 @@
666666 +
667667 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
668668 +obj-$(CONFIG_CCSECURITY) += ccsecurity/built-in.o
669---- linux-3.13.0-52.85.orig/security/security.c
670-+++ linux-3.13.0-52.85/security/security.c
669+--- linux-3.13.0-53.89.orig/security/security.c
670++++ linux-3.13.0-53.89/security/security.c
671671 @@ -203,7 +203,10 @@ int security_syslog(int type)
672672
673673 int security_settime(const struct timespec *ts, const struct timezone *tz)
--- trunk/caitsith-patch/patches/ccs-patch-3.10-centos-7.diff (revision 152)
+++ trunk/caitsith-patch/patches/ccs-patch-3.10-centos-7.diff (revision 153)
@@ -1,6 +1,6 @@
11 This is TOMOYO Linux patch for CentOS 7.
22
3-Source code for this patch is http://vault.centos.org/centos/7/updates/Source/SPackages/kernel-3.10.0-229.1.2.el7.src.rpm
3+Source code for this patch is http://vault.centos.org/centos/7/updates/Source/SPackages/kernel-3.10.0-229.4.2.el7.src.rpm
44 ---
55 fs/exec.c | 2
66 fs/open.c | 2
@@ -28,9 +28,9 @@
2828 security/security.c | 111 +++++++++++++++++++++++++++++++++++++++++-----
2929 24 files changed, 248 insertions(+), 37 deletions(-)
3030
31---- linux-3.10.0-229.1.2.el7.orig/fs/exec.c
32-+++ linux-3.10.0-229.1.2.el7/fs/exec.c
33-@@ -1537,7 +1537,7 @@ static int do_execve_common(const char *
31+--- linux-3.10.0-229.4.2.el7.orig/fs/exec.c
32++++ linux-3.10.0-229.4.2.el7/fs/exec.c
33+@@ -1550,7 +1550,7 @@ static int do_execve_common(struct filen
3434 if (retval < 0)
3535 goto out;
3636
@@ -39,9 +39,9 @@
3939 if (retval < 0)
4040 goto out;
4141
42---- linux-3.10.0-229.1.2.el7.orig/fs/open.c
43-+++ linux-3.10.0-229.1.2.el7/fs/open.c
44-@@ -1104,6 +1104,8 @@ EXPORT_SYMBOL(sys_close);
42+--- linux-3.10.0-229.4.2.el7.orig/fs/open.c
43++++ linux-3.10.0-229.4.2.el7/fs/open.c
44+@@ -1110,6 +1110,8 @@ EXPORT_SYMBOL(sys_close);
4545 */
4646 SYSCALL_DEFINE0(vhangup)
4747 {
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-3.10.0-229.1.2.el7.orig/fs/proc/version.c
54-+++ linux-3.10.0-229.1.2.el7/fs/proc/version.c
53+--- linux-3.10.0-229.4.2.el7.orig/fs/proc/version.c
54++++ linux-3.10.0-229.4.2.el7/fs/proc/version.c
5555 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 3.10.0-229.1.2.el7 2015/04/01\n");
62++ printk(KERN_INFO "Hook version: 3.10.0-229.4.2.el7 2015/06/06\n");
6363 + return 0;
6464 +}
6565 +module_init(ccs_show_version);
66---- linux-3.10.0-229.1.2.el7.orig/include/linux/init_task.h
67-+++ linux-3.10.0-229.1.2.el7/include/linux/init_task.h
66+--- linux-3.10.0-229.4.2.el7.orig/include/linux/init_task.h
67++++ linux-3.10.0-229.4.2.el7/include/linux/init_task.h
6868 @@ -155,6 +155,14 @@ extern struct task_group root_task_group
6969
7070 #define INIT_TASK_COMM "swapper"
@@ -88,8 +88,8 @@
8888 }
8989
9090
91---- linux-3.10.0-229.1.2.el7.orig/include/linux/sched.h
92-+++ linux-3.10.0-229.1.2.el7/include/linux/sched.h
91+--- linux-3.10.0-229.4.2.el7.orig/include/linux/sched.h
92++++ linux-3.10.0-229.4.2.el7/include/linux/sched.h
9393 @@ -4,6 +4,8 @@
9494 #include <uapi/linux/sched.h>
9595 #include <linux/rh_kabi.h>
@@ -99,7 +99,7 @@
9999 struct sched_param {
100100 int sched_priority;
101101 };
102-@@ -1555,6 +1557,10 @@ struct task_struct {
102+@@ -1557,6 +1559,10 @@ struct task_struct {
103103 RH_KABI_RESERVE(6)
104104 RH_KABI_RESERVE(7)
105105 RH_KABI_RESERVE(8)
@@ -110,8 +110,8 @@
110110 };
111111
112112 /* Future-safe accessor for struct task_struct's cpus_allowed. */
113---- linux-3.10.0-229.1.2.el7.orig/include/linux/security.h
114-+++ linux-3.10.0-229.1.2.el7/include/linux/security.h
113+--- linux-3.10.0-229.4.2.el7.orig/include/linux/security.h
114++++ linux-3.10.0-229.4.2.el7/include/linux/security.h
115115 @@ -53,6 +53,7 @@ struct msg_queue;
116116 struct xattr;
117117 struct xfrm_sec_ctx;
@@ -323,8 +323,8 @@
323323 }
324324 #endif /* CONFIG_SECURITY_PATH */
325325
326---- linux-3.10.0-229.1.2.el7.orig/include/net/ip.h
327-+++ linux-3.10.0-229.1.2.el7/include/net/ip.h
326+--- linux-3.10.0-229.4.2.el7.orig/include/net/ip.h
327++++ linux-3.10.0-229.4.2.el7/include/net/ip.h
328328 @@ -229,6 +229,8 @@ extern void inet_get_local_port_range(in
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-229.1.2.el7.orig/kernel/fork.c
338-+++ linux-3.10.0-229.1.2.el7/kernel/fork.c
337+--- linux-3.10.0-229.4.2.el7.orig/kernel/fork.c
338++++ linux-3.10.0-229.4.2.el7/kernel/fork.c
339339 @@ -242,6 +242,7 @@ void __put_task_struct(struct task_struc
340340 delayacct_tsk_free(tsk);
341341 put_signal_struct(tsk->signal);
@@ -362,8 +362,8 @@
362362 bad_fork_cleanup_policy:
363363 perf_event_free_task(p);
364364 #ifdef CONFIG_NUMA
365---- linux-3.10.0-229.1.2.el7.orig/kernel/kexec.c
366-+++ linux-3.10.0-229.1.2.el7/kernel/kexec.c
365+--- linux-3.10.0-229.4.2.el7.orig/kernel/kexec.c
366++++ linux-3.10.0-229.4.2.el7/kernel/kexec.c
367367 @@ -1250,6 +1250,8 @@ SYSCALL_DEFINE4(kexec_load, unsigned lon
368368 /* We only trust the superuser with rebooting the system. */
369369 if (!capable(CAP_SYS_BOOT) || kexec_load_disabled)
@@ -373,8 +373,8 @@
373373
374374 if (get_securelevel() > 0)
375375 return -EPERM;
376---- linux-3.10.0-229.1.2.el7.orig/kernel/module.c
377-+++ linux-3.10.0-229.1.2.el7/kernel/module.c
376+--- linux-3.10.0-229.4.2.el7.orig/kernel/module.c
377++++ linux-3.10.0-229.4.2.el7/kernel/module.c
378378 @@ -62,6 +62,7 @@
379379 #include <linux/bsearch.h>
380380 #include <uapi/linux/module.h>
@@ -401,8 +401,8 @@
401401
402402 return 0;
403403 }
404---- linux-3.10.0-229.1.2.el7.orig/kernel/ptrace.c
405-+++ linux-3.10.0-229.1.2.el7/kernel/ptrace.c
404+--- linux-3.10.0-229.4.2.el7.orig/kernel/ptrace.c
405++++ linux-3.10.0-229.4.2.el7/kernel/ptrace.c
406406 @@ -998,6 +998,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
407407 {
408408 struct task_struct *child;
@@ -427,9 +427,9 @@
427427
428428 if (request == PTRACE_TRACEME) {
429429 ret = ptrace_traceme();
430---- linux-3.10.0-229.1.2.el7.orig/kernel/sched/core.c
431-+++ linux-3.10.0-229.1.2.el7/kernel/sched/core.c
432-@@ -3917,6 +3917,8 @@ int can_nice(const struct task_struct *p
430+--- linux-3.10.0-229.4.2.el7.orig/kernel/sched/core.c
431++++ linux-3.10.0-229.4.2.el7/kernel/sched/core.c
432+@@ -3929,6 +3929,8 @@ int can_nice(const struct task_struct *p
433433 SYSCALL_DEFINE1(nice, int, increment)
434434 {
435435 long nice, retval;
@@ -438,8 +438,8 @@
438438
439439 /*
440440 * Setpriority might change our priority at the same moment.
441---- linux-3.10.0-229.1.2.el7.orig/kernel/signal.c
442-+++ linux-3.10.0-229.1.2.el7/kernel/signal.c
441+--- linux-3.10.0-229.4.2.el7.orig/kernel/signal.c
442++++ linux-3.10.0-229.4.2.el7/kernel/signal.c
443443 @@ -2909,6 +2909,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-229.1.2.el7.orig/kernel/sys.c
489-+++ linux-3.10.0-229.1.2.el7/kernel/sys.c
488+--- linux-3.10.0-229.4.2.el7.orig/kernel/sys.c
489++++ linux-3.10.0-229.4.2.el7/kernel/sys.c
490490 @@ -186,6 +186,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
491491
492492 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -525,8 +525,8 @@
525525
526526 down_write(&uts_sem);
527527 errno = -EFAULT;
528---- linux-3.10.0-229.1.2.el7.orig/kernel/time/ntp.c
529-+++ linux-3.10.0-229.1.2.el7/kernel/time/ntp.c
528+--- linux-3.10.0-229.4.2.el7.orig/kernel/time/ntp.c
529++++ linux-3.10.0-229.4.2.el7/kernel/time/ntp.c
530530 @@ -16,6 +16,7 @@
531531 #include <linux/mm.h>
532532 #include <linux/module.h>
@@ -560,8 +560,8 @@
560560
561561 return 0;
562562 }
563---- linux-3.10.0-229.1.2.el7.orig/net/ipv4/raw.c
564-+++ linux-3.10.0-229.1.2.el7/net/ipv4/raw.c
563+--- linux-3.10.0-229.4.2.el7.orig/net/ipv4/raw.c
564++++ linux-3.10.0-229.4.2.el7/net/ipv4/raw.c
565565 @@ -702,6 +702,10 @@ static int raw_recvmsg(struct kiocb *ioc
566566 skb = skb_recv_datagram(sk, flags, noblock, &err);
567567 if (!skb)
@@ -573,8 +573,8 @@
573573
574574 copied = skb->len;
575575 if (len < copied) {
576---- linux-3.10.0-229.1.2.el7.orig/net/ipv4/udp.c
577-+++ linux-3.10.0-229.1.2.el7/net/ipv4/udp.c
576+--- linux-3.10.0-229.4.2.el7.orig/net/ipv4/udp.c
577++++ linux-3.10.0-229.4.2.el7/net/ipv4/udp.c
578578 @@ -1259,6 +1259,10 @@ try_again:
579579 &peeked, &off, &err);
580580 if (!skb)
@@ -586,8 +586,8 @@
586586
587587 ulen = skb->len - sizeof(struct udphdr);
588588 copied = len;
589---- linux-3.10.0-229.1.2.el7.orig/net/ipv6/raw.c
590-+++ linux-3.10.0-229.1.2.el7/net/ipv6/raw.c
589+--- linux-3.10.0-229.4.2.el7.orig/net/ipv6/raw.c
590++++ linux-3.10.0-229.4.2.el7/net/ipv6/raw.c
591591 @@ -467,6 +467,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-229.1.2.el7.orig/net/ipv6/udp.c
603-+++ linux-3.10.0-229.1.2.el7/net/ipv6/udp.c
602+--- linux-3.10.0-229.4.2.el7.orig/net/ipv6/udp.c
603++++ linux-3.10.0-229.4.2.el7/net/ipv6/udp.c
604604 @@ -380,6 +380,10 @@ try_again:
605605 &peeked, &off, &err);
606606 if (!skb)
@@ -612,8 +612,8 @@
612612
613613 ulen = skb->len - sizeof(struct udphdr);
614614 copied = len;
615---- linux-3.10.0-229.1.2.el7.orig/net/socket.c
616-+++ linux-3.10.0-229.1.2.el7/net/socket.c
615+--- linux-3.10.0-229.4.2.el7.orig/net/socket.c
616++++ linux-3.10.0-229.4.2.el7/net/socket.c
617617 @@ -1628,6 +1628,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-229.1.2.el7.orig/net/unix/af_unix.c
629-+++ linux-3.10.0-229.1.2.el7/net/unix/af_unix.c
628+--- linux-3.10.0-229.4.2.el7.orig/net/unix/af_unix.c
629++++ linux-3.10.0-229.4.2.el7/net/unix/af_unix.c
630630 @@ -1810,6 +1810,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-229.1.2.el7.orig/security/Kconfig
642-+++ linux-3.10.0-229.1.2.el7/security/Kconfig
641+--- linux-3.10.0-229.4.2.el7.orig/security/Kconfig
642++++ linux-3.10.0-229.4.2.el7/security/Kconfig
643643 @@ -175,5 +175,7 @@ config DEFAULT_SECURITY
644644 default "yama" if DEFAULT_SECURITY_YAMA
645645 default "" if DEFAULT_SECURITY_DAC
@@ -648,8 +648,8 @@
648648 +
649649 endmenu
650650
651---- linux-3.10.0-229.1.2.el7.orig/security/Makefile
652-+++ linux-3.10.0-229.1.2.el7/security/Makefile
651+--- linux-3.10.0-229.4.2.el7.orig/security/Makefile
652++++ linux-3.10.0-229.4.2.el7/security/Makefile
653653 @@ -29,3 +29,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
654654 # Object integrity file lists
655655 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -657,8 +657,8 @@
657657 +
658658 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
659659 +obj-$(CONFIG_CCSECURITY) += ccsecurity/built-in.o
660---- linux-3.10.0-229.1.2.el7.orig/security/security.c
661-+++ linux-3.10.0-229.1.2.el7/security/security.c
660+--- linux-3.10.0-229.4.2.el7.orig/security/security.c
661++++ linux-3.10.0-229.4.2.el7/security/security.c
662662 @@ -203,7 +203,10 @@ int security_syslog(int type)
663663
664664 int security_settime(const struct timespec *ts, const struct timezone *tz)
--- trunk/caitsith-patch/patches/ccs-patch-3.2-ubuntu-12.04.diff (revision 152)
+++ trunk/caitsith-patch/patches/ccs-patch-3.2-ubuntu-12.04.diff (revision 153)
@@ -28,8 +28,8 @@
2828 security/security.c | 132 +++++++++++++++++++++++++++++++++++++---------
2929 24 files changed, 245 insertions(+), 49 deletions(-)
3030
31---- linux-3.2.0-83.120.orig/fs/exec.c
32-+++ linux-3.2.0-83.120/fs/exec.c
31+--- linux-3.2.0-84.121.orig/fs/exec.c
32++++ linux-3.2.0-84.121/fs/exec.c
3333 @@ -1582,7 +1582,7 @@ static int do_execve_common(const char *
3434 if (retval < 0)
3535 goto out;
@@ -39,8 +39,8 @@
3939 if (retval < 0)
4040 goto out;
4141
42---- linux-3.2.0-83.120.orig/fs/open.c
43-+++ linux-3.2.0-83.120/fs/open.c
42+--- linux-3.2.0-84.121.orig/fs/open.c
43++++ linux-3.2.0-84.121/fs/open.c
4444 @@ -1129,6 +1129,8 @@ EXPORT_SYMBOL(sys_close);
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-3.2.0-83.120.orig/fs/proc/version.c
54-+++ linux-3.2.0-83.120/fs/proc/version.c
53+--- linux-3.2.0-84.121.orig/fs/proc/version.c
54++++ linux-3.2.0-84.121/fs/proc/version.c
5555 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 3.2.0-83.120 2015/05/06\n");
62++ printk(KERN_INFO "Hook version: 3.2.0-84.121 2015/06/06\n");
6363 + return 0;
6464 +}
6565 +module_init(ccs_show_version);
66---- linux-3.2.0-83.120.orig/include/linux/init_task.h
67-+++ linux-3.2.0-83.120/include/linux/init_task.h
66+--- linux-3.2.0-84.121.orig/include/linux/init_task.h
67++++ linux-3.2.0-84.121/include/linux/init_task.h
6868 @@ -144,6 +144,14 @@ extern struct task_group root_task_group
6969
7070 #define INIT_TASK_COMM "swapper"
@@ -88,8 +88,8 @@
8888 }
8989
9090
91---- linux-3.2.0-83.120.orig/include/linux/sched.h
92-+++ linux-3.2.0-83.120/include/linux/sched.h
91+--- linux-3.2.0-84.121.orig/include/linux/sched.h
92++++ linux-3.2.0-84.121/include/linux/sched.h
9393 @@ -44,6 +44,8 @@
9494
9595 #ifdef __KERNEL__
@@ -110,8 +110,8 @@
110110 };
111111
112112 /* Future-safe accessor for struct task_struct's cpus_allowed. */
113---- linux-3.2.0-83.120.orig/include/linux/security.h
114-+++ linux-3.2.0-83.120/include/linux/security.h
113+--- linux-3.2.0-84.121.orig/include/linux/security.h
114++++ linux-3.2.0-84.121/include/linux/security.h
115115 @@ -38,6 +38,7 @@
116116 #include <linux/slab.h>
117117 #include <linux/xattr.h>
@@ -308,8 +308,8 @@
308308 }
309309 #endif /* CONFIG_SECURITY_PATH */
310310
311---- linux-3.2.0-83.120.orig/include/net/ip.h
312-+++ linux-3.2.0-83.120/include/net/ip.h
311+--- linux-3.2.0-84.121.orig/include/net/ip.h
312++++ linux-3.2.0-84.121/include/net/ip.h
313313 @@ -217,6 +217,8 @@ extern void inet_get_local_port_range(in
314314 extern unsigned long *sysctl_local_reserved_ports;
315315 static inline int inet_is_reserved_local_port(int port)
@@ -319,8 +319,8 @@
319319 return test_bit(port, sysctl_local_reserved_ports);
320320 }
321321
322---- linux-3.2.0-83.120.orig/kernel/fork.c
323-+++ linux-3.2.0-83.120/kernel/fork.c
322+--- linux-3.2.0-84.121.orig/kernel/fork.c
323++++ linux-3.2.0-84.121/kernel/fork.c
324324 @@ -198,6 +198,7 @@ void __put_task_struct(struct task_struc
325325 delayacct_tsk_free(tsk);
326326 put_signal_struct(tsk->signal);
@@ -347,8 +347,8 @@
347347 bad_fork_cleanup_perf:
348348 perf_event_free_task(p);
349349 bad_fork_cleanup_policy:
350---- linux-3.2.0-83.120.orig/kernel/kexec.c
351-+++ linux-3.2.0-83.120/kernel/kexec.c
350+--- linux-3.2.0-84.121.orig/kernel/kexec.c
351++++ linux-3.2.0-84.121/kernel/kexec.c
352352 @@ -39,6 +39,7 @@
353353 #include <asm/io.h>
354354 #include <asm/system.h>
@@ -366,8 +366,8 @@
366366
367367 /* Processes in containers must not be allowed to load a new
368368 * kernel, even if they have CAP_SYS_BOOT */
369---- linux-3.2.0-83.120.orig/kernel/module.c
370-+++ linux-3.2.0-83.120/kernel/module.c
369+--- linux-3.2.0-84.121.orig/kernel/module.c
370++++ linux-3.2.0-84.121/kernel/module.c
371371 @@ -58,6 +58,7 @@
372372 #include <linux/jump_label.h>
373373 #include <linux/pfn.h>
@@ -394,8 +394,8 @@
394394
395395 /* Do all the hard work */
396396 mod = load_module(umod, len, uargs);
397---- linux-3.2.0-83.120.orig/kernel/ptrace.c
398-+++ linux-3.2.0-83.120/kernel/ptrace.c
397+--- linux-3.2.0-84.121.orig/kernel/ptrace.c
398++++ linux-3.2.0-84.121/kernel/ptrace.c
399399 @@ -911,6 +911,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
400400 {
401401 struct task_struct *child;
@@ -420,8 +420,8 @@
420420
421421 if (request == PTRACE_TRACEME) {
422422 ret = ptrace_traceme();
423---- linux-3.2.0-83.120.orig/kernel/sched.c
424-+++ linux-3.2.0-83.120/kernel/sched.c
423+--- linux-3.2.0-84.121.orig/kernel/sched.c
424++++ linux-3.2.0-84.121/kernel/sched.c
425425 @@ -5313,6 +5313,8 @@ int can_nice(const struct task_struct *p
426426 SYSCALL_DEFINE1(nice, int, increment)
427427 {
@@ -431,8 +431,8 @@
431431
432432 /*
433433 * Setpriority might change our priority at the same moment.
434---- linux-3.2.0-83.120.orig/kernel/signal.c
435-+++ linux-3.2.0-83.120/kernel/signal.c
434+--- linux-3.2.0-84.121.orig/kernel/signal.c
435++++ linux-3.2.0-84.121/kernel/signal.c
436436 @@ -2755,6 +2755,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
437437 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
438438 {
@@ -478,8 +478,8 @@
478478
479479 return do_send_specific(tgid, pid, sig, info);
480480 }
481---- linux-3.2.0-83.120.orig/kernel/sys.c
482-+++ linux-3.2.0-83.120/kernel/sys.c
481+--- linux-3.2.0-84.121.orig/kernel/sys.c
482++++ linux-3.2.0-84.121/kernel/sys.c
483483 @@ -180,6 +180,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
484484
485485 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -518,8 +518,8 @@
518518
519519 down_write(&uts_sem);
520520 errno = -EFAULT;
521---- linux-3.2.0-83.120.orig/kernel/time/ntp.c
522-+++ linux-3.2.0-83.120/kernel/time/ntp.c
521+--- linux-3.2.0-84.121.orig/kernel/time/ntp.c
522++++ linux-3.2.0-84.121/kernel/time/ntp.c
523523 @@ -15,6 +15,7 @@
524524 #include <linux/time.h>
525525 #include <linux/mm.h>
@@ -553,8 +553,8 @@
553553 if (!(txc->modes & ADJ_NANO))
554554 delta.tv_nsec *= 1000;
555555 result = timekeeping_inject_offset(&delta);
556---- linux-3.2.0-83.120.orig/net/ipv4/raw.c
557-+++ linux-3.2.0-83.120/net/ipv4/raw.c
556+--- linux-3.2.0-84.121.orig/net/ipv4/raw.c
557++++ linux-3.2.0-84.121/net/ipv4/raw.c
558558 @@ -697,6 +697,10 @@ static int raw_recvmsg(struct kiocb *ioc
559559 skb = skb_recv_datagram(sk, flags, noblock, &err);
560560 if (!skb)
@@ -566,8 +566,8 @@
566566
567567 copied = skb->len;
568568 if (len < copied) {
569---- linux-3.2.0-83.120.orig/net/ipv4/udp.c
570-+++ linux-3.2.0-83.120/net/ipv4/udp.c
569+--- linux-3.2.0-84.121.orig/net/ipv4/udp.c
570++++ linux-3.2.0-84.121/net/ipv4/udp.c
571571 @@ -1182,6 +1182,10 @@ try_again:
572572 &peeked, &err);
573573 if (!skb)
@@ -579,8 +579,8 @@
579579
580580 ulen = skb->len - sizeof(struct udphdr);
581581 copied = len;
582---- linux-3.2.0-83.120.orig/net/ipv6/raw.c
583-+++ linux-3.2.0-83.120/net/ipv6/raw.c
582+--- linux-3.2.0-84.121.orig/net/ipv6/raw.c
583++++ linux-3.2.0-84.121/net/ipv6/raw.c
584584 @@ -465,6 +465,10 @@ static int rawv6_recvmsg(struct kiocb *i
585585 skb = skb_recv_datagram(sk, flags, noblock, &err);
586586 if (!skb)
@@ -592,8 +592,8 @@
592592
593593 copied = skb->len;
594594 if (copied > len) {
595---- linux-3.2.0-83.120.orig/net/ipv6/udp.c
596-+++ linux-3.2.0-83.120/net/ipv6/udp.c
595+--- linux-3.2.0-84.121.orig/net/ipv6/udp.c
596++++ linux-3.2.0-84.121/net/ipv6/udp.c
597597 @@ -358,6 +358,10 @@ try_again:
598598 &peeked, &err);
599599 if (!skb)
@@ -605,8 +605,8 @@
605605
606606 ulen = skb->len - sizeof(struct udphdr);
607607 copied = len;
608---- linux-3.2.0-83.120.orig/net/socket.c
609-+++ linux-3.2.0-83.120/net/socket.c
608+--- linux-3.2.0-84.121.orig/net/socket.c
609++++ linux-3.2.0-84.121/net/socket.c
610610 @@ -1531,6 +1531,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
611611 if (err < 0)
612612 goto out_fd;
@@ -618,8 +618,8 @@
618618 if (upeer_sockaddr) {
619619 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
620620 &len, 2) < 0) {
621---- linux-3.2.0-83.120.orig/net/unix/af_unix.c
622-+++ linux-3.2.0-83.120/net/unix/af_unix.c
621+--- linux-3.2.0-84.121.orig/net/unix/af_unix.c
622++++ linux-3.2.0-84.121/net/unix/af_unix.c
623623 @@ -1793,6 +1793,10 @@ static int unix_dgram_recvmsg(struct kio
624624 wake_up_interruptible_sync_poll(&u->peer_wait,
625625 POLLOUT | POLLWRNORM | POLLWRBAND);
@@ -631,8 +631,8 @@
631631 if (msg->msg_name)
632632 unix_copy_addr(msg, skb->sk);
633633
634---- linux-3.2.0-83.120.orig/security/Kconfig
635-+++ linux-3.2.0-83.120/security/Kconfig
634+--- linux-3.2.0-84.121.orig/security/Kconfig
635++++ linux-3.2.0-84.121/security/Kconfig
636636 @@ -233,5 +233,7 @@ config DEFAULT_SECURITY
637637 default "yama" if DEFAULT_SECURITY_YAMA
638638 default "" if DEFAULT_SECURITY_DAC
@@ -641,8 +641,8 @@
641641 +
642642 endmenu
643643
644---- linux-3.2.0-83.120.orig/security/Makefile
645-+++ linux-3.2.0-83.120/security/Makefile
644+--- linux-3.2.0-84.121.orig/security/Makefile
645++++ linux-3.2.0-84.121/security/Makefile
646646 @@ -28,3 +28,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
647647 # Object integrity file lists
648648 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -650,8 +650,8 @@
650650 +
651651 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
652652 +obj-$(CONFIG_CCSECURITY) += ccsecurity/built-in.o
653---- linux-3.2.0-83.120.orig/security/security.c
654-+++ linux-3.2.0-83.120/security/security.c
653+--- linux-3.2.0-84.121.orig/security/security.c
654++++ linux-3.2.0-84.121/security/security.c
655655 @@ -206,7 +206,10 @@ int security_syslog(int type)
656656
657657 int security_settime(const struct timespec *ts, const struct timezone *tz)
--- trunk/caitsith-patch/security/caitsith/gc.c (revision 152)
+++ trunk/caitsith-patch/security/caitsith/gc.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2005-2012 NTT DATA CORPORATION
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "internal.h"
--- trunk/caitsith-patch/security/caitsith/load_policy.c (revision 152)
+++ trunk/caitsith-patch/security/caitsith/load_policy.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2005-2012 NTT DATA CORPORATION
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include <linux/version.h>
--- trunk/caitsith-patch/security/caitsith/realpath.c (revision 152)
+++ trunk/caitsith-patch/security/caitsith/realpath.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2005-2012 NTT DATA CORPORATION
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "internal.h"
--- trunk/caitsith-patch/security/caitsith/internal.h (revision 152)
+++ trunk/caitsith-patch/security/caitsith/internal.h (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2005-2012 NTT DATA CORPORATION
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #ifndef _SECURITY_CAITSITH_INTERNAL_H
--- trunk/caitsith-patch/security/caitsith/policy_io.c (revision 152)
+++ trunk/caitsith-patch/security/caitsith/policy_io.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2005-2012 NTT DATA CORPORATION
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "internal.h"
@@ -2197,7 +2197,7 @@
21972197 static void cs_check_profile(void)
21982198 {
21992199 cs_policy_loaded = true;
2200- printk(KERN_INFO "CaitSith: 0.1.12 2015/04/08\n");
2200+ printk(KERN_INFO "CaitSith: 0.1.13 2015/06/06\n");
22012201 if (cs_policy_version == 20120401) {
22022202 printk(KERN_INFO "CaitSith module activated.\n");
22032203 return;
@@ -3108,7 +3108,7 @@
31083108 {
31093109 if (head->r.eof)
31103110 return;
3111- cs_set_string(head, "0.1.12");
3111+ cs_set_string(head, "0.1.13");
31123112 head->r.eof = true;
31133113 }
31143114
--- trunk/caitsith-patch/security/caitsith/memory.c (revision 152)
+++ trunk/caitsith-patch/security/caitsith/memory.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2005-2012 NTT DATA CORPORATION
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "internal.h"
--- trunk/caitsith-patch/security/caitsith/permission.c (revision 152)
+++ trunk/caitsith-patch/security/caitsith/permission.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2005-2012 NTT DATA CORPORATION
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "internal.h"
--- trunk/caitsith-patch/caitsith/lsm.c (revision 152)
+++ trunk/caitsith-patch/caitsith/lsm.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2010-2013 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include <linux/version.h>
--- trunk/caitsith-patch/caitsith/lsm-4.2.c (revision 152)
+++ trunk/caitsith-patch/caitsith/lsm-4.2.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2010-2013 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "caitsith.h"
--- trunk/caitsith-patch/caitsith/realpath.c (revision 152)
+++ trunk/caitsith-patch/caitsith/realpath.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2005-2012 NTT DATA CORPORATION
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "caitsith.h"
--- trunk/caitsith-patch/caitsith/mclsm.c (revision 152)
+++ trunk/caitsith-patch/caitsith/mclsm.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2010-2013 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "caitsith.h"
--- trunk/caitsith-patch/caitsith/caitsith.h (revision 152)
+++ trunk/caitsith-patch/caitsith/caitsith.h (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2005-2012 NTT DATA CORPORATION
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #ifndef _SECURITY_CAITSITH_INTERNAL_H
--- trunk/caitsith-patch/caitsith/lsm-2.6.27-vfs.c (revision 152)
+++ trunk/caitsith-patch/caitsith/lsm-2.6.27-vfs.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2010-2013 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "caitsith.h"
--- trunk/caitsith-patch/caitsith/lsm-2.6.27.c (revision 152)
+++ trunk/caitsith-patch/caitsith/lsm-2.6.27.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2010-2013 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "caitsith.h"
--- trunk/caitsith-patch/caitsith/policy_io.c (revision 152)
+++ trunk/caitsith-patch/caitsith/policy_io.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2005-2012 NTT DATA CORPORATION
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "caitsith.h"
@@ -2154,7 +2154,7 @@
21542154 void cs_check_profile(void)
21552155 {
21562156 cs_policy_loaded = true;
2157- printk(KERN_INFO "CaitSith (LSM): 0.1.12 2015/04/08\n");
2157+ printk(KERN_INFO "CaitSith (LSM): 0.1.13 2015/06/06\n");
21582158 if (cs_policy_version == 20120401) {
21592159 printk(KERN_INFO "CaitSith module activated.\n");
21602160 return;
@@ -3065,7 +3065,7 @@
30653065 {
30663066 if (head->r.eof)
30673067 return;
3068- cs_set_string(head, "0.1.12");
3068+ cs_set_string(head, "0.1.13");
30693069 head->r.eof = true;
30703070 }
30713071
--- trunk/caitsith-patch/caitsith/lsm-2.6.29.c (revision 152)
+++ trunk/caitsith-patch/caitsith/lsm-2.6.29.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2010-2013 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "caitsith.h"
--- trunk/caitsith-patch/caitsith/permission.c (revision 152)
+++ trunk/caitsith-patch/caitsith/permission.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2005-2012 NTT DATA CORPORATION
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "caitsith.h"
--- trunk/caitsith-patch/caitsith/gc.c (revision 152)
+++ trunk/caitsith-patch/caitsith/gc.c (revision 153)
@@ -3,7 +3,7 @@
33 *
44 * Copyright (C) 2005-2012 NTT DATA CORPORATION
55 *
6- * Version: 0.1.12 2015/04/08
6+ * Version: 0.1.13 2015/06/06
77 */
88
99 #include "caitsith.h"
Show on old repository browser