[bootlin/training-materials updates] master: graphics: software: Mention systemd-logind in Wayland (718c0b2d)

Paul Kocialkowski paul.kocialkowski at bootlin.com
Fri Oct 14 22:52:25 CEST 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/718c0b2dc49970f5d226d70769f7443632a01c3d

>---------------------------------------------------------------

commit 718c0b2dc49970f5d226d70769f7443632a01c3d
Author: Paul Kocialkowski <paul.kocialkowski at bootlin.com>
Date:   Fri Oct 14 22:51:02 2022 +0200

    graphics: software: Mention systemd-logind in Wayland
    
    Signed-off-by: Paul Kocialkowski <paul.kocialkowski at bootlin.com>


>---------------------------------------------------------------

718c0b2dc49970f5d226d70769f7443632a01c3d
 slides/graphics-software/graphics-software.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/graphics-software/graphics-software.tex b/slides/graphics-software/graphics-software.tex
index 1d01e0e1..b43f029f 100644
--- a/slides/graphics-software/graphics-software.tex
+++ b/slides/graphics-software/graphics-software.tex
@@ -1236,7 +1236,7 @@ ret = ioctl(drm_fd, DRM_IOCTL_SYNCOBJ_FD_TO_HANDLE, &syncobj_handle);
     \begin{itemize}
     \item Isolates the input and output of each client
     \item Only the compositor can access display buffers \textit{(and provide screenshots)}
-    \item Designed to avoid running the compositor as root
+    \item Avoids running the compositor as root (using \code{systemd-logind})
     \end{itemize}
   \item No network support (can be implemented by compositors)
   \item \textbf{Weston} is the reference \textbf{Wayland} compositor




More information about the training-materials-updates mailing list