diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-07-07 16:17:57 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@konsulko.com> | 2022-07-11 19:56:28 +0000 |
commit | 32bc374d3ab668a00dcd3083613d51f0ae59398d (patch) | |
tree | 174dded92db45cc5b2058c45e386b5b8217d628e /recipes-graphics/wayland/weston-terminal-conf | |
parent | bca7a3095f8f39ee685dba7dd23581e767a765ad (diff) |
weston-terminal-conf: add systemd-sandboxed demo configuration
Add a secondary .desktop file for weston-terminal to demonstrate new
applaunchd systemd_manager with sandboxing capabilities.
The sandboxing example enables PrivateNetwork - only loopback interface
is available with localhost access only, easy to verify in the terminal
Bug-AGL: SPEC-4466
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Change-Id: Ib17880050056a2801f03bcc54caef921e8bdb516
Diffstat (limited to 'recipes-graphics/wayland/weston-terminal-conf')
-rw-r--r-- | recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop b/recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop new file mode 100644 index 000000000..d1cb2c889 --- /dev/null +++ b/recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Name=Weston Terminal (systemd) +Comment=Terminal Emulator +GenericName=Terminal Emulator +Exec=weston-terminal +Icon=utilities-terminal +Terminal=false +Type=Application +Categories=System;TerminalEmulator; +DBusActivatable=true +StartupNotify=true |