summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-08-07 13:56:54 -0400
committerChris Lumens <clumens@redhat.com>2012-08-08 11:36:01 -0400
commit982be725ea027fbf066c934e9526b09b35583389 (patch)
tree925985dbe87f15d9d7142d1fa018627e5318f7a8 /data
parenta8df1399a4226e714cace995c2e44df680d035c8 (diff)
downloadanaconda-982be725ea027fbf066c934e9526b09b35583389.tar.gz
anaconda-982be725ea027fbf066c934e9526b09b35583389.tar.xz
anaconda-982be725ea027fbf066c934e9526b09b35583389.zip
On interactive installs, default the root account to locked.
It's up to firstboot to set up the first user as the admin. Or, the user can go through with a kickstart install. This requires an updated version of pykickstart that understands the rootpw command doesn't need a password argument if it's just going to lock the account.
Diffstat (limited to 'data')
-rw-r--r--data/interactive-defaults.ks1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/interactive-defaults.ks b/data/interactive-defaults.ks
index f692ccdc8..0046cc3f2 100644
--- a/data/interactive-defaults.ks
+++ b/data/interactive-defaults.ks
@@ -2,3 +2,4 @@
# This is not loaded if a kickstart file is provided on the command line.
auth --enableshadow --passalgo=sha512
firstboot --enable
+rootpw --lock