You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
31 lines
1.1 KiB
2 years ago
|
From f5045f645cfa10fed01b4225d26d98ea9f81f085 Mon Sep 17 00:00:00 2001
|
||
|
From: Vit Mojzis <vmojzis@redhat.com>
|
||
|
Date: Wed, 21 Mar 2018 08:51:31 +0100
|
||
|
Subject: [PATCH] policycoreutils/setfiles: Improve description of -d switch
|
||
|
|
||
|
The "-q" switch is becoming obsolete (completely unused in fedora) and
|
||
|
debug output ("-d" switch) makes sense in any scenario. Therefore both
|
||
|
options can be specified at once.
|
||
|
|
||
|
Resolves: rhbz#1271327
|
||
|
---
|
||
|
policycoreutils/setfiles/setfiles.8 | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/policycoreutils/setfiles/setfiles.8 b/policycoreutils/setfiles/setfiles.8
|
||
|
index 4d28bc9a95c1..8e6c4ab94841 100644
|
||
|
--- a/policycoreutils/setfiles/setfiles.8
|
||
|
+++ b/policycoreutils/setfiles/setfiles.8
|
||
|
@@ -57,7 +57,7 @@ option will force a replacement of the entire context.
|
||
|
check the validity of the contexts against the specified binary policy.
|
||
|
.TP
|
||
|
.B \-d
|
||
|
-show what specification matched each file.
|
||
|
+show what specification matched each file. Not affected by "\-q".
|
||
|
.TP
|
||
|
.BI \-e \ directory
|
||
|
directory to exclude (repeat option for more than one directory).
|
||
|
--
|
||
|
2.32.0
|
||
|
|