43 lines
1.7 KiB
Diff
43 lines
1.7 KiB
Diff
diff --exclude-from=exclude -N -u -r nsalibselinux/man/man3/selinux_policy_root.3 libselinux-1.23.7/man/man3/selinux_policy_root.3
|
|
--- nsalibselinux/man/man3/selinux_policy_root.3 1969-12-31 19:00:00.000000000 -0500
|
|
+++ libselinux-1.23.7/man/man3/selinux_policy_root.3 2005-04-13 15:02:22.000000000 -0400
|
|
@@ -0,0 +1,17 @@
|
|
+.TH "selinux_policy_root" "3" "25 May 2004" "dwalsh@redhat.com" "SE Linux API documentation"
|
|
+.SH "NAME"
|
|
+selinux_policy_root \- return the path of the SELinux policy files for this machine.
|
|
+.SH "SYNOPSIS"
|
|
+.B #include <selinux/selinux.h>
|
|
+.sp
|
|
+.B char *selinux_policy_root();
|
|
+.br
|
|
+
|
|
+.SH "DESCRIPTION"
|
|
+.B selinux_policy_root
|
|
+Reads the contents of the /etc/selinux/config file to determine which policy files should be used for this machine.
|
|
+.SH "RETURN VALUE"
|
|
+On success, returns a directory path containing the SELinux policy files.
|
|
+On failure, NULL is returned.
|
|
+
|
|
+
|
|
diff --exclude-from=exclude -N -u -r nsalibselinux/man/man3/selinux_policyroot.3 libselinux-1.23.7/man/man3/selinux_policyroot.3
|
|
--- nsalibselinux/man/man3/selinux_policyroot.3 2004-10-20 16:31:36.000000000 -0400
|
|
+++ libselinux-1.23.7/man/man3/selinux_policyroot.3 1969-12-31 19:00:00.000000000 -0500
|
|
@@ -1,17 +0,0 @@
|
|
-.TH "selinux_policyroot" "3" "25 May 2004" "dwalsh@redhat.com" "SE Linux API documentation"
|
|
-.SH "NAME"
|
|
-selinux_policyroot \- return the path of the SELinux policy files for this machine.
|
|
-.SH "SYNOPSIS"
|
|
-.B #include <selinux/selinux.h>
|
|
-.sp
|
|
-.B char *selinux_policyroot();
|
|
-.br
|
|
-
|
|
-.SH "DESCRIPTION"
|
|
-.B selinux_policyroot
|
|
-Reads the contents of the /etc/selinux/config file to determine which policy files should be used for this machine.
|
|
-.SH "RETURN VALUE"
|
|
-On success, returns a directory path containing the SELinux policy files.
|
|
-On failure, NULL is returned.
|
|
-
|
|
-
|