asciiwolf pushed to branch main at The Tor Project / Applications / torbrowser-launcher

Commits:

1 changed file:

Changes:

  • apparmor/torbrowser.Browser.firefox
    ... ... @@ -124,10 +124,11 @@ profile torbrowser_firefox @{torbrowser_firefox_executable} {
    124 124
       @{sys}/devices/pci[0-9]*/**/irq r,
    
    125 125
       /sys/devices/system/cpu/ r,
    
    126 126
       /sys/devices/system/cpu/present r,
    
    127
    +  @{sys}/devices/system/cpu/cpu[0-9]*/cpu_capacity r,
    
    127 128
       /sys/devices/system/node/ r,
    
    128 129
       /sys/devices/system/node/node[0-9]*/meminfo r,
    
    129 130
       /sys/fs/cgroup/cpu,cpuacct/{,user.slice/}cpu.cfs_quota_us r,
    
    130
    -  /sys/fs/cgroup/user.slice/user-[0-9]*.slice/user@[0-9]*.service/app.slice/app-gnome-torbrowser-[0-9]*.scope/cpu.max r,
    
    131
    +  @{sys}/fs/cgroup/**/cpu.max r,
    
    131 132
       deny /sys/class/input/ r,
    
    132 133
       deny /sys/devices/virtual/block/*/uevent r,
    
    133 134