|
@@ -1230,6 +1230,12 @@ function install_not_on_BBB {
|
1230
|
1230
|
echo 'install_not_on_BBB' >> $COMPLETION_FILE
|
1231
|
1231
|
}
|
1232
|
1232
|
|
|
1233
|
+function mark_admin_user_account {
|
|
1234
|
+ if [ ! -f /home/$MY_USERNAME/.freedombone_administrator ]; then
|
|
1235
|
+ touch /home/$MY_USERNAME/.freedombone_administrator
|
|
1236
|
+ fi
|
|
1237
|
+}
|
|
1238
|
+
|
1233
|
1239
|
function randomize_cron {
|
1234
|
1240
|
# The predictable default timing of Debian cron jobs might
|
1235
|
1241
|
# be exploitable knowledge. Avoid too much predictability
|
|
@@ -10834,6 +10840,7 @@ install_dynamicdns
|
10834
|
10840
|
randomize_cron
|
10835
|
10841
|
create_freedns_updater
|
10836
|
10842
|
initial_setup
|
|
10843
|
+mark_admin_user_account
|
10837
|
10844
|
enforce_good_passwords
|
10838
|
10845
|
install_editor
|
10839
|
10846
|
change_login_message
|