diff options
Diffstat (limited to 'security/sandbox/mac')
-rw-r--r-- | security/sandbox/mac/SandboxPolicyContent.h | 1 | ||||
-rw-r--r-- | security/sandbox/mac/SandboxPolicyRDD.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/sandbox/mac/SandboxPolicyContent.h b/security/sandbox/mac/SandboxPolicyContent.h index 3f49f684d6..aebb224858 100644 --- a/security/sandbox/mac/SandboxPolicyContent.h +++ b/security/sandbox/mac/SandboxPolicyContent.h @@ -197,6 +197,7 @@ static const char SandboxPolicyContent[] = R"SANDBOX_LITERAL( (iokit-property "IOGVAHEVCDecode") (iokit-property "IOGVAHEVCEncode") (iokit-property "IOGVAXDecode") + (iokit-property "IOAVDAV1DecodeCapabilities") (iokit-property "IOPCITunnelled") (iokit-property "IOVARendererID") (iokit-property "MetalPluginName") diff --git a/security/sandbox/mac/SandboxPolicyRDD.h b/security/sandbox/mac/SandboxPolicyRDD.h index ddce1f4ecc..0379ad15f7 100644 --- a/security/sandbox/mac/SandboxPolicyRDD.h +++ b/security/sandbox/mac/SandboxPolicyRDD.h @@ -154,6 +154,7 @@ static const char SandboxPolicyRDD[] = R"SANDBOX_LITERAL( (iokit-property "IOAVDHEVCDecodeCapabilities") (iokit-property "IOGVAHEVCEncode") (iokit-property "IOGVAXDecode") + (iokit-property "IOAVDAV1DecodeCapabilities") (iokit-property "IOPCITunnelled") (iokit-property "IOVARendererID") (iokit-property "MetalPluginName") |