[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/coreutils/devel coreutils-selinux.patch, 1.23, 1.24 coreutils.spec, 1.135, 1.136
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/coreutils/devel coreutils-selinux.patch, 1.23, 1.24 coreutils.spec, 1.135, 1.136
- Date: Thu, 24 Aug 2006 11:56:53 -0400
Author: twaugh
Update of /cvs/dist/rpms/coreutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29975
Modified Files:
coreutils-selinux.patch coreutils.spec
Log Message:
* Thu Aug 24 2006 Tim Waugh <twaugh redhat com>
- Fixed warnings in selinux patch (bug #203166).
coreutils-selinux.patch:
README | 4
config.hin | 27 +--
configure.ac | 7
man/Makefile.am | 4
man/Makefile.in | 56 +++----
man/chcon.1 | 64 ++++++++
man/chcon.x | 4
man/cp.1 | 5
man/dir.1 | 14 +
man/id.1 | 3
man/install.1 | 5
man/ls.1 | 14 +
man/mkdir.1 | 2
man/mkfifo.1 | 3
man/mknod.1 | 3
man/runcon.1 | 43 +++++
man/runcon.x | 14 +
man/stat.1 | 6
man/vdir.1 | 14 +
src/Makefile.am | 23 +-
src/chcon.c | 421 +++++++++++++++++++++++++++++++++++++++++++++++++++++
src/copy.c | 72 ++++++++-
src/copy.h | 3
src/cp.c | 64 +++++++-
src/id.c | 68 ++++++++
src/install.c | 99 ++++++++++++
src/ls.c | 296 ++++++++++++++++++++++++++++++++-----
src/mkdir.c | 30 +++
src/mkfifo.c | 29 +++
src/mknod.c | 30 +++
src/mv.c | 12 +
src/runcon.c | 253 +++++++++++++++++++++++++++++++
src/stat.c | 142 ++++++++++++++---
tests/help-version | 4
34 files changed, 1714 insertions(+), 124 deletions(-)
Index: coreutils-selinux.patch
===================================================================
RCS file: /cvs/dist/rpms/coreutils/devel/coreutils-selinux.patch,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- coreutils-selinux.patch 22 Jun 2006 22:41:57 -0000 1.23
+++ coreutils-selinux.patch 24 Aug 2006 15:56:50 -0000 1.24
@@ -1863,7 +1863,7 @@
+ if(secure)
+ if (getfilecon(filename,&scontext)<0) {
+ perror (filename);
-+ return;
++ return false;
+ }
+#endif
@@ -2079,7 +2079,7 @@
\n\
"), stdout);
+#ifdef WITH_SELINUX
-+ printf (_("\
++ fputs (_("\
+ -Z, --context=CONTEXT set security context (quoted string)\n\
+"), stdout);
+#endif
Index: coreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- coreutils.spec 24 Aug 2006 15:53:08 -0000 1.135
+++ coreutils.spec 24 Aug 2006 15:56:51 -0000 1.136
@@ -281,6 +281,7 @@
%changelog
* Thu Aug 24 2006 Tim Waugh <twaugh redhat com>
+- Fixed warnings in selinux patch (bug #203166).
- Fixed warnings in acl patch (bug #203166).
* Wed Aug 23 2006 Tim Waugh <twaugh redhat com> 5.97-8
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]