From: Alexander Kanavin Date: Tue, 27 May 2014 12:27:15 +0000 (+0300) Subject: doc: don't show how to add *:* ACL, as this is not a good idea X-Git-Tag: upstream/2.4.0^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fde058f96b3c9e0faf97628813f01a100b1e565;p=platform%2Fupstream%2Flibgsignon-glib.git doc: don't show how to add *:* ACL, as this is not a good idea --- diff --git a/docs/reference/examples.xml b/docs/reference/examples.xml index 2252c17..868c19a 100644 --- a/docs/reference/examples.xml +++ b/docs/reference/examples.xml @@ -96,18 +96,23 @@ Identity removed - To add security context to identity's Access Control List, use --add-context option - with identity id: + To add a security context to identity's Access Control List, use --add-context option + with an identity id: -> gsso-example --add-context=28 --system-context=* --application-context=* +> gsso-example --add-context=28 --system-context=/path/to/executable --application-context= Identity stored with id 28 - To remove security context from identity's Access Control List, use --remove-context= option + /path/to/executable should be used if gsso is configured to use the + default ACL extension, otherwise the system context value is defined by the extension + that is in use. + + + To remove a security context from identity's Access Control List, use --remove-context= option with identity id: -> gsso-example --remove-context=28 --system-context=* --application-context=* +> gsso-example --remove-context=28 --system-context=/path/to/executable --application-context= Identity stored with id 28