roddhjav / apparmor.d

Full set of AppArmor profiles (~ 1500 profiles)
https://apparmor.pujol.io
GNU General Public License v2.0
458 stars 44 forks source link

[Request] Add variable for terminal emulator paths and config files #565

Open odomingao opened 1 week ago

odomingao commented 1 week ago

Some programs launch the users' default terminal. Would be nice to have a variable that contained common terminal emulators' binary path and a different variable that contained the config path for said terminal

roddhjav commented 1 week ago

It already exists: @{shells_path}

beroal commented 1 week ago

It already exists: @{shells_path}

This is the path to Unix shells. A terminal emulator is a GUI program like xterm, Alacritty, GNOME Terminal.

roddhjav commented 1 week ago

My bad. However, this should be most likely handled by a child-open-terminal profile (and an underling @{terminal_path} variable).