Merge branch 'main' of github.com:roddhjav/apparmor.d
* 'main' of github.com:roddhjav/apparmor.d: Reorganise based on type Add XDG_GAMES_DIR Add missing `user_games_dirs` and reorganise alphabetically add config dirs complete browsers fix lynx profile use strict abstraction add preview tools
This commit is contained in:
commit
d21af8246b
8 changed files with 166 additions and 33 deletions
27
apparmor.d/profiles-a-f/elinks
Normal file
27
apparmor.d/profiles-a-f/elinks
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2024 valoq <valoq@mailbox.org>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = @{bin}/elinks
|
||||||
|
profile elinks @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/nameservice-strict>
|
||||||
|
include <abstractions/ssl_certs>
|
||||||
|
include <abstractions/user-download-strict>
|
||||||
|
include <abstractions/user-read-strict>
|
||||||
|
|
||||||
|
network inet dgram,
|
||||||
|
network inet6 dgram,
|
||||||
|
network inet stream,
|
||||||
|
network inet6 stream,
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
owner @{user_config_dirs}/elinks/{,**} rw,
|
||||||
|
|
||||||
|
include if exists <local/elinks>
|
||||||
|
}
|
||||||
17
apparmor.d/profiles-a-f/ffmpegthumbnailer
Normal file
17
apparmor.d/profiles-a-f/ffmpegthumbnailer
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2024 valoq <valoq@mailbox.org>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = @{bin}/ffmpegthumbnailer
|
||||||
|
profile ffmpegthumbnailer @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/user-write-strict>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
include if exists <local/ffmpegthumbnailer>
|
||||||
|
}
|
||||||
17
apparmor.d/profiles-g-l/img2txt
Normal file
17
apparmor.d/profiles-g-l/img2txt
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2024 valoq <valoq@mailbox.org>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = @{bin}/img2txt
|
||||||
|
profile img2txt @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/user-read-strict>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
include if exists <local/img2txt>
|
||||||
|
}
|
||||||
|
|
@ -13,6 +13,8 @@ profile lynx @{exec_path} {
|
||||||
include <abstractions/nameservice-strict>
|
include <abstractions/nameservice-strict>
|
||||||
include <abstractions/wutmp>
|
include <abstractions/wutmp>
|
||||||
include <abstractions/ssl_certs>
|
include <abstractions/ssl_certs>
|
||||||
|
include <abstractions/user-download-strict>
|
||||||
|
include <abstractions/user-read-strict>
|
||||||
|
|
||||||
network inet dgram,
|
network inet dgram,
|
||||||
network inet6 dgram,
|
network inet6 dgram,
|
||||||
|
|
@ -20,20 +22,19 @@ profile lynx @{exec_path} {
|
||||||
network inet6 stream,
|
network inet6 stream,
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
@{sh_path} rix,
|
||||||
/etc/lynx/{,*} r,
|
|
||||||
|
/usr/share/terminfo/{,**} r,
|
||||||
/usr/share/doc/lynx-common/** r,
|
/usr/share/doc/lynx-common/** r,
|
||||||
|
|
||||||
/etc/mime.types r,
|
/etc/lynx.cfg r,
|
||||||
|
/etc/lynx.lss r,
|
||||||
@{sh_path} rix,
|
/etc/lynx/{,**} r,
|
||||||
/etc/mailcap r,
|
/etc/mailcap r,
|
||||||
|
/etc/mime.types r,
|
||||||
|
|
||||||
owner @{tmp}/lynxXXXX*/ rw,
|
owner @{tmp}/lynxXXXX*/ rw,
|
||||||
owner @{tmp}/lynxXXXX*/*TMP.html{,.gz} rw,
|
owner @{tmp}/lynxXXXX*/*TMP.html{,.gz} rw,
|
||||||
|
|
||||||
owner @{HOME}/ r,
|
|
||||||
|
|
||||||
include if exists <local/lynx>
|
include if exists <local/lynx>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
17
apparmor.d/profiles-m-r/odt2txt
Normal file
17
apparmor.d/profiles-m-r/odt2txt
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2024 valoq <valoq@mailbox.org>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = @{bin}/odt2txt
|
||||||
|
profile odt2txt @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/user-write-strict>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
include if exists <local/odt2txt>
|
||||||
|
}
|
||||||
19
apparmor.d/profiles-m-r/pdftotext
Normal file
19
apparmor.d/profiles-m-r/pdftotext
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2024 valoq <valoq@mailbox.org>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = @{bin}/pdftotext
|
||||||
|
profile pdftotext @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/user-write-strict>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
/usr/share/poppler/{,**} r,
|
||||||
|
|
||||||
|
include if exists <local/pdftotext>
|
||||||
|
}
|
||||||
33
apparmor.d/profiles-s-z/w3m
Normal file
33
apparmor.d/profiles-s-z/w3m
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2024 valoq <valoq@mailbox.org>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = @{bin}/w3m
|
||||||
|
profile w3m @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/nameservice-strict>
|
||||||
|
include <abstractions/ssl_certs>
|
||||||
|
include <abstractions/user-download-strict>
|
||||||
|
include <abstractions/user-read-strict>
|
||||||
|
|
||||||
|
network inet dgram,
|
||||||
|
network inet6 dgram,
|
||||||
|
network inet stream,
|
||||||
|
network inet6 stream,
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
/usr/share/terminfo/{,**} r,
|
||||||
|
|
||||||
|
/etc/w3m/{,**} r,
|
||||||
|
owner @{HOME}/.w3m/{,**} r,
|
||||||
|
owner @{user_config_dirs}/w3m/{,**} r,
|
||||||
|
|
||||||
|
owner /tmp/@{rand6}/{,**} rw,
|
||||||
|
|
||||||
|
include if exists <local/w3m>
|
||||||
|
}
|
||||||
|
|
@ -6,70 +6,72 @@ title: Variables References
|
||||||
|
|
||||||
### User directories
|
### User directories
|
||||||
|
|
||||||
| Description | Name | Default Value |
|
| Description | Name | Default Value(s) |
|
||||||
|-------------|:----:|---------------|
|
|-------------|:----:|---------------|
|
||||||
| Desktop | `@{XDG_DESKTOP_DIR}` | `Desktop` |
|
| Desktop | `@{XDG_DESKTOP_DIR}` | `Desktop` |
|
||||||
| Download | `@{XDG_DOWNLOAD_DIR}` | `Downloads` |
|
|
||||||
| Templates | `@{XDG_TEMPLATES_DIR}` | `Templates` |
|
|
||||||
| Public | `@{XDG_PUBLICSHARE_DIR}` | `Public` |
|
|
||||||
| Documents | `@{XDG_DOCUMENTS_DIR}` | `Documents` |
|
| Documents | `@{XDG_DOCUMENTS_DIR}` | `Documents` |
|
||||||
|
| Downloads | `@{XDG_DOWNLOAD_DIR}` | `Downloads` |
|
||||||
| Music | `@{XDG_MUSIC_DIR}` | `Music` |
|
| Music | `@{XDG_MUSIC_DIR}` | `Music` |
|
||||||
| Pictures | `@{XDG_PICTURES_DIR}` | `Pictures` |
|
| Pictures | `@{XDG_PICTURES_DIR}` | `Pictures` |
|
||||||
| Videos | `@{XDG_VIDEOS_DIR}` | `Videos` |
|
| Videos | `@{XDG_VIDEOS_DIR}` | `Videos` |
|
||||||
| Books | `@{XDG_BOOKS_DIR}` | `Books` |
|
|
||||||
| Projects | `@{XDG_PROJECTS_DIR}` | `Projects` |
|
|
||||||
| Screenshots | `@{XDG_SCREENSHOTS_DIR}` | `@{XDG_PICTURES_DIR}/Screenshots` |
|
| Screenshots | `@{XDG_SCREENSHOTS_DIR}` | `@{XDG_PICTURES_DIR}/Screenshots` |
|
||||||
|
| Wallpapers | `@{XDG_WALLPAPERS_DIR}` | `@{XDG_PICTURES_DIR}/Wallpapers` |
|
||||||
|
| Books | `@{XDG_BOOKS_DIR}` | `Books` |
|
||||||
|
| Games | `@{XDG_GAMES_DIR}` | `.games` |
|
||||||
|
| Templates | `@{XDG_TEMPLATES_DIR}` | `Templates` |
|
||||||
|
| Public | `@{XDG_PUBLICSHARE_DIR}` | `Public` |
|
||||||
|
| Projects | `@{XDG_PROJECTS_DIR}` | `Projects` |
|
||||||
| Sync | `@{XDG_SYNC_DIR}` | `Sync` |
|
| Sync | `@{XDG_SYNC_DIR}` | `Sync` |
|
||||||
| Torrents | `@{XDG_TORRENTS_DIR}` | `Torrents` |
|
| Torrents | `@{XDG_TORRENTS_DIR}` | `Torrents` |
|
||||||
| Vm | `@{XDG_VM_DIR}` | `.vm`
|
| Vm | `@{XDG_VM_DIR}` | `.vm`
|
||||||
| Wallpapers | `@{XDG_WALLPAPERS_DIR}` | `@{XDG_PICTURES_DIR}/Wallpapers` |
|
|
||||||
| Disk images | `@{XDG_IMG_DIR}` | `images` |
|
| Disk images | `@{XDG_IMG_DIR}` | `images` |
|
||||||
|
|
||||||
### Dotfiles
|
### Dotfiles
|
||||||
|
|
||||||
| Description | Name | Default Value |
|
| Description | Name | Default Value(s) |
|
||||||
|-------------|:----:|---------------|
|
|-------------|:----:|---------------|
|
||||||
| SSH | `@{XDG_SSH_DIR}` | `.ssh` |
|
|
||||||
| GPG | `@{XDG_GPG_DIR}` | `.gnupg` |
|
|
||||||
| Passwords | `@{XDG_PASSWORD_STORE_DIR}` | `.password-store` |
|
|
||||||
| Cache | ` @{XDG_CACHE_DIR}` | `.cache` |
|
| Cache | ` @{XDG_CACHE_DIR}` | `.cache` |
|
||||||
| Config | `@{XDG_CONFIG_DIR}` | `.config` |
|
| Config | `@{XDG_CONFIG_DIR}` | `.config` |
|
||||||
| Data | `@{XDG_DATA_DIR}` | `.local/share` |
|
| Data | `@{XDG_DATA_DIR}` | `.local/share` |
|
||||||
| State | `@{XDG_STATE_DIR}` | `.local/state` |
|
| State | `@{XDG_STATE_DIR}` | `.local/state` |
|
||||||
| Bin | `@{XDG_BIN_DIR}` | `.local/bin` |
|
| Bin | `@{XDG_BIN_DIR}` | `.local/bin` |
|
||||||
| Lib | `@{XDG_LIB_DIR}` | `.local/lib` |
|
| Lib | `@{XDG_LIB_DIR}` | `.local/lib` |
|
||||||
|
| GPG | `@{XDG_GPG_DIR}` | `.gnupg` |
|
||||||
|
| SSH | `@{XDG_SSH_DIR}` | `.ssh` |
|
||||||
|
| Passwords | `@{XDG_PASSWORD_STORE_DIR}` | `.password-store` |
|
||||||
|
|
||||||
### Full configuration path
|
### Full configuration path
|
||||||
|
|
||||||
| Description | Name | Default Value |
|
| Description | Name | Default Value(s) |
|
||||||
|-------------|:----:|---------------|
|
|-------------|:----:|---------------|
|
||||||
| Cache | `@{user_cache_dirs}` | `@{HOME}/@{XDG_CACHE_DIR}` |
|
| Cache | `@{user_cache_dirs}` | `@{HOME}/@{XDG_CACHE_DIR}` |
|
||||||
| Config | `@{user_config_dirs}` | `@{HOME}/@{XDG_CONFIG_DIR}` |
|
| Config | `@{user_config_dirs}` | `@{HOME}/@{XDG_CONFIG_DIR}` |
|
||||||
| Share | `@{user_share_dirs}` | ` @{HOME}/@{XDG_DATA_DIR}` |
|
|
||||||
| State | `@{user_state_dirs}` | ` @{HOME}/@{XDG_STATE_DIR}` |
|
|
||||||
| Bin | `@{user_bin_dirs}` | `@{HOME}/@{XDG_BIN_DIR}` |
|
| Bin | `@{user_bin_dirs}` | `@{HOME}/@{XDG_BIN_DIR}` |
|
||||||
| Lib | `@{user_lib_dirs}` | `@{HOME}/@{XDG_LIB_DIR}` |
|
| Lib | `@{user_lib_dirs}` | `@{HOME}/@{XDG_LIB_DIR}` |
|
||||||
|
| Share | `@{user_share_dirs}` | ` @{HOME}/@{XDG_DATA_DIR}` |
|
||||||
|
| State | `@{user_state_dirs}` | ` @{HOME}/@{XDG_STATE_DIR}` |
|
||||||
| Build | `@{user_build_dirs}` | `/tmp/` |
|
| Build | `@{user_build_dirs}` | `/tmp/` |
|
||||||
| Tmp | `@{user_tmp_dirs}` | `@{run}/user/@{uid} /tmp/` |
|
|
||||||
| Packages | `@{user_pkg_dirs}` | `/tmp/pkg/` |
|
| Packages | `@{user_pkg_dirs}` | `/tmp/pkg/` |
|
||||||
|
| Tmp | `@{user_tmp_dirs}` | `@{run}/user/@{uid} /tmp/` |
|
||||||
|
|
||||||
### Full user path
|
### Full user path
|
||||||
|
|
||||||
| Description | Name | Default Value |
|
| Description | Name | Default Value(s) |
|
||||||
|-------------|:----:|---------------|
|
|-------------|:----:|---------------|
|
||||||
| Books | `@{user_books_dirs}` | `@{HOME}/@{XDG_BOOKS_DIR} @{MOUNTS}/@{XDG_BOOKS_DIR}` |
|
|
||||||
| Documents | `@{user_documents_dirs}` | `@{HOME}/@{XDG_DOCUMENTS_DIR} @{MOUNTS}/@{XDG_DOCUMENTS_DIR}` |
|
| Documents | `@{user_documents_dirs}` | `@{HOME}/@{XDG_DOCUMENTS_DIR} @{MOUNTS}/@{XDG_DOCUMENTS_DIR}` |
|
||||||
| Download | `@{user_download_dirs}` | `@{HOME}/@{XDG_DOWNLOAD_DIR} @{MOUNTS}/@{XDG_DOWNLOAD_DIR}` |
|
| Downloads | `@{user_download_dirs}` | `@{HOME}/@{XDG_DOWNLOAD_DIR} @{MOUNTS}/@{XDG_DOWNLOAD_DIR}` |
|
||||||
| Music | `@{user_music_dirs}` | `@{HOME}/@{XDG_MUSIC_DIR} @{MOUNTS}/@{XDG_MUSIC_DIR}` |
|
| Music | `@{user_music_dirs}` | `@{HOME}/@{XDG_MUSIC_DIR} @{MOUNTS}/@{XDG_MUSIC_DIR}` |
|
||||||
| Pictures | `@{user_pictures_dirs}` | `@{HOME}/@{XDG_PICTURES_DIR} @{MOUNTS}/@{XDG_PICTURES_DIR}` |
|
| Pictures | `@{user_pictures_dirs}` | `@{HOME}/@{XDG_PICTURES_DIR} @{MOUNTS}/@{XDG_PICTURES_DIR}` |
|
||||||
|
| Videos | `@{user_videos_dirs}` | `@{HOME}/@{XDG_VIDEOS_DIR} @{MOUNTS}/@{XDG_VIDEOS_DIR}` |
|
||||||
|
| Books | `@{user_books_dirs}` | `@{HOME}/@{XDG_BOOKS_DIR} @{MOUNTS}/@{XDG_BOOKS_DIR}` |
|
||||||
|
| Games | `@{user_games_dirs}` | `@{HOME}/@{XDG_GAMES_DIR} @{MOUNTS}/@{XDG_GAMES_DIR}` |
|
||||||
|
| Passwords | `@{user_password_store_dirs}` | `@{HOME}/@{XDG_PASSWORD_STORE_DIR} @{MOUNTS}/@{XDG_PASSWORD_STORE_DIR}` |
|
||||||
| Projects | `@{user_projects_dirs}` | `@{HOME}/@{XDG_PROJECTS_DIR} @{MOUNTS}/@{XDG_PROJECTS_DIR}` |
|
| Projects | `@{user_projects_dirs}` | `@{HOME}/@{XDG_PROJECTS_DIR} @{MOUNTS}/@{XDG_PROJECTS_DIR}` |
|
||||||
| Public | `@{user_publicshare_dirs}` | `@{HOME}/@{XDG_PUBLICSHARE_DIR} @{MOUNTS}/@{XDG_PUBLICSHARE_DIR}` |
|
| Public | `@{user_publicshare_dirs}` | `@{HOME}/@{XDG_PUBLICSHARE_DIR} @{MOUNTS}/@{XDG_PUBLICSHARE_DIR}` |
|
||||||
| Sync | `@{user_sync_dirs}` | `@{HOME}/@{XDG_SYNC_DIR} @{MOUNTS}/*/@{XDG_SYNC_DIR}` |
|
|
||||||
| Templates | `@{user_templates_dirs}` | `@{HOME}/@{XDG_TEMPLATES_DIR} @{MOUNTS}/@{XDG_TEMPLATES_DIR}` |
|
| Templates | `@{user_templates_dirs}` | `@{HOME}/@{XDG_TEMPLATES_DIR} @{MOUNTS}/@{XDG_TEMPLATES_DIR}` |
|
||||||
| Torrents | `@{user_torrents_dirs}` | `@{HOME}/@{XDG_TORRENTS_DIR} @{MOUNTS}/@{XDG_TORRENTS_DIR}` |
|
| Torrents | `@{user_torrents_dirs}` | `@{HOME}/@{XDG_TORRENTS_DIR} @{MOUNTS}/@{XDG_TORRENTS_DIR}` |
|
||||||
| Videos | `@{user_videos_dirs}` | `@{HOME}/@{XDG_VIDEOS_DIR} @{MOUNTS}/@{XDG_VIDEOS_DIR}` |
|
| Sync | `@{user_sync_dirs}` | `@{HOME}/@{XDG_SYNC_DIR} @{MOUNTS}/*/@{XDG_SYNC_DIR}` |
|
||||||
| Vm | `@{user_vm_dirs}` | `@{HOME}/@{XDG_VM_DIR} @{MOUNTS}/@{XDG_VM_DIR}`
|
| Vm | `@{user_vm_dirs}` | `@{HOME}/@{XDG_VM_DIR} @{MOUNTS}/@{XDG_VM_DIR}`
|
||||||
| Password | `@{user_password_store_dirs}` | `@{HOME}/@{XDG_PASSWORD_STORE_DIR} @{MOUNTS}/@{XDG_PASSWORD_STORE_DIR}` |
|
|
||||||
| Disk images | `@{user_img_dirs}` | `@{HOME}/@{XDG_IMG_DIR} @{MOUNTS}/@{XDG_IMG_DIR}` |
|
| Disk images | `@{user_img_dirs}` | `@{HOME}/@{XDG_IMG_DIR} @{MOUNTS}/@{XDG_IMG_DIR}` |
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -81,7 +83,7 @@ title: Variables References
|
||||||
|
|
||||||
**Helper variables**
|
**Helper variables**
|
||||||
|
|
||||||
| Description | Name | Default Value |
|
| Description | Name | Default Value(s) |
|
||||||
|-------------|:----:|---------------|
|
|-------------|:----:|---------------|
|
||||||
| Integer (up to 10 digits) | `@{int}` | `[0-9]{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}` |
|
| Integer (up to 10 digits) | `@{int}` | `[0-9]{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}` |
|
||||||
| Any 6, 8 or 10 characters | `@{rand6}`, `@{rand8}`, `@{rand10}` | |
|
| Any 6, 8 or 10 characters | `@{rand6}`, `@{rand8}`, `@{rand10}` | |
|
||||||
|
|
@ -99,7 +101,7 @@ title: Variables References
|
||||||
|
|
||||||
**System Paths**
|
**System Paths**
|
||||||
|
|
||||||
| Description | Name | Default Value |
|
| Description | Name | Default Value(s) |
|
||||||
|-------------|:----:|---------------|
|
|-------------|:----:|---------------|
|
||||||
| Root Home | `@{HOMEDIRS}` | `/home/` |
|
| Root Home | `@{HOMEDIRS}` | `/home/` |
|
||||||
| Home directories | `@{HOME}` | `@{HOMEDIRS}/*/ /root/` |
|
| Home directories | `@{HOME}` | `@{HOMEDIRS}/*/ /root/` |
|
||||||
|
|
@ -111,12 +113,12 @@ title: Variables References
|
||||||
| Proc | `@{PROC}` | `/proc/` |
|
| Proc | `@{PROC}` | `/proc/` |
|
||||||
| Run | `@{run}` | `/run/ /var/run/` |
|
| Run | `@{run}` | `/run/ /var/run/` |
|
||||||
| Sys | `@{sys}` | `/sys/` |
|
| Sys | `@{sys}` | `/sys/` |
|
||||||
| Flatpack export | `@{flatpak_exports_root}` | `{flatpak/exports,flatpak/{app,runtime}/*/*/*/*/export}` |
|
|
||||||
| System wide share | `@{system_share_dirs}` | `/{usr,usr/local,var/lib/@{flatpak_exports_root}}/share` |
|
| System wide share | `@{system_share_dirs}` | `/{usr,usr/local,var/lib/@{flatpak_exports_root}}/share` |
|
||||||
|
| Flatpak export | `@{flatpak_exports_root}` | `{flatpak/exports,flatpak/{app,runtime}/*/*/*/*/export}` |
|
||||||
|
|
||||||
**Program paths**
|
**Program paths**
|
||||||
|
|
||||||
| Description | Name | Default Value |
|
| Description | Name | Default Value(s) |
|
||||||
|-------------|:----:|---------------|
|
|-------------|:----:|---------------|
|
||||||
| All the shells | `@{shells}` | `sh zsh bash dash fish rbash ksh tcsh csh` |
|
| All the shells | `@{shells}` | `sh zsh bash dash fish rbash ksh tcsh csh` |
|
||||||
| Shells path | `@{shells_path}` | `@{bin}/@{shells}` |
|
| Shells path | `@{shells_path}` | `@{bin}/@{shells}` |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue