]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
man: cgsnapshot: replace blacklist, whitelist terms
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 8 May 2023 05:17:36 +0000 (10:47 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 11 May 2023 14:18:48 +0000 (08:18 -0600)
Replace terms 'blacklist' -> 'denylist' and
'whitelist' -> 'allowlist'.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
doc/man/cgsnapshot.1

index 48a038ed38c89d11114093fbf7cfa85d61ecc65d..22de6161574e0df3c3802732b0730e41f4c727a1 100644 (file)
@@ -22,14 +22,14 @@ configuration file.
 
 .TP
 .B -b file
-Display only variables from the blacklist.
-The default location of the blacklist is
-.B /etc/cgsnapshot_blacklist.conf.
+Display only variables from the denylist.
+The default location of the denylist is
+.B /etc/cgsnapshot_denylist.conf.
 This list contains all variables which should be ignored by the
 .B cgsnapshot
 .
-If the variable is blacklisted, it will not be displayed.
-If it is not present on the blacklist, the whitelist
+If the variable is denylisted, it will not be displayed.
+If it is not present on the denylist, the allowlist
 is checked.
 
 .TP
@@ -47,29 +47,29 @@ Ignore all warnings
 
 .TP
 .B -t, --strict
-Do not display the variables which are not on the whitelist
+Do not display the variables which are not on the allowlist
 
 
 .TP
 .B -w file
-Set the blacklist configuration file.
+Set the denylist configuration file.
 This list contains all variables which should be displayed by
 .B cgsnapshot
 .
-If the variable is not blacklisted, the whitelist is checked.
-If the variable is on the whitelist, it is displayed by
+If the variable is not denylisted, the allowlist is checked.
+If the variable is on the allowlist, it is displayed by
 .B cgsnapshot
 .
-If the variable is not on the whitelist,
+If the variable is not on the allowlist,
 the variable is displayed and a warning message is produced.
-By default the whitelist is not used.
+By default the allowlist is not used.
 
 The warning message can be omitted using the
 .B -s, --silent
 flag.
 If the
 .B -t, --strict
-flag is used, the variable which is not on the whitelist is
+flag is used, the variable which is not on the allowlist is
 not displayed.
 
 .TP
@@ -85,12 +85,12 @@ controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
 
 .SH FILES
 .TP
-.B /etc/cgsnapshot_blacklist.conf
-default blacklist
+.B /etc/cgsnapshot_denylist.conf
+default denylist
 
 .TP
-.B /etc/cgsnapshot_whitelist.conf
-default whitelist
+.B /etc/cgsnapshot_allowlist.conf
+default allowlist
 
 .TP
 .B /etc/cgconfig.conf