feat: a3
All checks were successful
zip and release / build-and-release (push) Successful in 3s

This commit is contained in:
Leo
2026-05-22 11:52:02 +02:00
parent b118e163b2
commit 58553b688a
2 changed files with 9 additions and 0 deletions

4
sheet05/a3/a.txt Normal file
View File

@@ -0,0 +1,4 @@
Passwords are stored in the /etc/shadow file, which is restricted to the root user.
A standard user cannot write to it directly. However, the passwd executable is owned by root and has the SUID permission set.
When a standard user runs passwd, the SUID bit tells the system to execute the program with the privileges of root,
giving the program the temporary permissions to update /etc/shadow