diff options
author | David Zeuthen <davidz@redhat.com> | 2009-01-27 12:57:10 -0500 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2009-01-27 12:57:10 -0500 |
commit | c576d9f2da9637c55cacc6fc58019603599a9a8d (patch) | |
tree | b674f77e0facd16dfbfbeb86361770330b91e169 /src/polkitbackend/polkitbackendlocalauthority.c | |
parent | 36a84bc2885e9b4bff1d42ac6bfd2d3d7c531f1c (diff) |
implement 'run' command for polkit-1
Diffstat (limited to 'src/polkitbackend/polkitbackendlocalauthority.c')
-rw-r--r-- | src/polkitbackend/polkitbackendlocalauthority.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polkitbackend/polkitbackendlocalauthority.c b/src/polkitbackend/polkitbackendlocalauthority.c index 394967e..ec47a05 100644 --- a/src/polkitbackend/polkitbackendlocalauthority.c +++ b/src/polkitbackend/polkitbackendlocalauthority.c @@ -562,7 +562,7 @@ polkit_backend_local_authority_check_authorization (PolkitBackendAuthority } /* TODO: temporary hack */ - flags |= POLKIT_CHECK_AUTHORIZATION_FLAGS_ALLOW_USER_INTERACTION; + //flags |= POLKIT_CHECK_AUTHORIZATION_FLAGS_ALLOW_USER_INTERACTION; /* Caller is up for a challenge! With light sabers! Use an authentication agent if one exists... */ if ((result == POLKIT_AUTHORIZATION_RESULT_CHALLENGE) && |