- Fixed warnings in selinux patch (bug #203166).
This commit is contained in:
parent
0e3de1d0e4
commit
01672f838b
@ -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
|
||||
|
@ -281,6 +281,7 @@ fi
|
||||
|
||||
%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
|
||||
|
Loading…
x
Reference in New Issue
Block a user