Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gui: Fix remove module in system-config-selinux
When a user tried to remove a policy module with priority other than 400 via GUI, it failed with a message: libsemanage.semanage_direct_remove_key: Unable to remove module somemodule at priority 400. (No such file or directory). This is fixed by calling "semodule -x PRIORITY -r NAME" instead of "semodule -r NAME". From Jono Hein <[email protected]> Signed-off-by: Petr Lautrbach <[email protected]>
- Loading branch information