# apparmor.d - Full set of apparmor profiles # Copyright (C) 2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only # vim:syntax=apparmor abi , include @{exec_path} = @{bin}/snapshot profile snapshot @{exec_path} { include include include include include @{exec_path} mr, owner @{user_pictures_dirs}/Camera/{,**} rw, owner @{user_videos_dirs}/Camera/{,**} rw, owner @{PROC}/@{pid}/task/@{tid}/comm rw, include if exists } # vim:syntax=apparmor