20 lines
596 B
Text
20 lines
596 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
# Basic set of resources for wine regardless of the installation method (system or through a game launcher).
|
|
|
|
abi <abi/4.0>,
|
|
|
|
owner @{user_share_dirs}/applications/wine/ rw,
|
|
owner @{user_share_dirs}/applications/wine/**/ rw,
|
|
|
|
owner @{tmp}/.wine-@{uid}/ rw,
|
|
owner @{tmp}/.wine-@{uid}/** rwk,
|
|
|
|
owner /dev/shm/wine-@{hex6}-fsync rw,
|
|
owner /dev/shm/wine-@{hex6}@{h}-fsync rw,
|
|
|
|
include if exists <abstractions/wine.d>
|
|
|
|
# vim:syntax=apparmor
|