diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2016-09-04 17:52:33 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2016-09-04 17:52:33 +0100 |
commit | f3b5e22c59f790cf204d6f18b38b6a046885e5ac (patch) | |
tree | a2f0665042e196bc81d4c375beeb494812d50520 /config | |
parent | 1b7c21b6e2c45698adf3a5656b539db3e329aac5 (diff) |
Remove some Xaccess remaining references
Diffstat (limited to 'config')
-rw-r--r-- | config/Makefile.am | 3 | ||||
-rw-r--r-- | config/xenodm-config.cpp | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/config/Makefile.am b/config/Makefile.am index 37bfb3b..59d8666 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -5,9 +5,6 @@ include $(top_srcdir)/cpprules.in xenodmscriptdir = $(XENODMSCRIPTDIR) xenodmconfigdir = $(XENODMCONFIGDIR) -dist_xenodmconfig_DATA = \ - Xaccess - xenodmconfig_DATA = \ xenodm-config \ Xresources \ diff --git a/config/xenodm-config.cpp b/config/xenodm-config.cpp index ab82e64..f196e49 100644 --- a/config/xenodm-config.cpp +++ b/config/xenodm-config.cpp @@ -15,7 +15,6 @@ DisplayManager.errorLogFile: XENODMLOGDIR/xenodm.log DisplayManager.pidFile: XENODMPIDDIR/xenodm.pid DisplayManager.keyFile: XENODMCONFIGDIR/xenodm-keys DisplayManager.servers: XENODMCONFIGDIR/Xservers -DisplayManager.accessFile: XENODMCONFIGDIR/Xaccess DisplayManager*resources: XENODMCONFIGDIR/Xresources DisplayManager.willing: SU nobody -s /bin/sh XENODMSCRIPTDIR/Xwilling ! All displays should use authorization, but we cannot be sure |