mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-11 23:07:25 +01:00
feat(profile): steam: update web paths.
Some checks are pending
Ubuntu / check (push) Waiting to run
Ubuntu / build (default, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (default, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / tests (push) Blocked by required conditions
Some checks are pending
Ubuntu / check (push) Waiting to run
Ubuntu / build (default, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (default, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / tests (push) Blocked by required conditions
This commit is contained in:
parent
17520a94bf
commit
b94b11cbee
1 changed files with 3 additions and 0 deletions
|
@ -317,6 +317,8 @@ profile steam @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
||||||
owner @{share_dirs}/public/** k,
|
owner @{share_dirs}/public/** k,
|
||||||
|
|
||||||
@{tmp}/ r,
|
@{tmp}/ r,
|
||||||
|
owner @{tmp}/.com.valvesoftware.Steam.@{rand6} rw,
|
||||||
|
owner @{tmp}/.com.valvesoftware.Steam.@{rand6}/{,**} rw,
|
||||||
owner @{tmp}/#@{int} rw,
|
owner @{tmp}/#@{int} rw,
|
||||||
owner @{tmp}/dumps/ rw,
|
owner @{tmp}/dumps/ rw,
|
||||||
owner @{tmp}/dumps/** rwk,
|
owner @{tmp}/dumps/** rwk,
|
||||||
|
@ -324,6 +326,7 @@ profile steam @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
||||||
owner @{tmp}/pressure-vessel-*-@{rand6}/** rwlk -> @{tmp}/pressure-vessel-*-@{rand6}/**,
|
owner @{tmp}/pressure-vessel-*-@{rand6}/** rwlk -> @{tmp}/pressure-vessel-*-@{rand6}/**,
|
||||||
owner @{tmp}/steam_chrome_shmem_uid@{uid}_spid@{int} rw,
|
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_@{hex4}@{h} rw,
|
||||||
owner /dev/shm/u@{uid}-Shm_@{hex6} rw,
|
owner /dev/shm/u@{uid}-Shm_@{hex6} rw,
|
||||||
owner /dev/shm/u@{uid}-Shm_@{hex6}@{h} rw,
|
owner /dev/shm/u@{uid}-Shm_@{hex6}@{h} rw,
|
||||||
|
|
Loading…
Reference in a new issue