From 12e588c9c927286d324bc9a5dd80b3ae434c6ffe Mon Sep 17 00:00:00 2001 From: Zoe Braiterman Date: Tue, 30 Jul 2024 13:31:58 -0400 Subject: [PATCH] Update description for alf_explicit_auths. (#8371) --- specs/darwin/alf_explicit_auths.table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/darwin/alf_explicit_auths.table b/specs/darwin/alf_explicit_auths.table index fc666bc60da..8fe8851d5f7 100644 --- a/specs/darwin/alf_explicit_auths.table +++ b/specs/darwin/alf_explicit_auths.table @@ -1,6 +1,6 @@ table_name("alf_explicit_auths") description("ALF services explicitly allowed to perform networking.") schema([ - Column("process", TEXT, "Process name explicitly allowed"), + Column("process", TEXT, "Process name that is explicitly allowed"), ]) implementation("firewall@genALFExplicitAuths")