#948 Fixed serious SELinux issue.
Closed a year ago by pboy. Opened a year ago by pboy.
pboy/fedora-kickstarts f38  into  f38

Fixed serious SELinux issue.
Peter Boy • a year ago  
file modified
+9 -6
@@ -1,4 +1,4 @@ 

- # fedora-server-vm-full.ks (rel. 1.01)

+ # fedora-server-vm-full.ks (rel. 1.02)

  # Kickstart file to build a Fedora Server Edition VM disk image.

  # The image aims to resemble as close as technically possible the

  # full features of a Fedora Server Edition in a virtual machine.
@@ -174,6 +174,12 @@ 

  ##### begin custom post script (after base) #########################

  %post

  

+ # When we build the image /var/log gets populated.

+ # Let's clean it up.

+ echo "Cleanup leftover in /var/log"

+ ##rm -rf /var/log/*

+ cd /var/log  && find . -name \* -type f -delete 

+ 

  echo "Zeroing out empty space."

  # Create zeros file with nodatacow and no compression

  touch /var/tmp/zeros
@@ -191,11 +197,8 @@ 

  rm -f /etc/systemd/system/default.target

  ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target

  echo .

- 

- # When we build the image /var/log gets populated.

- # Let's clean it up.

- echo "Cleanup leftover in /var/log"

- rm -rf /var/log/*

+ rm -f /var/log/anaconda/*

+ touch /.autorelabel

  

  %end

  ##### end custom post script ########################################

VM couldn't create the journal.

Pull-Request has been closed by pboy

a year ago
Metadata