@@ -3,15 +3,15 @@ dnf-daemon
33
44dnf-daemon is a 2 DBus services there make part for dnf's API available for application via DBus calls.
55
6- There is a DBus session bus servicerunnning as current user for performing readonly actions.
6+ There is a DBus session bus servicerunning as current user for performing readonly actions.
77
8- There is a DBus system bus servicerunnning as root for performing actions there is making changes to the system
8+ There is a DBus system bus servicerunning as root for performing actions there is making changes to the system
99
10- Thismake it easy to do packaging action from your application no matter what language it is written in, as long as there
10+ Thismakes it easy to do packaging action from your application no matter what language it is written in, as long as there
1111is DBus binding for it.
1212
1313dnf-daemon uses PolicyKit for authentication for the system service, so when you call one of the commands (as normal users) you will get a
14- PolicyKit dialog to ask for password of apriviledged user like root.
14+ PolicyKit dialog to ask for password of aprivileged user like root.
1515
1616** dnf-daemon is still under heavy development and the API is not stable or complete yet**
1717