Merge branch 'master' of git.calculate.ru:calculate-templates

netsetup
Трацевский Александр 14 years ago
commit 6e55127d5d

@ -10,4 +10,5 @@
<stringvalue>single</stringvalue>
</entry>
<entry name="media_automount" type="bool" value="false"/>
<entry name="media_automount_open" type="bool" value="false"/>
</gconf>

@ -0,0 +1,7 @@
# Calculate format=xml_gconf
<?xml version="1.0"?>
<gconf>
<entry name="autobrowse" type="bool" value="false"/>
<entry name="automount_media" type="bool" value="false"/>
<entry name="automount_drives" type="bool" value="false"/>
</gconf>

@ -10,4 +10,5 @@
<stringvalue>single</stringvalue>
</entry>
<entry name="media_automount" type="bool" value="false"/>
<entry name="media_automount_open" type="bool" value="false"/>
</gconf>

@ -0,0 +1,7 @@
# Calculate format=xml_gconf
<?xml version="1.0"?>
<gconf>
<entry name="autobrowse" type="bool" value="false"/>
<entry name="automount_media" type="bool" value="false"/>
<entry name="automount_drives" type="bool" value="false"/>
</gconf>

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(sys-fs/udisks)!=&&pkg(sys-auth/polkit)!= path=/var/lib/polkit-1/localauthority name=50-local.d

@ -0,0 +1 @@
# Calculate path=/usr/share/polkit-1

@ -0,0 +1,220 @@
<?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>The udisks Project</vendor>
<vendor_url>http://udisks.freedesktop.org/</vendor_url>
<icon_name>drive-removable-media</icon_name>
<action id="org.freedesktop.udisks.filesystem-mount">
<description>Mount a device</description>
<message>Authentication is required to mount the device</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.filesystem-mount-system-internal">
<description>Mount a system-internal device</description>
<message>Authentication is required to mount the device</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.filesystem-check">
<description>Check file system on a device</description>
<message>Authentication is required to check the file system on the device</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.filesystem-check-system-internal">
<description>Check file system of a system-internal device</description>
<message>Authentication is required to check the file system on the device</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.filesystem-unmount-others">
<description>Unmount a device mounted by another user</description>
<message>Authentication is required to unmount devices mounted by another user</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.filesystem-lsof">
<description>List open files</description>
<message>Authentication is required to list open files on a mounted file system</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.filesystem-lsof-system-internal">
<description>List open files on a system-internal device</description>
<message>Authentication is required to list open files on a mounted file system</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.drive-eject">
<description>Eject media from a device</description>
<message>Authentication is required to eject media from the device</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.drive-detach">
<description>Detach a drive</description>
<message>Authentication is required to detach the drive</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.change">
<description>Modify a device</description>
<message>Authentication is required to modify the device</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.change-system-internal">
<description>Modify a system-internal device</description>
<message>Authentication is required to modify the device</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.drive-ata-smart-refresh">
<description>Refresh ATA SMART data</description>
<message>Authentication is required to refresh ATA SMART data</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.drive-ata-smart-selftest">
<description>Run ATA SMART Self Tests</description>
<message>Authentication is required to run ATA SMART self tests</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.drive-ata-smart-retrieve-historical-data">
<description>Retrieve historical ATA SMART data</description>
<message>Authentication is required to retrieve historical ATA SMART data</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.luks-unlock">
<description>Unlock an encrypted device</description>
<message>Authentication is required to unlock an encrypted device</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.luks-lock-others">
<description>Lock an encrypted device unlocked by another user</description>
<message>Authentication is required to lock an encrypted device unlocked by another user</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.linux-md">
<description>Configure Linux Software RAID</description>
<message>Authentication is required to configure Linux Software RAID devices</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.linux-lvm2">
<description>Configure Linux LVM2</description>
<message>Authentication is required to configure Linux LVM2</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.cancel-job-others">
<description>Cancel a job initiated by another user</description>
<message>Authentication is required to cancel a job initiated by another user</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.inhibit-polling">
<description>Inhibit media detection</description>
<message>Authentication is required to inhibit media detection</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.drive-set-spindown">
<description>Set drive spindown timeout</description>
<message>Authentication is required to configure drive spindown timeout</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
</policyconfig>

@ -0,0 +1,4 @@
[Mounting, checking, etc. of external drives]
Identity=unix-group:plugdev
Action=org.freedesktop.udisks.filesystem-mount;org.freedesktop.udisks.filesystem-check;org.freedesktop.udisks.filesystem-unmount-others;org.freedesktop.udisks.drive-eject;org.freedesktop.udisks.drive-detach;org.freedesktop.udisks.change;org.freedesktop.udisks.luks-unlock
ResultActive=yes
Loading…
Cancel
Save