Closed pablogzlezmora closed 3 years ago
Hello, I have never uninstalled SELinux, but if I were to do this, I would perform the following steps:
selinux=0
)sestatus
. This should display SELinux status: disabled
...-selinux
packages with their usual ones (for example systemd-selinux
-> systemd
), using pacman -S ...
libselinux
.selinux
(the list can be found by running pacman -Qqg selinux
)@fishilico: It worked.
In step 4, I tried:
# pacman -S sudo dbus cronie shadow util-linux systemd-resolvconf systemd-sysvcompat systemd pambase pam coreutils
Between steps 5 and 6, I had to add my user to the sudoers group again (now, I know that it's an obviously needed task).
In step 6, I saw that I had forgotten some packages when I made step 4: pacman -Qi <package>
, the wiki, and a small amount of patience were very useful here.
The setting seems to be ready now.
Thanks a lot.
Thanks for your feedback! I am closing this issue as it seems to be resolved.
Great. Yes, it's resolved. Thanks a lot.
Please, How can I uninstall SELinux?
System: Arch Linux LTS