mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-26 15:55:35 +00:00
ci(macos): reject unreviewed root entitlements
This commit is contained in:
@@ -72,6 +72,17 @@ describe("macOS distribution entitlement policy", () => {
|
||||
"distribution build must not enable com.apple.security.get-task-allow",
|
||||
]);
|
||||
});
|
||||
|
||||
it("rejects unreviewed root runtime exceptions", () => {
|
||||
expect(
|
||||
collectEntitlementErrors({
|
||||
...validEntitlements,
|
||||
"com.apple.security.cs.allow-dyld-environment-variables": true,
|
||||
}),
|
||||
).toEqual([
|
||||
"unexpected root application entitlement: com.apple.security.cs.allow-dyld-environment-variables",
|
||||
]);
|
||||
});
|
||||
});
|
||||
|
||||
describe("macOS distribution architecture policy", () => {
|
||||
|
||||
Reference in New Issue
Block a user