Skip to content

Commit

Permalink
AppArmor: silence denial to read /sys/class/input/
Browse files Browse the repository at this point in the history
It is unclear to me what this is about.
  • Loading branch information
anonym committed Sep 28, 2023
1 parent 29e1fe4 commit b80e007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apparmor/torbrowser.Browser.firefox
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ profile torbrowser_firefox @{torbrowser_firefox_executable} {
/sys/devices/system/node/ r,
/sys/devices/system/node/node[0-9]*/meminfo r,
/sys/fs/cgroup/cpu,cpuacct/{,user.slice/}cpu.cfs_quota_us r,
deny /sys/class/input/ r,
deny /sys/devices/virtual/block/*/uevent r,

# Should use abstractions/gstreamer instead once merged upstream
Expand Down

0 comments on commit b80e007

Please sign in to comment.