summaryrefslogtreecommitdiffstats
path: root/_to_remove/recipes-graphics/wayland/weston-init
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-10-18 14:06:49 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-10-18 21:47:35 +0200
commit22826f0f164d48ceef18343d9e9c2a6eb3de4230 (patch)
tree14c950e6656b8d6eb08a9b56e758f95c5dde0821 /_to_remove/recipes-graphics/wayland/weston-init
parente82b00a13a62499fdbca9505daaa69b35bf2f77d (diff)
WIP: rm appfw
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I6a90dae780a8eca7d684b5842c3af3ee55ebc509
Diffstat (limited to '_to_remove/recipes-graphics/wayland/weston-init')
-rw-r--r--_to_remove/recipes-graphics/wayland/weston-init/tmpfiles.conf.in6
-rw-r--r--_to_remove/recipes-graphics/wayland/weston-init/weston-dep.conf.in3
-rw-r--r--_to_remove/recipes-graphics/wayland/weston-init/weston.conf.in12
-rw-r--r--_to_remove/recipes-graphics/wayland/weston-init/zz-dri-imx.rules.in2
-rw-r--r--_to_remove/recipes-graphics/wayland/weston-init/zz-dri.rules.in1
-rw-r--r--_to_remove/recipes-graphics/wayland/weston-init/zz-input.rules.in1
-rw-r--r--_to_remove/recipes-graphics/wayland/weston-init/zz-tty.rules.in1
-rw-r--r--_to_remove/recipes-graphics/wayland/weston-init/zz-video.rules.in1
8 files changed, 27 insertions, 0 deletions
diff --git a/_to_remove/recipes-graphics/wayland/weston-init/tmpfiles.conf.in b/_to_remove/recipes-graphics/wayland/weston-init/tmpfiles.conf.in
new file mode 100644
index 000000000..c4b302faf
--- /dev/null
+++ b/_to_remove/recipes-graphics/wayland/weston-init/tmpfiles.conf.in
@@ -0,0 +1,6 @@
+# This file is distributed to create weston XDG_RUNTIME_DIR (/run/deamon/@WESTONUSER@)
+#
+# See tmpfiles.d(5) for details
+
+d /run/platform/ 0775 root root -
+d /run/platform/@WESTONUSER@ 0770 @WESTONUSER@ @WESTONGROUP@ -
diff --git a/_to_remove/recipes-graphics/wayland/weston-init/weston-dep.conf.in b/_to_remove/recipes-graphics/wayland/weston-init/weston-dep.conf.in
new file mode 100644
index 000000000..2b8102096
--- /dev/null
+++ b/_to_remove/recipes-graphics/wayland/weston-init/weston-dep.conf.in
@@ -0,0 +1,3 @@
+[Unit]
+Requires=@WESTON_DRM_DEVICE@
+After=@WESTON_DRM_DEVICE@
diff --git a/_to_remove/recipes-graphics/wayland/weston-init/weston.conf.in b/_to_remove/recipes-graphics/wayland/weston-init/weston.conf.in
new file mode 100644
index 000000000..9c3df052d
--- /dev/null
+++ b/_to_remove/recipes-graphics/wayland/weston-init/weston.conf.in
@@ -0,0 +1,12 @@
+[Service]
+Type=notify
+Environment="XDG_RUNTIME_DIR=@XDG_RUNTIME_DIR@"
+# Note that clearing PAMName (thus not having PAMName=login) disables
+# logind support for the session, which allows setting XDG_RUNTIME_DIR
+# to something other than /run/user/% (as is done above).
+# Without systemd-logind support, weston needs to be patched to allow
+# its direct launcher to work for non-root users in this scenario.
+PAMName=
+ExecStart=
+ExecStart=@WESTONSTART@
+SmackProcessLabel=System::Weston
diff --git a/_to_remove/recipes-graphics/wayland/weston-init/zz-dri-imx.rules.in b/_to_remove/recipes-graphics/wayland/weston-init/zz-dri-imx.rules.in
new file mode 100644
index 000000000..585db6be8
--- /dev/null
+++ b/_to_remove/recipes-graphics/wayland/weston-init/zz-dri-imx.rules.in
@@ -0,0 +1,2 @@
+SUBSYSTEM=="gpu_class", MODE="0660", GROUP="@WESTONGROUP@", SECLABEL{smack}="*"
+
diff --git a/_to_remove/recipes-graphics/wayland/weston-init/zz-dri.rules.in b/_to_remove/recipes-graphics/wayland/weston-init/zz-dri.rules.in
new file mode 100644
index 000000000..51c68c303
--- /dev/null
+++ b/_to_remove/recipes-graphics/wayland/weston-init/zz-dri.rules.in
@@ -0,0 +1 @@
+SUBSYSTEM=="drm", MODE="0660", GROUP="@WESTONGROUP@", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}="weston@@WESTONUSER@.service"
diff --git a/_to_remove/recipes-graphics/wayland/weston-init/zz-input.rules.in b/_to_remove/recipes-graphics/wayland/weston-init/zz-input.rules.in
new file mode 100644
index 000000000..fb3e677f4
--- /dev/null
+++ b/_to_remove/recipes-graphics/wayland/weston-init/zz-input.rules.in
@@ -0,0 +1 @@
+SUBSYSTEM=="input", MODE="0660", GROUP="input", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}="weston@@WESTONUSER@.service"
diff --git a/_to_remove/recipes-graphics/wayland/weston-init/zz-tty.rules.in b/_to_remove/recipes-graphics/wayland/weston-init/zz-tty.rules.in
new file mode 100644
index 000000000..e5ce4b553
--- /dev/null
+++ b/_to_remove/recipes-graphics/wayland/weston-init/zz-tty.rules.in
@@ -0,0 +1 @@
+SUBSYSTEM=="tty", KERNEL=="tty7", OWNER="@WESTONUSER@", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}="weston@@WESTONUSER@.service"
diff --git a/_to_remove/recipes-graphics/wayland/weston-init/zz-video.rules.in b/_to_remove/recipes-graphics/wayland/weston-init/zz-video.rules.in
new file mode 100644
index 000000000..1dfa3c18c
--- /dev/null
+++ b/_to_remove/recipes-graphics/wayland/weston-init/zz-video.rules.in
@@ -0,0 +1 @@
+SUBSYSTEM=="video4linux", MODE="0660", KERNEL=="video*", GROUP="display", SECLABEL{smack}="*", TAG+="systemd"