diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-11-21 01:09:59 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-11-21 01:11:11 +0100 |
commit | 7d6186b592682b2a14c39b40a071f77d29fc8c7a (patch) | |
tree | efa047163fc16d5b526d4485b7ba0a1fe831c8a7 /CMakeLists.txt | |
parent | 266a2501dfc0b0c22b861bbb63db5be6ae0dd21a (diff) | |
download | tdebase-7d6186b592682b2a14c39b40a071f77d29fc8c7a.tar.gz tdebase-7d6186b592682b2a14c39b40a071f77d29fc8c7a.zip |
Fix konsole super user sessions with sudo or su
This resolves Bug 853
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 409893484..57cf4a860 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,6 +77,7 @@ option( WITH_LIBART "Enable libart support (for SVG icons and wallpapers)" ${WIT option( WITH_LIBUSB "Enable control of some mouse models through libusb" ${WITH_ALL_OPTIONS} ) option( WITH_LIBRAW1394 "Enable visualization of ieee1394 devices through libraw1394" ${WITH_ALL_OPTIONS} ) option( WITH_SUDO_TDESU_BACKEND "Use sudo as backend for tdesu (default is su)" OFF ) +option( WITH_SUDO_KONSOLE_SUPER_USER_COMMAND "Use sudo when launching Konsole super user sessions (default is su)" OFF ) option( WITH_PAM "tdm should use PAM" ${WITH_ALL_OPTIONS} ) option( WITH_SHADOW "tdm should use shadow passwords" ${WITH_ALL_OPTIONS} ) option( WITH_XDMCP "xdmcp support for tdm" ${WITH_ALL_OPTIONS} ) @@ -123,6 +124,7 @@ option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" # WITH_SHADOW affects tdm kcheckpass # WITH_UPOWER affects ksmserver # WITH_SUDO_TDESU_BACKEND affects tdesu +# WITH_SUDO_KONSOLE_SUPER_USER_COMMAND affects launching Konsole super user sessions # NOTE: WITH_SHADOW and WITH_PAM shouldn't be set concurrently # WITH_PAM will override WITH_SHADOW |