Skip to content

Commit 11898ca

Browse files
committed
fix the logic, wording
1 parent 98f5816 commit 11898ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user-access.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
bigger privileges than the user who executes them. One example is the
348348
\texttt{passwd} program that needs to update files \texttt{/etc/passwd} and
349349
\texttt{/etc/shadow}, where the ordinary (i.e. non root) user process cannot
350-
modify the first and cannot write into the the second. Another example is the
350+
modify the former and cannot read the latter. Another example is the
351351
\texttt{su} program, which has to have the right to arbitrarily change user and
352352
group identity, which is a privilege of programs running with UID~0.
353353
\item Programs using the SUID and SGID bits should be carefully programmed

0 commit comments

Comments
 (0)