commit | 5dfa95c6865f7bd15c0462eb812efaab126dfbe6 | [log] [tgz] |
---|---|---|
author | Petr Lautrbach <plautrba@redhat.com> | Tue Sep 24 21:12:21 2019 +0200 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Thu Sep 26 08:31:56 2019 -0400 |
tree | 649253bc516c1a2561877df4737b9419fc8faf0e | |
parent | f4e741a144124e8197d3d20ed53a6938ccd6593d [diff] |
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 <fredwacko40@hotmail.com> Signed-off-by: Petr Lautrbach <plautrba@redhat.com>