last modif

This commit is contained in:
Iwan Clement
2022-09-02 20:45:45 +02:00
parent c924b0b082
commit 19621d831c

View File

@@ -39,7 +39,8 @@ skipx
# System timezone
#timezone Asia/Kolkata --isUtc
#timezone Europe/Paris --isUtc
timezone Europe/Paris --isUtc
#timezone Europe/Paris --isUtc
timezone Europe/Paris --utc
# Create user
user --name=firstuser --shell=/bin/bash --homedir=/home/firstuser --groups=wheel --iscrypted --password=$6$rounds=4096$/uJYhTHVUVcI6fZ3$q0xr5HN5VcIArDFTtZqUtXaZzq7/SAUUnFly0qf6lgBDqF0zaJF8KfnaO8nWqFmpMRE/Zdr5cunF/zY4XD7sH1
@@ -63,12 +64,12 @@ reboot
#firewall --disabled
firewall --enabled --ssh
# password Polixy
%anaconda
pwpolicy root --minlen=28 --minquality=50 --strict --changesok --notempty
pwpolicy user --minlen=12 --minquality=25 --notstrict --changesok --emptyok
# pwpolicy luks --minlen=6 --minquality=1 --notstrict --nochanges --notempty
%end
## password Policy
#%anaconda
#pwpolicy root --minlen=28 --minquality=50 --strict --changesok --notempty
#pwpolicy user --minlen=12 --minquality=25 --notstrict --changesok --emptyok
## pwpolicy luks --minlen=6 --minquality=1 --notstrict --nochanges --notempty
#%end
# SeLinux configuration
#selinux [--disabled|--enforcing|--permissive]