patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 4e2155d40bd195bff8ef8e0ca7f16c728ff01dc4 1960 bytes (raw)
name: host/rootfs/image/etc/s6-rc/cosmic-comp/run 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
 
#!/bin/execlineb -WP
# SPDX-License-Identifier: EUPL-1.2+
# SPDX-FileCopyrightText: 2021, 2023, 2025-2026 Alyssa Ross <hi@alyssa.is>

importas -Siu WAYLAND_DISPLAY

piperw 4 3
background {
  fdclose 3

  if {
    fdmove -c 0 4
    redirfd -w 1 /dev/null
    head -c 1
  }
  fdclose 4

  if { chmod -- 0770 $WAYLAND_DISPLAY }
  if { chgrp -- wayland $WAYLAND_DISPLAY }

  fdmove -c 1 5
  echo
}
fdclose 4
fdclose 5

if { install -do wayland -g wayland -m 0770 /run/wayland }
if { chown wayland /dev/tty0 /dev/tty1 }
export XDG_CONFIG_HOME /etc/xdg
redirfd -r 0 /dev/tty1

if { udevadm settle }
s6-notify-fd-from-socket -33
s6-setuidgid wayland
bwrap
  # no --unshare-net, broke Weston's udev hotplug and readiness notification
  # uses abstract namespace socket.
  --unshare-ipc
  --unshare-uts
  --unshare-cgroup
  --cap-add CAP_SYS_TTY_CONFIG
  --dev-bind /dev /dev
  --bind /run /run
  --ro-bind /etc /etc
  --ro-bind /nix /nix
  --ro-bind /usr /usr
  --ro-bind /lib /lib
  --ro-bind /bin /bin
  --ro-bind /sbin /sbin
  # For /run/seatd.sock
  --tmpfs /run
  # For OpenGL/Vulkan/etc
  --ro-bind /run/opengl-driver /run/opengl-driver
  # For udev
  --ro-bind /run/udev /run/udev
  --bind /run/root-terminal /run/root-terminal
  --tmpfs /tmp
  --tmpfs /dev/shm
  # Filtered /proc (without nasty stuff)
  --proc /proc
  --ro-bind /proc/sys /proc/sys
  --tmpfs /proc/fs
  --remount-ro /proc/fs
  --tmpfs /proc/irq
  --remount-ro /proc/irq
  --ro-bind /dev/null /proc/kallsyms
  --ro-bind /sys /sys
  --dev /dev
  # GPUs
  --dev-bind /dev/dri /dev/dri
  # Input devices
  --dev-bind /dev/input /dev/input
  # Virtual consoles
  --dev-bind /dev/tty1 /dev/tty1
  --dev-bind /dev/tty0 /dev/tty0
  # Kernel console
  --dev-bind /dev/console /dev/console
  # Listening socket
  --bind /run/wayland /run/wayland
  # Workaround for https://github.com/pop-os/cosmic-comp/pull/2547
  --dir /run/systemd/system
  --
cosmic-comp --no-xwayland --socket-path $WAYLAND_DISPLAY

debug log:

solving 4e2155d4 ...
found 4e2155d4 in https://inbox.spectrum-os.org/spectrum-devel/20260710195907.98981-7-hi@alyssa.is/
found 8b065ee9 in https://spectrum-os.org/git/spectrum
preparing index
index prepared:
100644 8b065ee9a535d0a08e9255900c73b88a0c376d4b	host/rootfs/image/etc/s6-rc/weston/run

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20260710195907.98981-7-hi@alyssa.is/
diff --git a/host/rootfs/image/etc/s6-rc/weston/run b/host/rootfs/image/etc/s6-rc/cosmic-comp/run
similarity index 77%
rename from host/rootfs/image/etc/s6-rc/weston/run
rename to host/rootfs/image/etc/s6-rc/cosmic-comp/run
index 8b065ee9..4e2155d4 100644

Checking patch host/rootfs/image/etc/s6-rc/weston/run => host/rootfs/image/etc/s6-rc/cosmic-comp/run...
Applied patch host/rootfs/image/etc/s6-rc/weston/run => host/rootfs/image/etc/s6-rc/cosmic-comp/run cleanly.

index at:
100644 4e2155d40bd195bff8ef8e0ca7f16c728ff01dc4	host/rootfs/image/etc/s6-rc/cosmic-comp/run

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).