From dea6b10fc197cbec5b394eee256ebb3416100e1b Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Mon, 19 Jan 2009 14:52:46 -0500 Subject: split Subject into Subject and Identity and revise API ... also remove EnumerateSessions --- docs/man/polkit.xml | 59 ++++++++++++++++++++++++++++------------------------- 1 file changed, 31 insertions(+), 28 deletions(-) (limited to 'docs/man') diff --git a/docs/man/polkit.xml b/docs/man/polkit.xml index 680b964..38efe66 100644 --- a/docs/man/polkit.xml +++ b/docs/man/polkit.xml @@ -40,18 +40,13 @@ groups - - - sessions - - authorizations - explicit-authorizations subject + explicit-authorizations identity @@ -65,13 +60,13 @@ polkit-1 grant - subject + identity action-id polkit-1 revoke - subject + identity action-id @@ -159,8 +154,9 @@ Lists all users. - The returned identifiers can be used as subject parameters. + The returned identifiers can be used as identity parameters. Prints detailed information about each user if is given. + See for details about identity. @@ -171,20 +167,9 @@ Lists all groups. - The returned identifiers can be used as subject parameters. + The returned identifiers can be used as identity parameters. Prints detailed information about each group if is given. - - - - - - polkit-1 list sessions - - - - Lists all sessions. - The returned identifiers can be used as subject parameters. - Prints detailed information about each session if is given. + See for details about identity. @@ -199,12 +184,13 @@ - polkit-1 list explicit-authorizations subject + polkit-1 list explicit-authorizations identity - Lists all explicit authorizations for subject. + Lists all explicit authorizations for identity. Prints detailed information about each authorization if is given. + See for details about identity. @@ -216,28 +202,31 @@ Checks if subject is authorized for action-id. + See for details about subject. polkit-1 grant - subject + identity action-id - Grants an authorization to subject for action-id. + Grants an authorization to identity for action-id. + See for details about identity. polkit-1 revoke - subject + identity action-id - Revokes an authorization from subject for action-id. + Revokes an authorization from identity for action-id. + See for details about identity. @@ -319,6 +308,20 @@ + + SUBJECTS + + TODO: Write me. + + + + + IDENTITIES + + TODO: Write me. + + + AUTHOR Written by David Zeuthen davidz@redhat.com with -- cgit v1.2.3