Skip to content

Commit eea6c2f

Browse files
authored
Correct permissions
1 parent 72ae12a commit eea6c2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-edge/how-to-provision-devices-at-scale-linux-tpm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use a simulated TPM on a Linux device to test the Azure IoT Hub dev
44
author: PatAltimore
55
manager: lizross
66
ms.author: patricka
7-
ms.date: 04/17/2024
7+
ms.date: 04/30/2025
88
ms.topic: conceptual
99
ms.service: azure-iot-edge
1010
ms.custom: linux-related-content
@@ -301,8 +301,8 @@ You can give access to the TPM by overriding the systemd settings so that the `a
301301

302302
```input
303303
# allow aziottpm access to tpm0 and tpmrm0
304-
KERNEL=="tpm0", SUBSYSTEM=="tpm", OWNER="aziottpm", MODE="0660"
305-
KERNEL=="tpmrm0", SUBSYSTEM=="tpmrm", OWNER="aziottpm", MODE="0660"
304+
KERNEL=="tpm0", SUBSYSTEM=="tpm", OWNER="root", GROUP="aziottpm", MODE="0660"
305+
KERNEL=="tpmrm0", SUBSYSTEM=="tpmrm", OWNER="root", GROUP="aziottpm", MODE="0660"
306306
```
307307

308308
1. Save and exit the file.

0 commit comments

Comments
 (0)