SELinux Security Module development
 help / color / mirror / Atom feed
* [PATCH 1/4] libselinux: add man page redirections
@ 2022-05-20 13:08 Christian Göttsche
  2022-05-20 13:08 ` [PATCH 2/4] libselinux: enclose macro definition in parenthesis Christian Göttsche
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Christian Göttsche @ 2022-05-20 13:08 UTC (permalink / raw)
  To: selinux

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>
---
 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 00000000..f4f03a6d
--- /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 00000000..d59e5c2c
--- /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 00000000..29731efa
--- /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 00000000..175a611a
--- /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 00000000..b2e6ab81
--- /dev/null
+++ b/libselinux/man/man3/setexecfilecon.3
@@ -0,0 +1 @@
+.so man3/getexeccon.3
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-15 13:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-20 13:08 [PATCH 1/4] libselinux: add man page redirections Christian Göttsche
2022-05-20 13:08 ` [PATCH 2/4] libselinux: enclose macro definition in parenthesis Christian Göttsche
2022-05-20 13:08 ` [PATCH 3/4] libselinux: name parameters in context.h Christian Göttsche
2022-06-07 17:16   ` [PATCH v2 " Christian Göttsche
2022-05-20 13:08 ` [PATCH 4/4] libselinux: declare parameter of security_load_policy(3) const Christian Göttsche
2022-06-08 17:51 ` [PATCH 1/4] libselinux: add man page redirections James Carter
2022-06-15 13:45   ` James Carter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox