diff options
author | Koichiro IWAO <meta@vmeta.jp> | 2018-06-14 11:59:27 +0900 |
---|---|---|
committer | Koichiro IWAO <meta@vmeta.jp> | 2018-06-16 16:44:37 +0900 |
commit | e82f212f34abee9e09383bd2908e98f7359f7ca9 (patch) | |
tree | 0e43ebb94c760f89210721f0a179d52bdd1f1a14 /sesman/config.h | |
parent | 036c29212037d7cb3bd79b3c90a33542ea5704cf (diff) | |
download | xrdp-proprietary-e82f212f34abee9e09383bd2908e98f7359f7ca9.tar.gz xrdp-proprietary-e82f212f34abee9e09383bd2908e98f7359f7ca9.zip |
sesman: accept full path for DefaultWindowManager
Solves: #1143
Also, this idea is inspired by Fedora's patch [1]. Some distro wants to
put all scripts in libexec directory due to SELinux. This enables
distros to put such scripts anywhere.
[1] https://src.fedoraproject.org/cgit/rpms/xrdp.git/tree/xrdp-0.9.6-scripts-libexec.patch?id=02f845c1b8cea781313cf3e9efcd6d7d50341824
Diffstat (limited to 'sesman/config.h')
-rw-r--r-- | sesman/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/config.h b/sesman/config.h index c7cb50fd..fc964a60 100644 --- a/sesman/config.h +++ b/sesman/config.h @@ -198,7 +198,7 @@ struct config_sesman * @var default_wm * @brief Default window manager */ - char default_wm[32]; + char *default_wm; /** * @var user_wm * @brief Default window manager |