canonical / matter-pi-gpio-commander

Matter Raspberry Pi GPIO Commander - Turn your Pi into a Matter lighting device!
Apache License 2.0
90 stars 3 forks source link

AppArmor denial for dac_read_search #50

Open farshidtz opened 4 months ago

farshidtz commented 4 months ago

I receive the following denial when running the test-blink on the v2.0.0 of the snap:

= AppArmor =
Time: Feb 22 15:33:57
Log: apparmor="DENIED" operation="capable" profile="snap.matter-pi-gpio-commander.test-blink" pid=1961 comm="load-snap-optio" capability=2  capname="dac_read_search"
Capability: dac_read_search
Suggestions:
* adjust program to not require 'CAP_DAC_READ_SEARCH' (see 'man 7 capabilities')
* add one of 'microstack-support, system-backup' to 'plugs'
* do nothing if program otherwise works properly

It doesn't affect the functionality.