diff options
author | David Zeuthen <davidz@redhat.com> | 2011-02-22 16:49:44 -0500 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2011-02-22 16:49:44 -0500 |
commit | 986d7c293c6b35899a1e7bc6437f18775220dc47 (patch) | |
tree | adc44e825b13404b47668096377fd574254931fd /docs/man/pkexec.xml | |
parent | 8d96c2ec128eedbd668823dc563bc68ea44b933d (diff) | |
download | polkit-986d7c293c6b35899a1e7bc6437f18775220dc47.tar.gz |
Bug 30653 – No way to detect cancellation in pkexec
https://bugs.freedesktop.org/show_bug.cgi?id=30653
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'docs/man/pkexec.xml')
-rw-r--r-- | docs/man/pkexec.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/man/pkexec.xml b/docs/man/pkexec.xml index 6f5dc9c..97ab315 100644 --- a/docs/man/pkexec.xml +++ b/docs/man/pkexec.xml @@ -61,7 +61,10 @@ of <replaceable>PROGRAM</replaceable>. If the calling process is not authorized or an authorization could not be obtained through authentication or an error occured, <command>pkexec</command> - exits with a return value of 127. + exits with a return value of 127. If the authorization could not + be obtained because the user dismissed the authentication + dialog, <command>pkexec</command> exits with a return value of + 126. </para> </refsect1> |