Timedate Daemon

Timedate daemon to control org.freedesktop.timedate1 D-Bus interface

18 Commits   0 Branches   3 Tags
author: kx <kx@radix.pro> 2023-12-23 14:15:03 +0300 committer: kx <kx@radix.pro> 2023-12-23 14:15:03 +0300 commit: c5f7eedd8605cc228ab72bc3d9c38981d269a14f parent: d080f8c5bfbef5bf95290b698ad03b9e7e8cb2c4
Commit Summary:
Support the interactive parameter for asynchronous polkit authorization
Diffstat:
1 file changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4724bd1..2c5abae 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,12 @@ This is the replacement of *systemd* service that control the **org.freedesktop.
 
 You can find specification at: [**Freedesktop.org**](https://www.freedesktop.org/software/systemd/man/latest/org.freedesktop.timedate1.html)
 
-**TimeDate** Daemon does not support interactive parameter which can be used to control
-whether *PolKit* should interactively ask the user for authentication credentials if required.
-Instead of interactive way users permissions can be set by *PolKit* rules in the
-*/usr/share/polkit-1/rules.d/org.freedesktop.timedate1.rules* file. For example,
-a system administrator can add Desktop-users into **wheel** group to give them rights
-to access the **org.freedesktop.timedate1** *D-Bus interface*.
+**TimeDate** Daemon supports interactive parameter which can be used to control
+whether *PolKit* should interactively ask the user for authentication credentials
+if required. But also, if interactive way is not applicable, users permissions can
+be set by *PolKit* rules in the */usr/share/polkit-1/rules.d/org.freedesktop.timedate1.rules*
+file. For example, a system administrator can add Desktop-users into **wheel** group
+to give them rights to access the **org.freedesktop.timedate1** *D-Bus interface*.
 
 ## Requirements: