オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Contents of /trunk/1.8.x/ccs-tools/ccs-tools.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3561 - (show annotations) (download)
Thu Apr 1 05:04:44 2010 UTC (14 years, 1 month ago) by kumaneko
Original Path: trunk/1.7.x/ccs-tools/ccstools/ccs-tools.spec
File size: 3168 byte(s)


1 Summary: TOMOYO Linux tools
2
3 Name: ccs-tools
4 Version: 1.7.2
5 Release: 1
6 License: GPL
7 Group: System Environment/Kernel
8 ExclusiveOS: Linux
9 Autoreqprov: no
10 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
11 Conflicts: ccs-tools < 1.7.2-1
12
13 Source0: http://osdn.dl.sourceforge.jp/tomoyo/43376/ccs-tools-1.7.2-20100401.tar.gz
14
15 %description
16 This is TOMOYO Linux tools.
17
18 %prep
19
20 %setup -q -n ccstools
21
22 %build
23
24 make -s all
25
26 %install
27
28 make -s install INSTALLDIR=%{buildroot}
29
30 %clean
31
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(-,root,root)
36 /sbin/ccs-init
37 /usr/lib/ccs/
38 /usr/sbin/
39 /usr/share/man/
40 %attr(4755,root,root) /usr/lib/ccs/force-logout
41 %config(noreplace) /usr/lib/ccs/ccstools.conf
42
43 %changelog
44 * Thu Apr 01 2010 1.7.2-1
45 - ccs-sortpolicy should not remove use_profile lines.
46 - ccs-init calls /etc/ccs/ccs-load-module for loading TOMOYO which was built as a loadable kernel module.
47 - Updated to handle TOMOYO 1.7.2's syntax.
48
49 * Sun Jan 10 2010 1.7.1-2
50 - ccs-auditd should call fflush() immediately after fprintf().
51 - ccs-queryd was not able to handle /etc/ld.so.cache updates.
52 - ccs-checkpolicy was not able to handle some of TOMOYO 1.7.1's syntax.
53 - Use dynamic buffer allocation for supporting longer lines.
54 - Ignore /proc/0 which is an invalid proc entry.
55
56 * Wed Nov 11 2009 1.7.1-1
57 - Fourth anniversary release.
58 - Added network mode support to ccs-queryd and ccs-auditd.
59 - Removed policy diff support from ccs-savepolicy, ccs-loadpolicy, ccs-init .
60 - Added ccs-diffpolicy for generating policy diff file.
61 - Updated to handle TOMOYO 1.7.x's syntax.
62 - Added ccs-selectpolicy for picking up specific domain's policy.
63 - Added convert-audit-log for generating policy from audit logs.
64 - Added "--file" option to ccs-patternize.
65
66 * Thu Sep 03 2009 1.7.0-1
67 - Removed programs for TOMOYO 2.2.0 from this package.
68 Please use tomoyo-tools-2.2.0 package for TOMOYO 2.2.0 .
69 - Converted /sbin/ccs-init and /usr/lib/ccs/init_policy to binary programs.
70 - Removed "realpath", "make_alias", "makesyaoranconf".
71 - Added "--with-domainname" option to ccs-findtemp program.
72 - Changed installation directory from /usr/lib/ccs/ to /usr/sbin/ .
73 - Changed installation directory from /usr/lib/ccs/misc/ to /usr/lib/ccs/ .
74
75 * Tue Jun 23 2009 1.6.8-2
76 - ccs-auditd: Print error message if auditing interface is not available.
77
78 * Thu May 28 2009 1.6.8-1
79 - Minor update release.
80
81 * Wed Apr 01 2009 1.6.7-1
82 - Feature enhancement release.
83
84 * Mon Feb 02 2009 1.6.6-1
85 - Fix is_alphabet_char() bug.
86
87 * Tue Nov 11 2008 1.6.5-1
88 - Third anniversary release.
89 - Updated coding style and fixed some bugs.
90
91 * Wed Sep 03 2008 1.6.4-1
92 - Minor update release.
93
94 * Tue Jul 15 2008 1.6.3-1
95 - Bug fix release.
96 - Dropped suid-root from /usr/lib/ccs/misc/proxy because /usr/lib/ccs/ is 0755.
97
98 * Wed Jun 25 2008 1.6.2-1
99 - Minor update release.
100 - Change permission of /usr/lib/ccs/ to 0755
101
102 * Sat May 10 2008 1.6.1-1
103 - Minor update release.
104
105 * Tue Apr 01 2008 1.6.0-1
106 - Feature enhancement release.
107
108 * Thu Jan 31 2008 1.5.3-1
109 - Minor update release.
110
111 * Wed Dec 05 2007 1.5.2-1
112 - Minor update release.
113 - Added manpage.
114
115 * Thu Oct 19 2007 1.5.1-1
116 - Minor update release.
117
118 * Thu Sep 20 2007 1.5.0-1
119 - First-release.

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26