mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-13 12:41:01 -04:00
3b64fbc4f51692ca821c1e197b671ac4b22bf726
Typically Linux distributions employ /etc/profile.d for system wide environment manipulation prior to multi-user initialisation. Modern distribution efforts split the vendor configuration from the local sysadmin configuration and data, by not using the /etc/ directories, for example. To enable this stateless pattern, this change adds a new --with-profile-dir option to use an alternative location, such as within /usr/share/. This ensures that the data (not configuration) is owned through the update process, and does not conflict with changes made locally to the system, enforcing domains of ownership. To preserve backwards compatible behaviour, the default directory remains set to /etc/profile.d. Signed-off-by: Ikey Doherty <ikey@solus-project.com>
Flatpak is a system for building, distributing and running sandboxed desktop applications on Linux.
See http://flatpak.org/ for more information.
Read documentation for the flatpak commandline tools and for the libflatpak library API.
Description
Languages
C
91.1%
Shell
5.1%
Python
1.8%
Meson
1.1%
Yacc
0.8%
