Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions policykit1/org.baseurl.DnfSystem.policy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<vendor_url>http://dnf.baseurl.org/</vendor_url>
<action id="org.baseurl.DnfSystem.write">
<description>dnf</description>
<description xml:lang="ru">dnf</description>
<message>Application requesting dnf to modify system packages</message>
<message xml:lang="ru">Приложение запрашивает dnf для изменения системных пакетов</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>no</allow_inactive>
Expand All @@ -16,7 +18,9 @@
</action>
<action id="org.baseurl.DnfSystem.read">
<description>dnf</description>
<description xml:lang="ru">dnf</description>
<message>Application requesting dnf to read system packages</message>
<message xml:lang="ru">Приложение запрашивает dnf для чтения системных пакетов</message>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>no</allow_inactive>
Expand Down