Skip to content

Commit 1d52940

Browse files
author
Vladimir Kotal
committed
move comment below the slide to fix overflow
1 parent 3719c02 commit 1d52940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user-access.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,14 +331,14 @@
331331
the SUID (\emsl{set user ID}) bit set changes the EUID and the saved UID of the process
332332
to the UID of the program owner, the RUID stays the same.
333333
\item similarly the SGID bit changes the EGID of the process.
334-
\item \emsl{access rights checking always consults the EUID, EGID, and
335-
supplementary GIDs}
336334
\end{itemize}
337335
\end{slide}
338336

339337
\label{ROOT_SETUID}
340338

341339
\begin{itemize}
340+
\item \emsl{access rights checking always consults the EUID, EGID, and
341+
supplementary GIDs}
342342
\item \label{SUID_BIT} The SUID and SGID bits are used for programs that need
343343
bigger privileges than the user who executes them. One example is the
344344
\texttt{passwd} program that needs to update files \texttt{/etc/passwd} and

0 commit comments

Comments
 (0)