From e74fade49a07d45534f7bc127cee1607c18cbb65 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Tue, 20 Aug 2024 19:54:54 +0100 Subject: [PATCH] fix: compilation issue 2/2 revert adding `bin` to XDG_BIN_DIR due to undetected conflicting x modifiers. See #424 --- apparmor.d/groups/display-manager/xdm-xsession | 2 +- apparmor.d/tunables/home.d/apparmor.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apparmor.d/groups/display-manager/xdm-xsession b/apparmor.d/groups/display-manager/xdm-xsession index 6d6bcddff..962a97c3b 100644 --- a/apparmor.d/groups/display-manager/xdm-xsession +++ b/apparmor.d/groups/display-manager/xdm-xsession @@ -31,7 +31,7 @@ profile xdm-xsession @{exec_path} { @{bin}/realpath rix, @{bin}/sed rix, @{bin}/ssh-agent rix, - @{bin}/tput rix + @{bin}/tput rix, @{bin}/tr rix, @{bin}/tty rix, @{bin}/uname rix, diff --git a/apparmor.d/tunables/home.d/apparmor.d b/apparmor.d/tunables/home.d/apparmor.d index 110c562e2..c23a8d956 100644 --- a/apparmor.d/tunables/home.d/apparmor.d +++ b/apparmor.d/tunables/home.d/apparmor.d @@ -39,7 +39,7 @@ @{XDG_CONFIG_DIR}=".config" @{XDG_DATA_DIR}=".local/share" @{XDG_STATE_DIR}=".local/state" -@{XDG_BIN_DIR}="bin" ".bin" ".local/bin" +@{XDG_BIN_DIR}=".local/bin" @{XDG_LIB_DIR}=".local/lib" # Full path of the user configuration directories