logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

share (819B)


  1. @{flatpak_exports_root} = {flatpak/exports,flatpak/{app,runtime}/*/*/*/*/export}
  2. # System-wide directories with behaviour analogous to /usr/share
  3. # in patterns like the freedesktop.org basedir spec. These are
  4. # owned by root or a system user, appear in XDG_DATA_DIRS, and
  5. # are the parent directory for `applications`, `themes`,
  6. # `dbus-1/services`, etc.
  7. @{system_share_dirs} = /{usr,usr/local,var/lib/@{flatpak_exports_root}}/share
  8. # Per-user/personal directories with behaviour analogous to
  9. # ~/.local/share in patterns like the freedesktop.org basedir spec.
  10. # These are owned by the user running an application, appear in
  11. # XDG_DATA_DIRS or XDG_DATA_HOME, and are the parent directory
  12. # for the same subdirectories as @{system_share_dirs}
  13. @{user_share_dirs} = @{HOME}/.local{,/share/@{flatpak_exports_root}}/share