From: <ssm...@us...> - 2007-04-09 21:28:59
|
Revision: 2331 http://svn.sourceforge.net/selinux/?rev=2331&view=rev Author: ssmalley Date: 2007-04-09 14:28:57 -0700 (Mon, 09 Apr 2007) Log Message: ----------- Tidy up man pages. Modified Paths: -------------- trunk/libselinux/man/man3/avc_context_to_sid.3 trunk/libselinux/man/man3/security_compute_av.3 Modified: trunk/libselinux/man/man3/avc_context_to_sid.3 =================================================================== --- trunk/libselinux/man/man3/avc_context_to_sid.3 2007-04-09 18:34:19 UTC (rev 2330) +++ trunk/libselinux/man/man3/avc_context_to_sid.3 2007-04-09 21:28:57 UTC (rev 2331) @@ -16,6 +16,7 @@ .BI "int sidget(security_id_t " sid ");" .sp .BI "int sidput(security_id_t " sid ");" +.sp .BI "int avc_get_initial_sid(const char *" name ", security_id_t *" sid ");" .sp .SH "DESCRIPTION" @@ -48,7 +49,8 @@ invalid and must not be used any further. .B avc_get_initial_sid -returns a SID for the initial kernel security identifier specified by name +returns a SID for the kernel initial security identifier specified by +.I name .SH "RETURN VALUE" .B sidget Modified: trunk/libselinux/man/man3/security_compute_av.3 =================================================================== --- trunk/libselinux/man/man3/security_compute_av.3 2007-04-09 18:34:19 UTC (rev 2330) +++ trunk/libselinux/man/man3/security_compute_av.3 2007-04-09 21:28:57 UTC (rev 2331) @@ -49,7 +49,8 @@ .B get_ordered_context_list. .B security_get_initial_context -is used to get the context of an initial kernel security identifier by name. +is used to get the context of a kernel initial security identifier specified by +.I name .B checkPasswdAccess This functions is a helper functions that allows you to check for a permission in the passwd class. checkPasswdAccess uses getprevcon() for the source and target security contexts. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |