An administrator is managing rootless containers and needs to understand how user namespaces and security isolation function. Which TWO of the following configuration files or tools are directly relevant to rootless user mapping and systemd user persistence? (Choose TWO)
These files define the subordinate UID and GID ranges allocated for rootless user namespaces.
Why this answer
/etc/subuid defines subordinate UID ranges, and loginctl enable-linger configures user session persistence for systemd user services.