85554d23bf
Rebase on upstream f56a72ac9e86
71 lines
2.6 KiB
Diff
71 lines
2.6 KiB
Diff
From 90bc03b732f51f7f7011d9bd80e589e64828dce3 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= <cgzones@googlemail.com>
|
|
Date: Fri, 20 May 2022 15:08:44 +0200
|
|
Subject: [PATCH] libselinux: add man page redirections
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
Content-type: text/plain
|
|
|
|
The following interfaces are documented but do not have a redirection:
|
|
|
|
- context_str(3)
|
|
- security_get_checkreqprot(3)
|
|
- security_set_boolean_list(3)
|
|
- selinux_sepgsql_context_path(3)
|
|
- setexecfilecon(3)
|
|
|
|
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
|
|
Acked-by: James Carter <jwcart2@gmail.com>
|
|
---
|
|
libselinux/man/man3/context_str.3 | 1 +
|
|
libselinux/man/man3/security_get_checkreqprot.3 | 1 +
|
|
libselinux/man/man3/security_set_boolean_list.3 | 1 +
|
|
libselinux/man/man3/selinux_sepgsql_context_path.3 | 1 +
|
|
libselinux/man/man3/setexecfilecon.3 | 1 +
|
|
5 files changed, 5 insertions(+)
|
|
create mode 100644 libselinux/man/man3/context_str.3
|
|
create mode 100644 libselinux/man/man3/security_get_checkreqprot.3
|
|
create mode 100644 libselinux/man/man3/security_set_boolean_list.3
|
|
create mode 100644 libselinux/man/man3/selinux_sepgsql_context_path.3
|
|
create mode 100644 libselinux/man/man3/setexecfilecon.3
|
|
|
|
diff --git a/libselinux/man/man3/context_str.3 b/libselinux/man/man3/context_str.3
|
|
new file mode 100644
|
|
index 000000000000..f4f03a6d9cf3
|
|
--- /dev/null
|
|
+++ b/libselinux/man/man3/context_str.3
|
|
@@ -0,0 +1 @@
|
|
+.so man3/context_new.3
|
|
diff --git a/libselinux/man/man3/security_get_checkreqprot.3 b/libselinux/man/man3/security_get_checkreqprot.3
|
|
new file mode 100644
|
|
index 000000000000..d59e5c2cc2e7
|
|
--- /dev/null
|
|
+++ b/libselinux/man/man3/security_get_checkreqprot.3
|
|
@@ -0,0 +1 @@
|
|
+.so man3/security_getenforce.3
|
|
diff --git a/libselinux/man/man3/security_set_boolean_list.3 b/libselinux/man/man3/security_set_boolean_list.3
|
|
new file mode 100644
|
|
index 000000000000..29731efaecad
|
|
--- /dev/null
|
|
+++ b/libselinux/man/man3/security_set_boolean_list.3
|
|
@@ -0,0 +1 @@
|
|
+.so man3/security_load_booleans.3
|
|
diff --git a/libselinux/man/man3/selinux_sepgsql_context_path.3 b/libselinux/man/man3/selinux_sepgsql_context_path.3
|
|
new file mode 100644
|
|
index 000000000000..175a611a3ef0
|
|
--- /dev/null
|
|
+++ b/libselinux/man/man3/selinux_sepgsql_context_path.3
|
|
@@ -0,0 +1 @@
|
|
+.so man3/selinux_binary_policy_path.3
|
|
diff --git a/libselinux/man/man3/setexecfilecon.3 b/libselinux/man/man3/setexecfilecon.3
|
|
new file mode 100644
|
|
index 000000000000..b2e6ab8141ce
|
|
--- /dev/null
|
|
+++ b/libselinux/man/man3/setexecfilecon.3
|
|
@@ -0,0 +1 @@
|
|
+.so man3/getexeccon.3
|
|
--
|
|
2.38.1
|
|
|