Skip to content
Snippets Groups Projects
Verified Commit 6c98bb98 authored by Nicolas Lenz's avatar Nicolas Lenz :snowflake:
Browse files

docs: update comment for subuid/subgid

parent fdb96686
Branches
No related tags found
No related merge requests found
......@@ -149,7 +149,8 @@ def show(path: str, show_ignored: bool) -> None:
r"/etc/.pwd.lock",
# contains DNS config used by various programs, managed by systemd-resolved
r"/etc/resolv.conf",
# saves subuids and subgids, I don't want this as persistent state
# saves subuid and subgid ranges, I don't want this as persistent state
# instead define using option `subUidRanges`/`subGidRanges` where desired
r"/etc/subgid",
r"/etc/subuid",
# auto-generated by CUPS for compatibility
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment