diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-18 12:03:57 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-18 12:03:57 +0100 |
commit | 66bfd651af618bf30f01037b2b5b79a1725c1bba (patch) | |
tree | 2774d8e5678fb4d60ae7741ab7b6a716e4b69352 /share | |
parent | 8c07c2470b68bcab3c32eeb99c83243c038ae427 (diff) | |
download | itzks-systems-66bfd651af618bf30f01037b2b5b79a1725c1bba.tar.gz itzks-systems-66bfd651af618bf30f01037b2b5b79a1725c1bba.tar.bz2 itzks-systems-66bfd651af618bf30f01037b2b5b79a1725c1bba.zip |
itzks-systems-smartboard: Start SMARTBoardService daemon in user context (not as root) and provide proper udev rules to grant normal users sufficient access to SMART whiteboard devices.
Diffstat (limited to 'share')
-rw-r--r-- | share/polkit-1/actions/org.debian.pkexec.smarttech-SMARTBoardService.policy | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/share/polkit-1/actions/org.debian.pkexec.smarttech-SMARTBoardService.policy b/share/polkit-1/actions/org.debian.pkexec.smarttech-SMARTBoardService.policy deleted file mode 100644 index 6184c57..0000000 --- a/share/polkit-1/actions/org.debian.pkexec.smarttech-SMARTBoardService.policy +++ /dev/null @@ -1,19 +0,0 @@ -<?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/policyconfig.dtd"> -<policyconfig> - - <action id="org.debian.pkexec.smarttech-SMARTBoardService"> - <message>Authentication is required to run the SMART Board Service</message> - <icon_name>system-run</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>yes</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/smarttech-SMARTBoardService.as-root</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> - -</policyconfig> |