[adb-support] apparmor profile does not grant read access for the file containing the serial number
Bug #1821469 reported by
Ferenc Czumbil
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
Fix Released
|
Medium
|
Zygmunt Krynicki |
Bug Description
The serial file is one level deeper in the directory structure on my system.
# Allow reading the serial number of all the USB devices.
/sys/devices/
Should be
# Allow reading the serial number of all the USB devices.
/sys/devices/
Apparmor audit log:
Mar 24 19:00:26 acme kernel: audit: type=1400 audit(155345402
description: | updated |
Changed in snapd: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The interface does intend to allow that but I see how the path encores more devices your system. It will likely contain a hub that was not present while we were developing the interface. I will address this shortly.