Rudd-O / zfs-fedora-installer

Fedora on ZFS root installer
35 stars 6 forks source link

SELinux #22

Closed pfandl closed 6 years ago

pfandl commented 7 years ago

It seems that this is sufficient to get SELinux to work with Fedora Server 25:

zfs set xattr=sa pool

I had some errors in syncing into the chroot and therefore needed to create following directories: (i did it in the emergency console after a reboot but it should be fine within the chroot i guess)

mkdir /var/lib/dbus
mkdir /var/log/audit

Thanks for the tutorial! cheers

Rudd-O commented 6 years ago

This is going to be fixed as soon as I test staging and merge into master.