Add policy support for linux (#272579)

This commit is contained in:
Paul
2025-10-22 16:01:59 -07:00
committed by GitHub
parent 9308f9a06e
commit e81696f60d
34 changed files with 600 additions and 21 deletions
+4
View File
@@ -42,6 +42,10 @@ export class BooleanPolicy extends BasePolicy {
return `<checkBox refId="${this.name}">${this.name}</checkBox>`;
}
renderJsonValue() {
return false;
}
renderProfileValue(): string {
return `<false/>`;
}