Blame SOURCES/0016-policycoreutils-setfiles-Improve-description-of-d-sw.patch

0cec52
From c8fbb8042852c18775c001999ce949e9b591e381 Mon Sep 17 00:00:00 2001
0cec52
From: Vit Mojzis <vmojzis@redhat.com>
0cec52
Date: Wed, 21 Mar 2018 08:51:31 +0100
709a1f
Subject: [PATCH] policycoreutils/setfiles: Improve description of -d switch
0cec52
0cec52
The "-q" switch is becoming obsolete (completely unused in fedora) and
0cec52
debug output ("-d" switch) makes sense in any scenario. Therefore both
0cec52
options can be specified at once.
0cec52
0cec52
Resolves: rhbz#1271327
0cec52
---
0cec52
 policycoreutils/setfiles/setfiles.8 | 2 +-
0cec52
 1 file changed, 1 insertion(+), 1 deletion(-)
0cec52
0cec52
diff --git a/policycoreutils/setfiles/setfiles.8 b/policycoreutils/setfiles/setfiles.8
0cec52
index ccaaf4de..a8a76c86 100644
0cec52
--- a/policycoreutils/setfiles/setfiles.8
0cec52
+++ b/policycoreutils/setfiles/setfiles.8
0cec52
@@ -57,7 +57,7 @@ check the validity of the contexts against the specified binary policy.
0cec52
 .TP
0cec52
 .B \-d
0cec52
 show what specification matched each file (do not abort validation
0cec52
-after ABORT_ON_ERRORS errors).
0cec52
+after ABORT_ON_ERRORS errors). Not affected by "\-q"
0cec52
 .TP
0cec52
 .BI \-e \ directory
0cec52
 directory to exclude (repeat option for more than one directory).
0cec52
-- 
0cec52
2.21.0
0cec52