2020-10-30 11:53:49 +00:00
|
|
|
From a2f09a2faf2950d15fad34f23c65df62ec0d942c Mon Sep 17 00:00:00 2001
|
2019-05-09 15:26:36 +00:00
|
|
|
From: Miroslav Grepl <mgrepl@redhat.com>
|
|
|
|
Date: Wed, 16 Jul 2014 08:28:03 +0200
|
2019-10-15 14:38:59 +00:00
|
|
|
Subject: [PATCH] Fix selinux man page to refer seinfo and sesearch tools.
|
2019-05-09 15:26:36 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
libselinux/man/man8/selinux.8 | 4 +++-
|
|
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/libselinux/man/man8/selinux.8 b/libselinux/man/man8/selinux.8
|
2020-10-30 11:53:49 +00:00
|
|
|
index 31364271eed2..8b4fc3706989 100644
|
2019-05-09 15:26:36 +00:00
|
|
|
--- a/libselinux/man/man8/selinux.8
|
|
|
|
+++ b/libselinux/man/man8/selinux.8
|
|
|
|
@@ -91,11 +91,13 @@ This manual page was written by Dan Walsh <dwalsh@redhat.com>.
|
|
|
|
.BR sepolicy (8),
|
|
|
|
.BR system-config-selinux (8),
|
|
|
|
.BR togglesebool (8),
|
|
|
|
-.BR restorecon (8),
|
|
|
|
.BR fixfiles (8),
|
|
|
|
+.BR restorecon (8),
|
|
|
|
.BR setfiles (8),
|
|
|
|
.BR semanage (8),
|
|
|
|
.BR sepolicy (8)
|
|
|
|
+.BR seinfo (8),
|
|
|
|
+.BR sesearch (8)
|
|
|
|
|
|
|
|
Every confined service on the system has a man page in the following format:
|
|
|
|
.br
|
|
|
|
--
|
2020-10-30 11:53:49 +00:00
|
|
|
2.29.0
|
2019-05-09 15:26:36 +00:00
|
|
|
|