mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-01 08:59:11 -06:00
Kaj Forney
582f5b5f5c
Former-commit-id: 09eacc3f3f761c2b3454d20356ba085d18bdb722 Former-commit-id: 89d8a1302bd2a72239fbe9ad9820be4ecda76cab
33 lines
634 B
Text
33 lines
634 B
Text
# GDM configuration storage - modified by kali-root-login
|
|
#
|
|
# See /usr/share/gdm/gdm.schemas for a list of available options.
|
|
|
|
[daemon]
|
|
# Enabling automatic login
|
|
AutomaticLoginEnable = true
|
|
AutomaticLogin = root
|
|
|
|
# Enabling timed login
|
|
# TimedLoginEnable = true
|
|
# TimedLogin = user1
|
|
# TimedLoginDelay = 10
|
|
|
|
# Reserving more VTs for test consoles (default is 7)
|
|
# FirstVT = 9
|
|
|
|
[security]
|
|
AllowRoot = true
|
|
|
|
[xdmcp]
|
|
|
|
[greeter]
|
|
# Only include selected logins in the greeter
|
|
# IncludeAll = false
|
|
# Include = user1,user2
|
|
|
|
[chooser]
|
|
|
|
[debug]
|
|
# More verbose logs
|
|
# Additionally lets the X server dump core if it crashes
|
|
# Enable = true
|