An administrator configures rootless Podman on RHEL 9. For container user namespace mapping to function correctly for a specific user account, entries must be present in which two system files?
Trap 1: /etc/passwd and /etc/group
/etc/passwd and /etc/group define primary system user accounts, not subordinate mapping ranges.
Trap 2: /etc/containers/namespace.conf and /etc/containers/users.conf
These files do not exist.
Trap 3: /etc/security/limits.conf and /etc/login.defs
These files configure resource limits and login defaults.
- A
/etc/passwd and /etc/group
Why wrong: /etc/passwd and /etc/group define primary system user accounts, not subordinate mapping ranges.
- B
/etc/containers/namespace.conf and /etc/containers/users.conf
Why wrong: These files do not exist.
- C
/etc/security/limits.conf and /etc/login.defs
Why wrong: These files configure resource limits and login defaults.
- D
/etc/subuid and /etc/subgid
/etc/subuid and /etc/subgid allocate ranges of subordinate UIDs and GIDs for rootless users.