return
This element is for used to specify what result the PolicyKit library will return. It can only be embedded in config and match elements and can embed no elements itself. The return element is typically used deeply inside a number of match elements. A single attribute, result is supported and it can assume the following values: no Access denied.
auth_self
Access denied, but authentication of the caller as himself will grant access to only that caller.
auth_self_keep_session
Access denied, but authentication of the caller as himself will grant access to any caller in the session of the caller belongs to.
auth_self_keep_always
Access denied, but authentication of the caller as himself will grant access any caller with the given uid in the future.
auth_admin
Access denied, but authentication of the caller as an administrative user will grant access to only that caller.
auth_admin_keep_session
Access denied, but authentication of the caller as an administrative user will grant access to any caller in the session of the caller belongs to.
auth_admin_keep_always
Access denied, but authentication of the caller as an administrative user will grant access any caller with the given uid in the future. yes Access granted.