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 /bin | |
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 'bin')
-rwxr-xr-x | bin/smarttech-SMARTBoardService | 2 | ||||
-rwxr-xr-x | bin/smarttech-SMARTBoardService.as-root | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/bin/smarttech-SMARTBoardService b/bin/smarttech-SMARTBoardService index 8b91702..fa53617 100755 --- a/bin/smarttech-SMARTBoardService +++ b/bin/smarttech-SMARTBoardService @@ -1,3 +1,3 @@ #!/bin/bash -pkexec smarttech-SMARTBoardService.as-root
\ No newline at end of file +schroot -p -c precise-i386-smartboard-ITZkS "/opt/SMART Technologies/SMART Product Drivers/bin/SMARTBoardService" -start &
\ No newline at end of file diff --git a/bin/smarttech-SMARTBoardService.as-root b/bin/smarttech-SMARTBoardService.as-root deleted file mode 100755 index eaeb97c..0000000 --- a/bin/smarttech-SMARTBoardService.as-root +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -schroot -p -u root -c precise-i386-smartboard-ITZkS "/opt/SMART Technologies/SMART Product Drivers/bin/SMARTBoardService" -start &
\ No newline at end of file |