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

@ -21,6 +21,7 @@ message (STATUS "Version: ${PROJECT_VERSION}")
message (STATUS "Build date: ${CURRENT_DATE}")
# install options
option (USE_CAPABILITIES "Use setcap to set capabilities for the helper" ON)
option (USE_QT5 "Use Qt5 instead of Qt4" ON)
# components
option (BUILD_GUI "Build GUI" ON)