|
From: <ew...@us...> - 2008-02-08 18:09:11
|
Revision: 2801
http://selinux.svn.sourceforge.net/selinux/?rev=2801&view=rev
Author: ewalsh
Date: 2008-02-08 10:09:01 -0800 (Fri, 08 Feb 2008)
Log Message:
-----------
Man page redirect and blurb for security_compute_member().
Modified Paths:
--------------
trunk/libselinux/man/man3/security_compute_av.3
Added Paths:
-----------
trunk/libselinux/man/man3/security_compute_member.3
Modified: trunk/libselinux/man/man3/security_compute_av.3
===================================================================
--- trunk/libselinux/man/man3/security_compute_av.3 2008-02-08 18:03:06 UTC (rev 2800)
+++ trunk/libselinux/man/man3/security_compute_av.3 2008-02-08 18:09:01 UTC (rev 2801)
@@ -1,7 +1,7 @@
.TH "security_compute_av" "3" "1 January 2004" "ru...@co..." "SELinux API documentation"
.SH "NAME"
security_compute_av, security_compute_create, security_compute_relabel,
-security_compute_user, security_get_initial_context \- query
+security_compute_member, security_compute_user, security_get_initial_context \- query
the SELinux policy database in the kernel.
.SH "SYNOPSIS"
@@ -15,6 +15,8 @@
.sp
.BI "int security_compute_relabel(security_context_t "scon ", security_context_t "tcon ", security_class_t "tclass ", security_context_t *" newcon );
.sp
+.BI "int security_compute_member(security_context_t "scon ", security_context_t "tcon ", security_class_t "tclass ", security_context_t *" newcon );
+.sp
.BI "int security_compute_user(security_context_t "scon ", const char *" username ", security_context_t **" con );
.sp
.BI "int security_get_initial_context(const char *" name ", security_context_t
@@ -43,6 +45,10 @@
in the pam_selinux.so source and the newrole source to determine the correct
label for the tty at login time, but can be used for other things.
+.B security_compute_member
+is used to compute the context to use when labeling a polyinstantiated object
+instance.
+
.B security_compute_user
is used to determine the set of user contexts that can be reached from a
source context. Is mainly used by
Added: trunk/libselinux/man/man3/security_compute_member.3
===================================================================
--- trunk/libselinux/man/man3/security_compute_member.3 (rev 0)
+++ trunk/libselinux/man/man3/security_compute_member.3 2008-02-08 18:09:01 UTC (rev 2801)
@@ -0,0 +1 @@
+.so man3/security_compute_av.3
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|