Skip to content

Commit

Permalink
compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Aug 31, 2022
1 parent 9cf69a1 commit 0c62ea9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kickstart/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ rm -f /etc/dconf/db/gdm.d/00-security-settings
# Remove banner to enable Cockpit
rm -f /etc/issue.d/cockpit.issue
# /tmp is restricted by mount options
mkdir /usr/local/tmp/ansible
chmod 1777 /usr/local/tmp/ansible
chown root:root /usr/local/tmp/ansible
mkdir /usr/local/tmp
chmod 1777 /usr/local/tmp
# add vagrant's public key - user can ssh without password
mkdir -p /home/vagrant/.ssh
chmod 0700 /home/vagrant/.ssh
Expand Down

0 comments on commit 0c62ea9

Please sign in to comment.