Skip to content

Commit

Permalink
Replace homedir permission with only config path
Browse files Browse the repository at this point in the history
This makes the application perfectly usable (including being able to
save and load its own config), but without giving it access to the whole
home directory.

And yes, the config directory it's expecting is really
~/.config/.X-AIR-Edit, with that exact capitalization, and with the
leading dot.
  • Loading branch information
scy committed Nov 1, 2024
1 parent 8fbf27f commit 9e4e966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.behringer.XAirEdit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ finish-args:
- --socket=x11
- --share=network
- --device=dri
- --filesystem=home
- --persist=.config/.X-AIR-Edit
modules:
- name: patchelf
sources:
Expand Down

0 comments on commit 9e4e966

Please sign in to comment.