diff --git a/apparmor.d/groups/hyprland/pypr b/apparmor.d/groups/hyprland/pypr new file mode 100644 index 000000000..2f489e055 --- /dev/null +++ b/apparmor.d/groups/hyprland/pypr @@ -0,0 +1,30 @@ +# apparmor.d - Full set of apparmor profiles +# Copyright (C) 2024 odomingao +# SPDX-License-Identifier: GPL-2.0-only + +abi , + +include + +@{exec_path} = @{bin}/pypr +profile pypr @{exec_path} flags=(attach_disconnected) { + include + include + include + + signal send set=(term kill), + + ptrace read, + + @{exec_path} mr, + + owner @{user_config_dirs}/hypr/pyprland.toml r, + + owner @{run}/user/@{uid}/hypr/*/.pyprland.sock rw, + + owner /dev/tty@{int} rw, # file_inherit + + include if exists +} + +# vim:syntax=apparmor