remove suid bit to use capabilities

This commit is contained in:
arcan1s
2014-08-20 20:21:34 +04:00
parent 8bf33d4369
commit e9090ab4a9
5 changed files with 7 additions and 9 deletions

View File

@ -57,6 +57,7 @@ Installation
* `-DBUILD_LIBRARY:BOOL=0` - do not build library
* `-DBUILD_PLASMOID:BOOL=0` - do not build Plasmoid
* `-DBUILD_TEST:BOOL=1` - build auto tests for the library and the helper
* `-DUSE_CAPABILITIES` - use setcap to get privileges to the helper
* `-DUSE_QT5:BOOL=0` - use Qt4 instead of Qt5 for GUI
Additional information
@ -65,9 +66,6 @@ Additional information
TODO (wish list)
----------------
* remove suid bit from helper (polkit/logind/etc)
* check/update documentation
Links
-----