Skip to content

Commit

Permalink
feat(profile): steam: update web paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jan 10, 2025
1 parent 17520a9 commit b94b11c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apparmor.d/profiles-s-z/steam
Original file line number Diff line number Diff line change
Expand Up @@ -317,13 +317,16 @@ profile steam @{exec_path} flags=(attach_disconnected,mediate_deleted) {
owner @{share_dirs}/public/** k,

@{tmp}/ r,
owner @{tmp}/.com.valvesoftware.Steam.@{rand6} rw,
owner @{tmp}/.com.valvesoftware.Steam.@{rand6}/{,**} rw,
owner @{tmp}/#@{int} rw,
owner @{tmp}/dumps/ rw,
owner @{tmp}/dumps/** rwk,
owner @{tmp}/pressure-vessel-*-@{rand6}/ rw,
owner @{tmp}/pressure-vessel-*-@{rand6}/** rwlk -> @{tmp}/pressure-vessel-*-@{rand6}/**,
owner @{tmp}/steam_chrome_shmem_uid@{uid}_spid@{int} rw,

owner /dev/shm/.com.valvesoftware.Steam.@{rand6} rw,
owner /dev/shm/u@{uid}-Shm_@{hex4}@{h} rw,
owner /dev/shm/u@{uid}-Shm_@{hex6} rw,
owner /dev/shm/u@{uid}-Shm_@{hex6}@{h} rw,
Expand Down

0 comments on commit b94b11c

Please sign in to comment.