/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
resources/linux/atom.policy
18 строк
804 B
Antonio Scandurra
Add policy to prevent asking password more than once on Debian
28 май 2019, 12:53
28 май 2019, 12:53
50f73a5
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd"> <policyconfig> <vendor>Atom</vendor> <action id="atom.pkexec.dd"> <description gettext-domain="atom">Admin privileges required</description> <message gettext-domain="atom">Please enter your password to save this file</message> <annotate key="org.freedesktop.policykit.exec.path">/bin/dd</annotate> <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> </action> </policyconfig>