On Mon, Dec 17, 2012 at 10:06:19PM +0200, Cor Legemaat wrote:
> kernel = linux-3.5.4-hardened-r1
>
> k53s cor # ls /sys/fs/selinux/class/capability2/perms/
> epollwakeup mac_admin mac_override syslog wake_alarm
>
> k53s cor # ls -ltr /usr/share/selinux/targeted/
> show the time difference within 21 seconds but mysql.pp is not there.
>
> mysql.pp is in "/etc/selinux/targeted/modules/active/modules/", don't
> know why an uninstall didn't remove it, can I just delete the file?
>
> mysql nor selinux-mysql is installed.
Ah, you will need to remove the module from the policy store yourself:
~# semodule -s targeted -r mysql
If you just run "semodule -r myself" you remove it from the active store,
but not from all stores that you have on your system (the ones in
POLICY_TYPES).
Wkr,
Sven Vermeulen