summaryrefslogtreecommitdiff
path: root/security/tpm2-abrmd/files/tpm2-abrmd-devd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'security/tpm2-abrmd/files/tpm2-abrmd-devd.conf')
-rw-r--r--security/tpm2-abrmd/files/tpm2-abrmd-devd.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/security/tpm2-abrmd/files/tpm2-abrmd-devd.conf b/security/tpm2-abrmd/files/tpm2-abrmd-devd.conf
deleted file mode 100644
index f7f4091a25a5..000000000000
--- a/security/tpm2-abrmd/files/tpm2-abrmd-devd.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-# Allow members of _tss group to access tpm device
-
-notify 100 {
- match "system" "DEVFS";
- match "subsystem" "CDEV";
- match "type" "CREATE";
- match "cdev" "tpm[0-9]+";
- action "chgrp _tss /dev/tpm0; chmod g+rw /dev/tpm0";
-};