0262eb169a
- support for X server privilege separation - logos
47 lines
1.7 KiB
C++
47 lines
1.7 KiB
C++
! $Xorg: xdm-conf.cpp,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
|
|
! $XdotOrg: xc/programs/xdm/config/xdm-conf.cpp,v 1.5 2005/12/11 20:46:25 alanc Exp $
|
|
! $OpenBSD: xdm-config.cpp,v 1.2 2006/11/28 15:41:12 matthieu Exp $
|
|
!
|
|
!
|
|
!
|
|
!
|
|
! $XFree86: xc/programs/xdm/config/xdm-conf.cpp,v 1.10 2002/11/30 19:11:32 herrb Exp $
|
|
!
|
|
#ifndef XDMCONFIGDIR
|
|
#define XDMCONFIGDIR XDMDIR
|
|
#endif
|
|
#ifndef XDMSCRIPTDIR
|
|
#define XDMSCRIPTDIR XDMDIR
|
|
#endif
|
|
DisplayManager.errorLogFile: XDMLOGDIR/xdm.log
|
|
DisplayManager.pidFile: XDMPIDDIR/xdm.pid
|
|
DisplayManager.keyFile: XDMCONFIGDIR/xdm-keys
|
|
DisplayManager.servers: XDMCONFIGDIR/Xservers
|
|
DisplayManager.accessFile: XDMCONFIGDIR/Xaccess
|
|
DisplayManager*resources: XDMCONFIGDIR/Xresources
|
|
DisplayManager.willing: SU nobody -c XDMSCRIPTDIR/Xwilling
|
|
! All displays should use authorization, but we cannot be sure
|
|
! X terminals may not be configured that way, so they will require
|
|
! individual resource settings.
|
|
DisplayManager*authorize: true
|
|
!
|
|
DisplayManager*chooser: CHOOSERPATH
|
|
DisplayManager*startup: XDMSCRIPTDIR/Xstartup
|
|
DisplayManager*session: XDMSCRIPTDIR/Xsession
|
|
DisplayManager*reset: XDMSCRIPTDIR/Xreset
|
|
DisplayManager*authComplain: true
|
|
! The following three resources set up display :0 as the console.
|
|
DisplayManager._0.setup: XDMSCRIPTDIR/Xsetup_0
|
|
DisplayManager._0.startup: XDMSCRIPTDIR/GiveConsole
|
|
DisplayManager._0.reset: XDMSCRIPTDIR/TakeConsole
|
|
#if HAS_DES_AUTH == YES
|
|
DisplayManager._0.authName: MIT-MAGIC-COOKIE-1
|
|
#endif
|
|
#ifdef XPM
|
|
DisplayManager*loginmoveInterval: 10
|
|
#endif /* XPM */
|
|
!
|
|
! SECURITY: do not listen for XDMCP or Chooser requests
|
|
! Comment out this line if you want to manage X terminals with xdm
|
|
DisplayManager.requestPort: 0
|