Перейти к основному содержимому
Категории ai career dao links media notes philosophy security systems web
  1. Гисты/

/usr/share/polkit-1/actions/org.opensuse.pkexec.yast2.policy

·37 слов·1 минута· ·
Оглавление

_ /usr/share/polkit-1/actions/org.opensuse.pkexec.yast2.policy _

org.opensuse.pkexec.yast2.policy
#

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE policyconfig PUBLIC
 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
 "http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
<policyconfig>

  <action id="org.opensuse.pkexec.yast2">
    <message>Authentication is required to run YaST2</message>
    <icon_name>yast2</icon_name>
    <defaults>
      <allow_any>auth_admin</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>
    <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/yast2</annotate>
    <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
  </action>

</policyconfig>