From 13ac46935c801d9253971abee88a7d71c36c268e Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Wed, 23 May 2012 12:57:34 -0400 Subject: Use instead of for Subject attributes Signed-off-by: David Zeuthen --- docs/man/polkit.xml | 112 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 64 insertions(+), 48 deletions(-) (limited to 'docs') diff --git a/docs/man/polkit.xml b/docs/man/polkit.xml index 0e1e41b..0632c95 100644 --- a/docs/man/polkit.xml +++ b/docs/man/polkit.xml @@ -602,54 +602,70 @@ System Context | | following attributes - - - - - Attribute - Type - Description - - - - - pid - int - The process id - - - user - string - The user name - - - groups - string[] - Array of groups that user user belongs to - - - seat - string - The seat that the subject is associated with - blank if not on a local seat - - - session - string - The session that the subject is associated with - - - local - boolean - Set to true only if seat is local - - - active - boolean - Set to true only if the session is active - - - - + + + int pid + + + The process id. + + + + + + string user + + + The user name. + + + + + + string[] groups + + + Array of groups that user user belongs to. + + + + + + string seat + + + The seat that the subject is associated with - blank if not on a local seat. + + + + + + string session + + + The session that the subject is associated with. + + + + + + boolean local + + + Set to true only if seat is local. + + + + + + boolean active + + + Set to true only if the session is active. + + + + The following methods are available on the Subject type: -- cgit v1.2.1