]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
samples/config: cgsnapshot: rename blacklist, whitelist config
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 8 May 2023 05:17:42 +0000 (10:47 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 11 May 2023 14:18:48 +0000 (08:18 -0600)
Rename 'cgsnapshot_whitelist.conf' -> 'cgsnapshot_allowlist.conf' and
'cgsnapshot_blacklist.conf -> cgsnapshot_denylist.conf'.  Also, update
Makefile with renames.

Suggested-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
samples/config/Makefile.am
samples/config/cgsnapshot_allowlist.conf [moved from samples/config/cgsnapshot_whitelist.conf with 100% similarity]
samples/config/cgsnapshot_denylist.conf [moved from samples/config/cgsnapshot_blacklist.conf with 100% similarity]

index 6358bd87d20938cbe0a7db3d7beb718f0289b3b8..a52cef736e0ca6c2856acd68c23e929a63019f5d 100644 (file)
@@ -2,8 +2,8 @@ EXTRA_DIST = cgconfig.conf \
             cgconfig.sysconfig \
             cgred.conf \
             cgrules.conf \
-            cgsnapshot_blacklist.conf \
-            cgsnapshot_whitelist.conf \
+            cgsnapshot_denylist.conf \
+            cgsnapshot_allowlist.conf \
             invalid_namespace_config.conf \
             invalid_namespace_mount_config.conf \
             namespace_config.conf