Commit 2b69e22
fix: ensure GPU attestation is required when GPU is enabled
Previously, when GPU attestation was enabled, the policy would still
allow access with only CPU attestation due to the first rule being
unconditionally present. This fix ensures the CPU-only rule only
applies when GPU is disabled, preventing the bypass.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent a2aa3cc commit 2b69e22
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments