[SOLVED] AppArmor causing havoc is my syslog
by tuxthegreat from LinuxQuestions.org on (#5KK3W)
I am running Ubuntu 16.04 and I have removed / purged AppArmor from my system, Code: 5829 systemctl stop apparmor
5830 systemctl disable apparmor
5831 apt remove --assume-yes --purge apparmor
5832 apt-get remove apparmor apparmor-utils -y apparmor-profiles apparmor-profiles-extra
5833 apt autoremove But I continue to see this output in my syslog Code:Jun 27 14:41:08 odroid64 kernel: [420336.863852] audit: type=1400 audit(1624797668.427:640): apparmor="DENIED" operation="unlink" profile="firefox" name="/home/odroid/.cache/mozilla/firefox/lk2p7lcl.default-1507918916661/safebrowsing-updating/goog-malware-shavar.sbstore" pid=27912 comm=436C61737369667E20557064617465 requested_mask="d" denied_mask="d" fsuid=1000 ouid=0 What can I do?
PS I solved the issue, I simply rebooted the system and it's gone now.
5830 systemctl disable apparmor
5831 apt remove --assume-yes --purge apparmor
5832 apt-get remove apparmor apparmor-utils -y apparmor-profiles apparmor-profiles-extra
5833 apt autoremove But I continue to see this output in my syslog Code:Jun 27 14:41:08 odroid64 kernel: [420336.863852] audit: type=1400 audit(1624797668.427:640): apparmor="DENIED" operation="unlink" profile="firefox" name="/home/odroid/.cache/mozilla/firefox/lk2p7lcl.default-1507918916661/safebrowsing-updating/goog-malware-shavar.sbstore" pid=27912 comm=436C61737369667E20557064617465 requested_mask="d" denied_mask="d" fsuid=1000 ouid=0 What can I do?
PS I solved the issue, I simply rebooted the system and it's gone now.