Commit c847746 titled "Remove deprecations" does many different things, one of which is incorrectly add type declarations Boolean to pam_access::entry. Both the documentation and the code in the declaration clearly intends for the field to be Variant[Boolean, String[1]], see for example line 84.
Commit c847746 titled "Remove deprecations" does many different things, one of which is incorrectly add type declarations Boolean to
pam_access::entry. Both the documentation and the code in the declaration clearly intends for the field to beVariant[Boolean, String[1]], see for example line 84.