Something about profiling with apparmor. For this we will learn about apparmor, /etc/apparmor.d, apparmor_utils and more.
We are going to create profile for chromedriver in /etc/apparmor.d
1.) navigate to /etc/apparmor.d
cd /etc/apparmor.d
2.) create profile
sudo aa-autodep chromedriver
3.) Put profile in complain mode
sudo aa-complain chromedriver
Now chromedriver should not be DENIED anymore if you check
sudo dmesg
viola! ;)