Skip to content

Commit

Permalink
fix: compilation issue 2/2
Browse files Browse the repository at this point in the history
revert adding `bin` to XDG_BIN_DIR due to undetected  conflicting x modifiers.

See #424
  • Loading branch information
roddhjav committed Aug 20, 2024
1 parent fb6e718 commit e74fade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apparmor.d/groups/display-manager/xdm-xsession
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion apparmor.d/tunables/home.d/apparmor.d
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e74fade

Please sign in to comment.