Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
chghostname / usr / share / polkit-1 / actions / org.chghostname.policy
Size: Mime:
<?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>chghostname</vendor>
  <vendor_url>https://www.pclosdebian.com/</vendor_url>
  <icon_name>configure</icon_name>
  <action id='org.chghostname.pkexec.run'>
   <description>Run hostname</description>
   <message>Authentication required to change hostname</message>
   <defaults>
     <allow_any>auth_admin_keep</allow_any>
     <allow_inactive>auth_admin_keep</allow_inactive>
     <allow_active>auth_admin_keep</allow_active>
   </defaults>
   <annotate key='org.freedesktop.policykit.exec.path'>/usr/bin/chghostname</annotate>
   <annotate key='org.freedesktop.policykit.exec.allow_gui'>true</annotate>
   </action>
</policyconfig>