mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-07 10:45:09 +01:00
39 lines
1.2 KiB
Text
39 lines
1.2 KiB
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2022-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{steam_lib_dirs} = @{user_share_dirs}/Steam/ubuntu[0-9]*_{32,64}
|
|
@{exec_path} = @{steam_lib_dirs}/fossilize_replay
|
|
profile steam-fossilize @{exec_path} flags=(attach_disconnected) {
|
|
include <abstractions/base>
|
|
include <abstractions/graphics>
|
|
|
|
@{exec_path} mr,
|
|
|
|
@{steam_lib_dirs}/*.so* mr,
|
|
|
|
owner @{HOME}/.steam/steam.pipe r,
|
|
|
|
owner @{user_share_dirs}/Steam/steamapps/shadercache/@{int}/fozpipelinesv@{int}/{,**} rw,
|
|
owner @{user_share_dirs}/Steam/steamapps/shadercache/@{int}/mesa_shader_cache_sf/{,**} rwk,
|
|
owner @{user_share_dirs}/Steam/steamapps/shadercache/@{int}/nvidiav@{int}/GLCache/ rw,
|
|
owner @{user_share_dirs}/Steam/steamapps/shadercache/@{int}/nvidiav@{int}/GLCache/** rwk,
|
|
|
|
owner @{run}/user/@{uid}/.mutter-Xwaylandauth.@{rand6} rw,
|
|
|
|
@{sys}/devices/system/node/node@{int}/cpumap r,
|
|
|
|
@{PROC}/@{pids}/statm r,
|
|
@{PROC}/pressure/io r,
|
|
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
|
|
|
|
owner /dev/shm/fossilize-*-@{int}-@{int} rw,
|
|
|
|
deny owner @{user_share_dirs}/gvfs-metadata/{,*} r,
|
|
|
|
include if exists <local/steam-fossilize>
|
|
}
|