Comment 1 for bug 1878333

Revision history for this message
John Johansen (jjohansen) wrote :

Daniel,

Currently it is expected that manually deleting a profile also requires manual profile removal from the kernel, using an of
- aa-remove-unknown
- apparmor_parser -R <profile before file deletion>
- sudo bash -c "echo -n '<profile_name>' > /sys/kernel/security/apparmor/.remove"

However this does indeed currently leave behind the cache file, cluttering the file system. However once the profile is removed from the kernel the cached file should not be applied.

Can you clarify whether you removed the profile from the kernel?

Can you clarify if when you were developing the new profile whether you changed the filename from the original profile to a different filename when developing the new profile?