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")