You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently the command selinux-activate looks - if you want to activate SELinux - for two files
either for
GRUB_CONF=/boot/grub/menu.lst
If $GRUB_CONF exists adding the line 'security=selinux' and do an update-grub
if $GRUB_CONF doesn't exist look for
GRUB2_CONF=/etc/default/grub
and add selinux=1 and security=selinux
Unfortunately none of the GRUB Files exist an RasopbianOS bullyeye
The text was updated successfully, but these errors were encountered:
currently the command selinux-activate looks - if you want to activate SELinux - for two files
either for
GRUB_CONF=/boot/grub/menu.lst
If $GRUB_CONF exists adding the line 'security=selinux' and do an update-grub
if $GRUB_CONF doesn't exist look for
GRUB2_CONF=/etc/default/grub
and add selinux=1 and security=selinux
Unfortunately none of the GRUB Files exist an RasopbianOS bullyeye
The text was updated successfully, but these errors were encountered: