feat(profile): small improvement to steam.
This commit is contained in:
parent
03d7ef5589
commit
226cb23073
2 changed files with 4 additions and 2 deletions
|
|
@ -109,6 +109,7 @@ profile steam @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
@{runtime_dirs}/@{lib}/steam-runtime-tools-@{int}/@{multiarch}-* rix,
|
||||
@{runtime_dirs}/@{lib}/steam-runtime-tools-@{int}/srt-logger rix,
|
||||
@{runtime_dirs}/pressure-vessel/@{bin}/pressure-vessel-* rix,
|
||||
@{runtime_dirs}/pressure-vessel/@{bin}/pv-* rix,
|
||||
@{runtime_dirs}/pressure-vessel/@{lib}/steam-runtime-tools-@{int}/@{multiarch}-* rix,
|
||||
@{runtime_dirs}/pressure-vessel/@{lib}/steam-runtime-tools-@{int}/srt-bwrap rcx -> web,
|
||||
@{runtime_dirs}/run{,.sh} rix,
|
||||
|
|
@ -370,6 +371,8 @@ profile steam @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
/dev/hidraw@{int} rw,
|
||||
/dev/tty rw,
|
||||
|
||||
@{att}/dev/dri/renderD128 rw,
|
||||
|
||||
include if exists <local/steam_web>
|
||||
}
|
||||
|
||||
|
|
@ -380,6 +383,7 @@ profile steam @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
|
||||
capability dac_override,
|
||||
capability dac_read_search,
|
||||
capability sys_ptrace,
|
||||
|
||||
unix receive type=stream,
|
||||
|
||||
|
|
|
|||
|
|
@ -34,8 +34,6 @@ profile steamerrorreporter @{exec_path} flags=(attach_disconnected) {
|
|||
owner @{tmp}/dumps/ r,
|
||||
owner @{tmp}/dumps/*_log.txt rw,
|
||||
|
||||
owner @{PROC}/@{pid}/status r,
|
||||
|
||||
include if exists <local/steamerrorreporter>
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue