• R/O
  • SSH
  • HTTPS

tomoyo: コミット


コミットメタ情報

リビジョン6431 (tree)
日時2015-07-16 11:15:50
作者kumaneko

ログメッセージ

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

変更サマリ

差分

--- trunk/1.7.x/ccs-patch/patches/ccs-patch-2.6.32-centos-6.diff (revision 6430)
+++ trunk/1.7.x/ccs-patch/patches/ccs-patch-2.6.32-centos-6.diff (revision 6431)
@@ -1,6 +1,6 @@
11 This is TOMOYO Linux patch for CentOS 6.
22
3-Source code for this patch is http://vault.centos.org/6.6/updates/Source/SPackages/kernel-2.6.32-504.23.4.el6.src.rpm
3+Source code for this patch is http://vault.centos.org/6.6/updates/Source/SPackages/kernel-2.6.32-504.30.3.el6.src.rpm
44 ---
55 fs/compat.c | 3 ++-
66 fs/compat_ioctl.c | 7 +++++++
@@ -35,8 +35,8 @@
3535 security/Makefile | 3 +++
3636 31 files changed, 228 insertions(+), 2 deletions(-)
3737
38---- linux-2.6.32-504.23.4.el6.orig/fs/compat.c
39-+++ linux-2.6.32-504.23.4.el6/fs/compat.c
38+--- linux-2.6.32-504.30.3.el6.orig/fs/compat.c
39++++ linux-2.6.32-504.30.3.el6/fs/compat.c
4040 @@ -55,6 +55,7 @@
4141 #include <asm/mmu_context.h>
4242 #include <asm/ioctls.h>
@@ -54,8 +54,8 @@
5454 if (retval < 0)
5555 goto out;
5656
57---- linux-2.6.32-504.23.4.el6.orig/fs/compat_ioctl.c
58-+++ linux-2.6.32-504.23.4.el6/fs/compat_ioctl.c
57+--- linux-2.6.32-504.30.3.el6.orig/fs/compat_ioctl.c
58++++ linux-2.6.32-504.30.3.el6/fs/compat_ioctl.c
5959 @@ -114,6 +114,7 @@
6060 #ifdef CONFIG_SPARC
6161 #include <asm/fbio.h>
@@ -84,8 +84,8 @@
8484 if (filp->f_op && filp->f_op->compat_ioctl) {
8585 error = filp->f_op->compat_ioctl(filp, cmd, arg);
8686 if (error != -ENOIOCTLCMD)
87---- linux-2.6.32-504.23.4.el6.orig/fs/exec.c
88-+++ linux-2.6.32-504.23.4.el6/fs/exec.c
87+--- linux-2.6.32-504.30.3.el6.orig/fs/exec.c
88++++ linux-2.6.32-504.30.3.el6/fs/exec.c
8989 @@ -61,6 +61,7 @@
9090 #include <asm/mmu_context.h>
9191 #include <asm/tlb.h>
@@ -103,8 +103,8 @@
103103 if (retval < 0)
104104 goto out;
105105
106---- linux-2.6.32-504.23.4.el6.orig/fs/fcntl.c
107-+++ linux-2.6.32-504.23.4.el6/fs/fcntl.c
106+--- linux-2.6.32-504.30.3.el6.orig/fs/fcntl.c
107++++ linux-2.6.32-504.30.3.el6/fs/fcntl.c
108108 @@ -23,6 +23,7 @@
109109 #include <asm/poll.h>
110110 #include <asm/siginfo.h>
@@ -123,8 +123,8 @@
123123 /* O_NOATIME can only be set by the owner or superuser */
124124 if ((arg & O_NOATIME) && !(filp->f_flags & O_NOATIME))
125125 if (!is_owner_or_cap(inode))
126---- linux-2.6.32-504.23.4.el6.orig/fs/ioctl.c
127-+++ linux-2.6.32-504.23.4.el6/fs/ioctl.c
126+--- linux-2.6.32-504.30.3.el6.orig/fs/ioctl.c
127++++ linux-2.6.32-504.30.3.el6/fs/ioctl.c
128128 @@ -18,6 +18,7 @@
129129 #include <linux/falloc.h>
130130
@@ -151,8 +151,8 @@
151151 if (error)
152152 goto out_fput;
153153
154---- linux-2.6.32-504.23.4.el6.orig/fs/namei.c
155-+++ linux-2.6.32-504.23.4.el6/fs/namei.c
154+--- linux-2.6.32-504.30.3.el6.orig/fs/namei.c
155++++ linux-2.6.32-504.30.3.el6/fs/namei.c
156156 @@ -39,6 +39,8 @@
157157
158158 #define ACC_MODE(x) ("\000\004\002\006"[(x)&O_ACCMODE])
@@ -256,8 +256,8 @@
256256 if (error)
257257 goto exit5;
258258 error = vfs_rename(old_dir->d_inode, old_dentry,
259---- linux-2.6.32-504.23.4.el6.orig/fs/namespace.c
260-+++ linux-2.6.32-504.23.4.el6/fs/namespace.c
259+--- linux-2.6.32-504.30.3.el6.orig/fs/namespace.c
260++++ linux-2.6.32-504.30.3.el6/fs/namespace.c
261261 @@ -34,6 +34,7 @@
262262 #include <asm/unistd.h>
263263 #include "pnode.h"
@@ -341,8 +341,8 @@
341341 if (error) {
342342 path_put(&old);
343343 goto out1;
344---- linux-2.6.32-504.23.4.el6.orig/fs/open.c
345-+++ linux-2.6.32-504.23.4.el6/fs/open.c
344+--- linux-2.6.32-504.30.3.el6.orig/fs/open.c
345++++ linux-2.6.32-504.30.3.el6/fs/open.c
346346 @@ -31,6 +31,7 @@
347347 #include <linux/falloc.h>
348348 #include <linux/fs_struct.h>
@@ -443,8 +443,8 @@
443443 if (capable(CAP_SYS_TTY_CONFIG)) {
444444 tty_vhangup_self();
445445 return 0;
446---- linux-2.6.32-504.23.4.el6.orig/fs/proc/version.c
447-+++ linux-2.6.32-504.23.4.el6/fs/proc/version.c
446+--- linux-2.6.32-504.30.3.el6.orig/fs/proc/version.c
447++++ linux-2.6.32-504.30.3.el6/fs/proc/version.c
448448 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
449449 return 0;
450450 }
@@ -452,12 +452,12 @@
452452 +
453453 +static int __init ccs_show_version(void)
454454 +{
455-+ printk(KERN_INFO "Hook version: 2.6.32-504.23.4.el6 2015/06/22\n");
455++ printk(KERN_INFO "Hook version: 2.6.32-504.30.3.el6 2015/07/16\n");
456456 + return 0;
457457 +}
458458 +module_init(ccs_show_version);
459---- linux-2.6.32-504.23.4.el6.orig/include/linux/init_task.h
460-+++ linux-2.6.32-504.23.4.el6/include/linux/init_task.h
459+--- linux-2.6.32-504.30.3.el6.orig/include/linux/init_task.h
460++++ linux-2.6.32-504.30.3.el6/include/linux/init_task.h
461461 @@ -123,6 +123,14 @@ extern struct cred init_cred;
462462 # define INIT_PERF_EVENTS(tsk)
463463 #endif
@@ -481,8 +481,8 @@
481481 }
482482
483483
484---- linux-2.6.32-504.23.4.el6.orig/include/linux/sched.h
485-+++ linux-2.6.32-504.23.4.el6/include/linux/sched.h
484+--- linux-2.6.32-504.30.3.el6.orig/include/linux/sched.h
485++++ linux-2.6.32-504.30.3.el6/include/linux/sched.h
486486 @@ -43,6 +43,8 @@
487487
488488 #ifdef __KERNEL__
@@ -503,8 +503,8 @@
503503 };
504504
505505 /* Future-safe accessor for struct task_struct's cpus_allowed. */
506---- linux-2.6.32-504.23.4.el6.orig/include/net/ip.h
507-+++ linux-2.6.32-504.23.4.el6/include/net/ip.h
506+--- linux-2.6.32-504.30.3.el6.orig/include/net/ip.h
507++++ linux-2.6.32-504.30.3.el6/include/net/ip.h
508508 @@ -33,6 +33,7 @@
509509 #endif
510510 #include <net/snmp.h>
@@ -522,8 +522,8 @@
522522 return test_bit(port, sysctl_local_reserved_ports);
523523 }
524524
525---- linux-2.6.32-504.23.4.el6.orig/kernel/compat.c
526-+++ linux-2.6.32-504.23.4.el6/kernel/compat.c
525+--- linux-2.6.32-504.30.3.el6.orig/kernel/compat.c
526++++ linux-2.6.32-504.30.3.el6/kernel/compat.c
527527 @@ -28,6 +28,7 @@
528528 #include <linux/module.h>
529529
@@ -541,8 +541,8 @@
541541
542542 do_settimeofday(&tv);
543543 return 0;
544---- linux-2.6.32-504.23.4.el6.orig/kernel/kexec.c
545-+++ linux-2.6.32-504.23.4.el6/kernel/kexec.c
544+--- linux-2.6.32-504.30.3.el6.orig/kernel/kexec.c
545++++ linux-2.6.32-504.30.3.el6/kernel/kexec.c
546546 @@ -40,6 +40,7 @@
547547 #include <asm/system.h>
548548 #include <asm/sections.h>
@@ -560,8 +560,8 @@
560560
561561 if (kexec_load_disabled)
562562 return -EPERM;
563---- linux-2.6.32-504.23.4.el6.orig/kernel/kmod.c
564-+++ linux-2.6.32-504.23.4.el6/kernel/kmod.c
563+--- linux-2.6.32-504.30.3.el6.orig/kernel/kmod.c
564++++ linux-2.6.32-504.30.3.el6/kernel/kmod.c
565565 @@ -207,6 +207,11 @@ static int ____call_usermodehelper(void
566566 */
567567 set_user_nice(current, 0);
@@ -574,8 +574,8 @@
574574 retval = kernel_execve(sub_info->path, sub_info->argv, sub_info->envp);
575575
576576 /* Exec failed? */
577---- linux-2.6.32-504.23.4.el6.orig/kernel/module.c
578-+++ linux-2.6.32-504.23.4.el6/kernel/module.c
577+--- linux-2.6.32-504.30.3.el6.orig/kernel/module.c
578++++ linux-2.6.32-504.30.3.el6/kernel/module.c
579579 @@ -56,6 +56,7 @@
580580 #include <linux/percpu.h>
581581 #include <linux/kmemleak.h>
@@ -602,8 +602,8 @@
602602
603603 /* Only one module load at a time, please */
604604 if (mutex_lock_interruptible(&module_mutex) != 0)
605---- linux-2.6.32-504.23.4.el6.orig/kernel/ptrace.c
606-+++ linux-2.6.32-504.23.4.el6/kernel/ptrace.c
605+--- linux-2.6.32-504.30.3.el6.orig/kernel/ptrace.c
606++++ linux-2.6.32-504.30.3.el6/kernel/ptrace.c
607607 @@ -23,6 +23,7 @@
608608 #include <linux/uaccess.h>
609609 #include <linux/regset.h>
@@ -630,8 +630,8 @@
630630
631631 if (request == PTRACE_TRACEME) {
632632 ret = ptrace_traceme();
633---- linux-2.6.32-504.23.4.el6.orig/kernel/sched.c
634-+++ linux-2.6.32-504.23.4.el6/kernel/sched.c
633+--- linux-2.6.32-504.30.3.el6.orig/kernel/sched.c
634++++ linux-2.6.32-504.30.3.el6/kernel/sched.c
635635 @@ -79,6 +79,7 @@
636636 #ifdef CONFIG_PARAVIRT
637637 #include <asm/paravirt.h>
@@ -640,7 +640,7 @@
640640
641641 #include "sched_cpupri.h"
642642 #include "sched_autogroup.h"
643-@@ -6819,6 +6820,8 @@ int can_nice(const struct task_struct *p
643+@@ -6826,6 +6827,8 @@ int can_nice(const struct task_struct *p
644644 SYSCALL_DEFINE1(nice, int, increment)
645645 {
646646 long nice, retval;
@@ -649,8 +649,8 @@
649649
650650 /*
651651 * Setpriority might change our priority at the same moment.
652---- linux-2.6.32-504.23.4.el6.orig/kernel/signal.c
653-+++ linux-2.6.32-504.23.4.el6/kernel/signal.c
652+--- linux-2.6.32-504.30.3.el6.orig/kernel/signal.c
653++++ linux-2.6.32-504.30.3.el6/kernel/signal.c
654654 @@ -35,6 +35,7 @@
655655 #include <asm/unistd.h>
656656 #include <asm/siginfo.h>
@@ -704,8 +704,8 @@
704704
705705 return do_send_specific(tgid, pid, sig, info);
706706 }
707---- linux-2.6.32-504.23.4.el6.orig/kernel/sys.c
708-+++ linux-2.6.32-504.23.4.el6/kernel/sys.c
707+--- linux-2.6.32-504.30.3.el6.orig/kernel/sys.c
708++++ linux-2.6.32-504.30.3.el6/kernel/sys.c
709709 @@ -47,6 +47,7 @@
710710 #include <asm/uaccess.h>
711711 #include <asm/io.h>
@@ -752,8 +752,8 @@
752752
753753 down_write(&uts_sem);
754754 errno = -EFAULT;
755---- linux-2.6.32-504.23.4.el6.orig/kernel/sysctl.c
756-+++ linux-2.6.32-504.23.4.el6/kernel/sysctl.c
755+--- linux-2.6.32-504.30.3.el6.orig/kernel/sysctl.c
756++++ linux-2.6.32-504.30.3.el6/kernel/sysctl.c
757757 @@ -56,6 +56,7 @@
758758
759759 #include <asm/uaccess.h>
@@ -772,8 +772,8 @@
772772 error = parse_table(name, nlen, oldval, oldlenp,
773773 newval, newlen,
774774 head->root, head->ctl_table);
775---- linux-2.6.32-504.23.4.el6.orig/kernel/time.c
776-+++ linux-2.6.32-504.23.4.el6/kernel/time.c
775+--- linux-2.6.32-504.30.3.el6.orig/kernel/time.c
776++++ linux-2.6.32-504.30.3.el6/kernel/time.c
777777 @@ -41,6 +41,7 @@
778778
779779 #include <asm/uaccess.h>
@@ -800,8 +800,8 @@
800800
801801 if (tz) {
802802 /* SMP safe, global irq locking makes it work. */
803---- linux-2.6.32-504.23.4.el6.orig/kernel/time/ntp.c
804-+++ linux-2.6.32-504.23.4.el6/kernel/time/ntp.c
803+--- linux-2.6.32-504.30.3.el6.orig/kernel/time/ntp.c
804++++ linux-2.6.32-504.30.3.el6/kernel/time/ntp.c
805805 @@ -14,6 +14,7 @@
806806 #include <linux/timex.h>
807807 #include <linux/time.h>
@@ -826,8 +826,8 @@
826826
827827 /*
828828 * if the quartz is off by more than 10% then
829---- linux-2.6.32-504.23.4.el6.orig/net/ipv4/raw.c
830-+++ linux-2.6.32-504.23.4.el6/net/ipv4/raw.c
829+--- linux-2.6.32-504.30.3.el6.orig/net/ipv4/raw.c
830++++ linux-2.6.32-504.30.3.el6/net/ipv4/raw.c
831831 @@ -77,6 +77,7 @@
832832 #include <linux/seq_file.h>
833833 #include <linux/netfilter.h>
@@ -846,8 +846,8 @@
846846
847847 copied = skb->len;
848848 if (len < copied) {
849---- linux-2.6.32-504.23.4.el6.orig/net/ipv4/udp.c
850-+++ linux-2.6.32-504.23.4.el6/net/ipv4/udp.c
849+--- linux-2.6.32-504.30.3.el6.orig/net/ipv4/udp.c
850++++ linux-2.6.32-504.30.3.el6/net/ipv4/udp.c
851851 @@ -108,6 +108,7 @@
852852 #include <trace/events/udp.h>
853853 #include <net/busy_poll.h>
@@ -866,8 +866,8 @@
866866
867867 ulen = skb->len - sizeof(struct udphdr);
868868 copied = len;
869---- linux-2.6.32-504.23.4.el6.orig/net/ipv6/raw.c
870-+++ linux-2.6.32-504.23.4.el6/net/ipv6/raw.c
869+--- linux-2.6.32-504.30.3.el6.orig/net/ipv6/raw.c
870++++ linux-2.6.32-504.30.3.el6/net/ipv6/raw.c
871871 @@ -59,6 +59,7 @@
872872
873873 #include <linux/proc_fs.h>
@@ -886,8 +886,8 @@
886886
887887 copied = skb->len;
888888 if (copied > len) {
889---- linux-2.6.32-504.23.4.el6.orig/net/ipv6/udp.c
890-+++ linux-2.6.32-504.23.4.el6/net/ipv6/udp.c
889+--- linux-2.6.32-504.30.3.el6.orig/net/ipv6/udp.c
890++++ linux-2.6.32-504.30.3.el6/net/ipv6/udp.c
891891 @@ -50,6 +50,7 @@
892892 #include <linux/proc_fs.h>
893893 #include <linux/seq_file.h>
@@ -906,8 +906,8 @@
906906
907907 ulen = skb->len - sizeof(struct udphdr);
908908 copied = len;
909---- linux-2.6.32-504.23.4.el6.orig/net/socket.c
910-+++ linux-2.6.32-504.23.4.el6/net/socket.c
909+--- linux-2.6.32-504.30.3.el6.orig/net/socket.c
910++++ linux-2.6.32-504.30.3.el6/net/socket.c
911911 @@ -100,6 +100,7 @@
912912 #ifndef __GENKSYMS__
913913 #include <net/busy_poll.h>
@@ -977,8 +977,8 @@
977977 if (err)
978978 goto out_put;
979979
980---- linux-2.6.32-504.23.4.el6.orig/net/unix/af_unix.c
981-+++ linux-2.6.32-504.23.4.el6/net/unix/af_unix.c
980+--- linux-2.6.32-504.30.3.el6.orig/net/unix/af_unix.c
981++++ linux-2.6.32-504.30.3.el6/net/unix/af_unix.c
982982 @@ -114,6 +114,7 @@
983983 #include <linux/mount.h>
984984 #include <net/checksum.h>
@@ -998,8 +998,8 @@
998998 if (err)
999999 goto out_mknod_dput;
10001000 err = vfs_mknod(nd.path.dentry->d_inode, dentry, mode, 0);
1001---- linux-2.6.32-504.23.4.el6.orig/security/Kconfig
1002-+++ linux-2.6.32-504.23.4.el6/security/Kconfig
1001+--- linux-2.6.32-504.30.3.el6.orig/security/Kconfig
1002++++ linux-2.6.32-504.30.3.el6/security/Kconfig
10031003 @@ -177,5 +177,7 @@ source security/tomoyo/Kconfig
10041004
10051005 source security/integrity/ima/Kconfig
@@ -1008,8 +1008,8 @@
10081008 +
10091009 endmenu
10101010
1011---- linux-2.6.32-504.23.4.el6.orig/security/Makefile
1012-+++ linux-2.6.32-504.23.4.el6/security/Makefile
1011+--- linux-2.6.32-504.30.3.el6.orig/security/Makefile
1012++++ linux-2.6.32-504.30.3.el6/security/Makefile
10131013 @@ -25,3 +25,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
10141014 # Object integrity file lists
10151015 subdir-$(CONFIG_IMA) += integrity/ima
--- trunk/1.7.x/ccs-patch/specs/build-c6-2.6.32.sh (revision 6430)
+++ trunk/1.7.x/ccs-patch/specs/build-c6-2.6.32.sh (revision 6431)
@@ -10,12 +10,12 @@
1010
1111 cd /tmp/ || die "Can't chdir to /tmp/ ."
1212
13-if [ ! -r kernel-2.6.32-504.23.4.el6.src.rpm ]
13+if [ ! -r kernel-2.6.32-504.30.3.el6.src.rpm ]
1414 then
15- wget http://vault.centos.org/6.6/updates/Source/SPackages/kernel-2.6.32-504.23.4.el6.src.rpm || die "Can't download source package."
15+ wget http://vault.centos.org/6.6/updates/Source/SPackages/kernel-2.6.32-504.30.3.el6.src.rpm || die "Can't download source package."
1616 fi
17-rpm --checksig kernel-2.6.32-504.23.4.el6.src.rpm || die "Can't verify signature."
18-rpm -ivh kernel-2.6.32-504.23.4.el6.src.rpm || die "Can't install source package."
17+rpm --checksig kernel-2.6.32-504.30.3.el6.src.rpm || die "Can't verify signature."
18+rpm -ivh kernel-2.6.32-504.30.3.el6.src.rpm || die "Can't install source package."
1919
2020 cd /root/rpmbuild/SOURCES/ || die "Can't chdir to /root/rpmbuild/SOURCES/ ."
2121 if [ ! -r ccs-patch-1.7.3-20140915.tar.gz ]
@@ -35,7 +35,7 @@
3535 -# % define buildid .local
3636 +%define buildid _tomoyo_1.7.3p4
3737
38- %define distro_build 504.23.4
38+ %define distro_build 504.30.3
3939 %define signmodules 1
4040 @@ -437,7 +437,7 @@
4141 # Packages that need to be installed before the kernel is, because the %post
@@ -44,7 +44,7 @@
4444 -%define kernel_prereq fileutils, module-init-tools, initscripts >= 8.11.1-1, kernel-firmware >= %{rpmversion}-%{pkg_release}, grubby >= 7.0.4-1
4545 +%define kernel_prereq fileutils, module-init-tools, initscripts >= 8.11.1-1, grubby >= 7.0.4-1
4646 %if %{with_dracut}
47- %define initrd_prereq dracut-kernel >= 002-18.git413bcf78
47+ %define initrd_prereq dracut-kernel >= 004-356.el6_6.3
4848 %else
4949 @@ -473,7 +473,7 @@
5050 AutoProv: yes\
--- trunk/1.8.x/ccs-patch/patches/ccs-patch-2.6.32-centos-6.diff (revision 6430)
+++ trunk/1.8.x/ccs-patch/patches/ccs-patch-2.6.32-centos-6.diff (revision 6431)
@@ -1,6 +1,6 @@
11 This is TOMOYO Linux patch for CentOS 6.
22
3-Source code for this patch is http://vault.centos.org/6.6/updates/Source/SPackages/kernel-2.6.32-504.23.4.el6.src.rpm
3+Source code for this patch is http://vault.centos.org/6.6/updates/Source/SPackages/kernel-2.6.32-504.30.3.el6.src.rpm
44 ---
55 fs/compat.c | 2 +-
66 fs/compat_ioctl.c | 3 +++
@@ -37,8 +37,8 @@
3737 security/Makefile | 3 +++
3838 33 files changed, 201 insertions(+), 2 deletions(-)
3939
40---- linux-2.6.32-504.23.4.el6.orig/fs/compat.c
41-+++ linux-2.6.32-504.23.4.el6/fs/compat.c
40+--- linux-2.6.32-504.30.3.el6.orig/fs/compat.c
41++++ linux-2.6.32-504.30.3.el6/fs/compat.c
4242 @@ -1523,7 +1523,7 @@ int compat_do_execve(const char * filena
4343 if (retval < 0)
4444 goto out;
@@ -48,8 +48,8 @@
4848 if (retval < 0)
4949 goto out;
5050
51---- linux-2.6.32-504.23.4.el6.orig/fs/compat_ioctl.c
52-+++ linux-2.6.32-504.23.4.el6/fs/compat_ioctl.c
51+--- linux-2.6.32-504.30.3.el6.orig/fs/compat_ioctl.c
52++++ linux-2.6.32-504.30.3.el6/fs/compat_ioctl.c
5353 @@ -114,6 +114,7 @@
5454 #ifdef CONFIG_SPARC
5555 #include <asm/fbio.h>
@@ -67,8 +67,8 @@
6767 if (error)
6868 goto out_fput;
6969
70---- linux-2.6.32-504.23.4.el6.orig/fs/exec.c
71-+++ linux-2.6.32-504.23.4.el6/fs/exec.c
70+--- linux-2.6.32-504.30.3.el6.orig/fs/exec.c
71++++ linux-2.6.32-504.30.3.el6/fs/exec.c
7272 @@ -1472,7 +1472,7 @@ int do_execve(const char * filename,
7373 goto out;
7474
@@ -78,8 +78,8 @@
7878 if (retval < 0)
7979 goto out;
8080
81---- linux-2.6.32-504.23.4.el6.orig/fs/fcntl.c
82-+++ linux-2.6.32-504.23.4.el6/fs/fcntl.c
81+--- linux-2.6.32-504.30.3.el6.orig/fs/fcntl.c
82++++ linux-2.6.32-504.30.3.el6/fs/fcntl.c
8383 @@ -428,6 +428,8 @@ SYSCALL_DEFINE3(fcntl, unsigned int, fd,
8484 goto out;
8585
@@ -98,8 +98,8 @@
9898 if (err) {
9999 fput(filp);
100100 return err;
101---- linux-2.6.32-504.23.4.el6.orig/fs/ioctl.c
102-+++ linux-2.6.32-504.23.4.el6/fs/ioctl.c
101+--- linux-2.6.32-504.30.3.el6.orig/fs/ioctl.c
102++++ linux-2.6.32-504.30.3.el6/fs/ioctl.c
103103 @@ -639,6 +639,8 @@ SYSCALL_DEFINE3(ioctl, unsigned int, fd,
104104 goto out;
105105
@@ -109,8 +109,8 @@
109109 if (error)
110110 goto out_fput;
111111
112---- linux-2.6.32-504.23.4.el6.orig/fs/namei.c
113-+++ linux-2.6.32-504.23.4.el6/fs/namei.c
112+--- linux-2.6.32-504.30.3.el6.orig/fs/namei.c
113++++ linux-2.6.32-504.30.3.el6/fs/namei.c
114114 @@ -2040,6 +2040,11 @@ int may_open(struct path *path, int acc_
115115 if (flag & O_NOATIME && !is_owner_or_cap(inode))
116116 return -EPERM;
@@ -198,8 +198,8 @@
198198 if (error)
199199 goto exit5;
200200 error = vfs_rename(old_dir->d_inode, old_dentry,
201---- linux-2.6.32-504.23.4.el6.orig/fs/namespace.c
202-+++ linux-2.6.32-504.23.4.el6/fs/namespace.c
201+--- linux-2.6.32-504.30.3.el6.orig/fs/namespace.c
202++++ linux-2.6.32-504.30.3.el6/fs/namespace.c
203203 @@ -1097,6 +1097,8 @@ static int do_umount(struct vfsmount *mn
204204 LIST_HEAD(umount_list);
205205
@@ -236,8 +236,8 @@
236236 if (error) {
237237 path_put(&old);
238238 goto out1;
239---- linux-2.6.32-504.23.4.el6.orig/fs/open.c
240-+++ linux-2.6.32-504.23.4.el6/fs/open.c
239+--- linux-2.6.32-504.30.3.el6.orig/fs/open.c
240++++ linux-2.6.32-504.30.3.el6/fs/open.c
241241 @@ -102,6 +102,8 @@ long vfs_truncate(struct path *path, lof
242242 error = locks_verify_truncate(inode, NULL, length);
243243 if (!error)
@@ -328,8 +328,8 @@
328328 if (capable(CAP_SYS_TTY_CONFIG)) {
329329 tty_vhangup_self();
330330 return 0;
331---- linux-2.6.32-504.23.4.el6.orig/fs/proc/version.c
332-+++ linux-2.6.32-504.23.4.el6/fs/proc/version.c
331+--- linux-2.6.32-504.30.3.el6.orig/fs/proc/version.c
332++++ linux-2.6.32-504.30.3.el6/fs/proc/version.c
333333 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
334334 return 0;
335335 }
@@ -337,12 +337,12 @@
337337 +
338338 +static int __init ccs_show_version(void)
339339 +{
340-+ printk(KERN_INFO "Hook version: 2.6.32-504.23.4.el6 2015/06/22\n");
340++ printk(KERN_INFO "Hook version: 2.6.32-504.30.3.el6 2015/07/16\n");
341341 + return 0;
342342 +}
343343 +module_init(ccs_show_version);
344---- linux-2.6.32-504.23.4.el6.orig/fs/stat.c
345-+++ linux-2.6.32-504.23.4.el6/fs/stat.c
344+--- linux-2.6.32-504.30.3.el6.orig/fs/stat.c
345++++ linux-2.6.32-504.30.3.el6/fs/stat.c
346346 @@ -43,6 +43,8 @@ int vfs_getattr(struct vfsmount *mnt, st
347347 int retval;
348348
@@ -352,8 +352,8 @@
352352 if (retval)
353353 return retval;
354354
355---- linux-2.6.32-504.23.4.el6.orig/include/linux/init_task.h
356-+++ linux-2.6.32-504.23.4.el6/include/linux/init_task.h
355+--- linux-2.6.32-504.30.3.el6.orig/include/linux/init_task.h
356++++ linux-2.6.32-504.30.3.el6/include/linux/init_task.h
357357 @@ -123,6 +123,14 @@ extern struct cred init_cred;
358358 # define INIT_PERF_EVENTS(tsk)
359359 #endif
@@ -377,8 +377,8 @@
377377 }
378378
379379
380---- linux-2.6.32-504.23.4.el6.orig/include/linux/sched.h
381-+++ linux-2.6.32-504.23.4.el6/include/linux/sched.h
380+--- linux-2.6.32-504.30.3.el6.orig/include/linux/sched.h
381++++ linux-2.6.32-504.30.3.el6/include/linux/sched.h
382382 @@ -43,6 +43,8 @@
383383
384384 #ifdef __KERNEL__
@@ -399,8 +399,8 @@
399399 };
400400
401401 /* Future-safe accessor for struct task_struct's cpus_allowed. */
402---- linux-2.6.32-504.23.4.el6.orig/include/linux/security.h
403-+++ linux-2.6.32-504.23.4.el6/include/linux/security.h
402+--- linux-2.6.32-504.30.3.el6.orig/include/linux/security.h
403++++ linux-2.6.32-504.30.3.el6/include/linux/security.h
404404 @@ -35,6 +35,7 @@
405405 #include <linux/xfrm.h>
406406 #include <linux/gfp.h>
@@ -409,8 +409,8 @@
409409
410410 /* Maximum number of letters for an LSM name string */
411411 #define SECURITY_NAME_MAX 10
412---- linux-2.6.32-504.23.4.el6.orig/include/net/ip.h
413-+++ linux-2.6.32-504.23.4.el6/include/net/ip.h
412+--- linux-2.6.32-504.30.3.el6.orig/include/net/ip.h
413++++ linux-2.6.32-504.30.3.el6/include/net/ip.h
414414 @@ -33,6 +33,7 @@
415415 #endif
416416 #include <net/snmp.h>
@@ -428,8 +428,8 @@
428428 return test_bit(port, sysctl_local_reserved_ports);
429429 }
430430
431---- linux-2.6.32-504.23.4.el6.orig/kernel/compat.c
432-+++ linux-2.6.32-504.23.4.el6/kernel/compat.c
431+--- linux-2.6.32-504.30.3.el6.orig/kernel/compat.c
432++++ linux-2.6.32-504.30.3.el6/kernel/compat.c
433433 @@ -1005,6 +1005,8 @@ asmlinkage long compat_sys_stime(compat_
434434 err = security_settime(&tv, NULL);
435435 if (err)
@@ -439,8 +439,8 @@
439439
440440 do_settimeofday(&tv);
441441 return 0;
442---- linux-2.6.32-504.23.4.el6.orig/kernel/fork.c
443-+++ linux-2.6.32-504.23.4.el6/kernel/fork.c
442+--- linux-2.6.32-504.30.3.el6.orig/kernel/fork.c
443++++ linux-2.6.32-504.30.3.el6/kernel/fork.c
444444 @@ -176,6 +176,7 @@ void __put_task_struct(struct task_struc
445445 exit_creds(tsk);
446446 delayacct_tsk_free(tsk);
@@ -467,8 +467,8 @@
467467 bad_fork_cleanup_policy:
468468 perf_event_free_task(p);
469469 #ifdef CONFIG_NUMA
470---- linux-2.6.32-504.23.4.el6.orig/kernel/kexec.c
471-+++ linux-2.6.32-504.23.4.el6/kernel/kexec.c
470+--- linux-2.6.32-504.30.3.el6.orig/kernel/kexec.c
471++++ linux-2.6.32-504.30.3.el6/kernel/kexec.c
472472 @@ -40,6 +40,7 @@
473473 #include <asm/system.h>
474474 #include <asm/sections.h>
@@ -486,8 +486,8 @@
486486
487487 if (kexec_load_disabled)
488488 return -EPERM;
489---- linux-2.6.32-504.23.4.el6.orig/kernel/module.c
490-+++ linux-2.6.32-504.23.4.el6/kernel/module.c
489+--- linux-2.6.32-504.30.3.el6.orig/kernel/module.c
490++++ linux-2.6.32-504.30.3.el6/kernel/module.c
491491 @@ -56,6 +56,7 @@
492492 #include <linux/percpu.h>
493493 #include <linux/kmemleak.h>
@@ -514,8 +514,8 @@
514514
515515 /* Only one module load at a time, please */
516516 if (mutex_lock_interruptible(&module_mutex) != 0)
517---- linux-2.6.32-504.23.4.el6.orig/kernel/ptrace.c
518-+++ linux-2.6.32-504.23.4.el6/kernel/ptrace.c
517+--- linux-2.6.32-504.30.3.el6.orig/kernel/ptrace.c
518++++ linux-2.6.32-504.30.3.el6/kernel/ptrace.c
519519 @@ -195,6 +195,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
520520 {
521521 struct task_struct *child;
@@ -540,9 +540,9 @@
540540
541541 if (request == PTRACE_TRACEME) {
542542 ret = ptrace_traceme();
543---- linux-2.6.32-504.23.4.el6.orig/kernel/sched.c
544-+++ linux-2.6.32-504.23.4.el6/kernel/sched.c
545-@@ -6819,6 +6819,8 @@ int can_nice(const struct task_struct *p
543+--- linux-2.6.32-504.30.3.el6.orig/kernel/sched.c
544++++ linux-2.6.32-504.30.3.el6/kernel/sched.c
545+@@ -6826,6 +6826,8 @@ int can_nice(const struct task_struct *p
546546 SYSCALL_DEFINE1(nice, int, increment)
547547 {
548548 long nice, retval;
@@ -551,8 +551,8 @@
551551
552552 /*
553553 * Setpriority might change our priority at the same moment.
554---- linux-2.6.32-504.23.4.el6.orig/kernel/signal.c
555-+++ linux-2.6.32-504.23.4.el6/kernel/signal.c
554+--- linux-2.6.32-504.30.3.el6.orig/kernel/signal.c
555++++ linux-2.6.32-504.30.3.el6/kernel/signal.c
556556 @@ -2312,6 +2312,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
557557 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
558558 {
@@ -598,8 +598,8 @@
598598
599599 return do_send_specific(tgid, pid, sig, info);
600600 }
601---- linux-2.6.32-504.23.4.el6.orig/kernel/sys.c
602-+++ linux-2.6.32-504.23.4.el6/kernel/sys.c
601+--- linux-2.6.32-504.30.3.el6.orig/kernel/sys.c
602++++ linux-2.6.32-504.30.3.el6/kernel/sys.c
603603 @@ -157,6 +157,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
604604
605605 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -638,8 +638,8 @@
638638
639639 down_write(&uts_sem);
640640 errno = -EFAULT;
641---- linux-2.6.32-504.23.4.el6.orig/kernel/sysctl.c
642-+++ linux-2.6.32-504.23.4.el6/kernel/sysctl.c
641+--- linux-2.6.32-504.30.3.el6.orig/kernel/sysctl.c
642++++ linux-2.6.32-504.30.3.el6/kernel/sysctl.c
643643 @@ -2073,6 +2073,9 @@ int do_sysctl(int __user *name, int nlen
644644
645645 for (head = sysctl_head_next(NULL); head;
@@ -650,8 +650,8 @@
650650 error = parse_table(name, nlen, oldval, oldlenp,
651651 newval, newlen,
652652 head->root, head->ctl_table);
653---- linux-2.6.32-504.23.4.el6.orig/kernel/time.c
654-+++ linux-2.6.32-504.23.4.el6/kernel/time.c
653+--- linux-2.6.32-504.30.3.el6.orig/kernel/time.c
654++++ linux-2.6.32-504.30.3.el6/kernel/time.c
655655 @@ -92,6 +92,8 @@ SYSCALL_DEFINE1(stime, time_t __user *,
656656 err = security_settime(&tv, NULL);
657657 if (err)
@@ -670,8 +670,8 @@
670670
671671 if (tz) {
672672 /* SMP safe, global irq locking makes it work. */
673---- linux-2.6.32-504.23.4.el6.orig/kernel/time/ntp.c
674-+++ linux-2.6.32-504.23.4.el6/kernel/time/ntp.c
673+--- linux-2.6.32-504.30.3.el6.orig/kernel/time/ntp.c
674++++ linux-2.6.32-504.30.3.el6/kernel/time/ntp.c
675675 @@ -14,6 +14,7 @@
676676 #include <linux/timex.h>
677677 #include <linux/time.h>
@@ -696,8 +696,8 @@
696696
697697 /*
698698 * if the quartz is off by more than 10% then
699---- linux-2.6.32-504.23.4.el6.orig/net/ipv4/raw.c
700-+++ linux-2.6.32-504.23.4.el6/net/ipv4/raw.c
699+--- linux-2.6.32-504.30.3.el6.orig/net/ipv4/raw.c
700++++ linux-2.6.32-504.30.3.el6/net/ipv4/raw.c
701701 @@ -77,6 +77,7 @@
702702 #include <linux/seq_file.h>
703703 #include <linux/netfilter.h>
@@ -717,8 +717,8 @@
717717
718718 copied = skb->len;
719719 if (len < copied) {
720---- linux-2.6.32-504.23.4.el6.orig/net/ipv4/udp.c
721-+++ linux-2.6.32-504.23.4.el6/net/ipv4/udp.c
720+--- linux-2.6.32-504.30.3.el6.orig/net/ipv4/udp.c
721++++ linux-2.6.32-504.30.3.el6/net/ipv4/udp.c
722722 @@ -108,6 +108,7 @@
723723 #include <trace/events/udp.h>
724724 #include <net/busy_poll.h>
@@ -738,8 +738,8 @@
738738
739739 ulen = skb->len - sizeof(struct udphdr);
740740 copied = len;
741---- linux-2.6.32-504.23.4.el6.orig/net/ipv6/raw.c
742-+++ linux-2.6.32-504.23.4.el6/net/ipv6/raw.c
741+--- linux-2.6.32-504.30.3.el6.orig/net/ipv6/raw.c
742++++ linux-2.6.32-504.30.3.el6/net/ipv6/raw.c
743743 @@ -59,6 +59,7 @@
744744
745745 #include <linux/proc_fs.h>
@@ -759,8 +759,8 @@
759759
760760 copied = skb->len;
761761 if (copied > len) {
762---- linux-2.6.32-504.23.4.el6.orig/net/ipv6/udp.c
763-+++ linux-2.6.32-504.23.4.el6/net/ipv6/udp.c
762+--- linux-2.6.32-504.30.3.el6.orig/net/ipv6/udp.c
763++++ linux-2.6.32-504.30.3.el6/net/ipv6/udp.c
764764 @@ -50,6 +50,7 @@
765765 #include <linux/proc_fs.h>
766766 #include <linux/seq_file.h>
@@ -780,8 +780,8 @@
780780
781781 ulen = skb->len - sizeof(struct udphdr);
782782 copied = len;
783---- linux-2.6.32-504.23.4.el6.orig/net/socket.c
784-+++ linux-2.6.32-504.23.4.el6/net/socket.c
783+--- linux-2.6.32-504.30.3.el6.orig/net/socket.c
784++++ linux-2.6.32-504.30.3.el6/net/socket.c
785785 @@ -578,6 +578,8 @@ static inline int __sock_sendmsg(struct
786786 struct msghdr *msg, size_t size)
787787 {
@@ -842,8 +842,8 @@
842842 if (err)
843843 goto out_put;
844844
845---- linux-2.6.32-504.23.4.el6.orig/net/unix/af_unix.c
846-+++ linux-2.6.32-504.23.4.el6/net/unix/af_unix.c
845+--- linux-2.6.32-504.30.3.el6.orig/net/unix/af_unix.c
846++++ linux-2.6.32-504.30.3.el6/net/unix/af_unix.c
847847 @@ -866,6 +866,9 @@ static int unix_bind(struct socket *sock
848848 mode = S_IFSOCK |
849849 (SOCK_INODE(sock)->i_mode & ~current_umask());
@@ -865,8 +865,8 @@
865865 if (msg->msg_name)
866866 unix_copy_addr(msg, skb->sk);
867867
868---- linux-2.6.32-504.23.4.el6.orig/security/Kconfig
869-+++ linux-2.6.32-504.23.4.el6/security/Kconfig
868+--- linux-2.6.32-504.30.3.el6.orig/security/Kconfig
869++++ linux-2.6.32-504.30.3.el6/security/Kconfig
870870 @@ -177,5 +177,7 @@ source security/tomoyo/Kconfig
871871
872872 source security/integrity/ima/Kconfig
@@ -875,8 +875,8 @@
875875 +
876876 endmenu
877877
878---- linux-2.6.32-504.23.4.el6.orig/security/Makefile
879-+++ linux-2.6.32-504.23.4.el6/security/Makefile
878+--- linux-2.6.32-504.30.3.el6.orig/security/Makefile
879++++ linux-2.6.32-504.30.3.el6/security/Makefile
880880 @@ -25,3 +25,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
881881 # Object integrity file lists
882882 subdir-$(CONFIG_IMA) += integrity/ima
--- trunk/1.8.x/ccs-patch/specs/build-c6-2.6.32.sh (revision 6430)
+++ trunk/1.8.x/ccs-patch/specs/build-c6-2.6.32.sh (revision 6431)
@@ -10,12 +10,12 @@
1010
1111 cd /tmp/ || die "Can't chdir to /tmp/ ."
1212
13-if [ ! -r kernel-2.6.32-504.23.4.el6.src.rpm ]
13+if [ ! -r kernel-2.6.32-504.30.3.el6.src.rpm ]
1414 then
15- wget http://vault.centos.org/6.6/updates/Source/SPackages/kernel-2.6.32-504.23.4.el6.src.rpm || die "Can't download source package."
15+ wget http://vault.centos.org/6.6/updates/Source/SPackages/kernel-2.6.32-504.30.3.el6.src.rpm || die "Can't download source package."
1616 fi
17-LANG=C rpm --checksig kernel-2.6.32-504.23.4.el6.src.rpm | grep -F ': rsa sha1 (md5) pgp md5 OK' || die "Can't verify signature."
18-rpm -ivh kernel-2.6.32-504.23.4.el6.src.rpm || die "Can't install source package."
17+LANG=C rpm --checksig kernel-2.6.32-504.30.3.el6.src.rpm | grep -F ': rsa sha1 (md5) pgp md5 OK' || die "Can't verify signature."
18+rpm -ivh kernel-2.6.32-504.30.3.el6.src.rpm || die "Can't install source package."
1919
2020 cd /root/rpmbuild/SOURCES/ || die "Can't chdir to /root/rpmbuild/SOURCES/ ."
2121 if [ ! -r ccs-patch-1.8.4-20150505.tar.gz ]
@@ -35,7 +35,7 @@
3535 -# % define buildid .local
3636 +%define buildid _tomoyo_1.8.4
3737
38- %define distro_build 504.23.4
38+ %define distro_build 504.30.3
3939 %define signmodules 1
4040 @@ -437,7 +437,7 @@
4141 # Packages that need to be installed before the kernel is, because the %post
@@ -44,7 +44,7 @@
4444 -%define kernel_prereq fileutils, module-init-tools, initscripts >= 8.11.1-1, kernel-firmware >= %{rpmversion}-%{pkg_release}, grubby >= 7.0.4-1
4545 +%define kernel_prereq fileutils, module-init-tools, initscripts >= 8.11.1-1, grubby >= 7.0.4-1
4646 %if %{with_dracut}
47- %define initrd_prereq dracut-kernel >= 002-18.git413bcf78
47+ %define initrd_prereq dracut-kernel >= 004-356.el6_6.3
4848 %else
4949 @@ -473,7 +473,7 @@
5050 AutoProv: yes\
旧リポジトリブラウザで表示