nixos/tpm2: fix access rights keystore (#493760)
This commit is contained in:
@@ -381,7 +381,7 @@ in
|
||||
environment.etc."tpm2-tss/fapi-config.json".source = fapiConfig;
|
||||
systemd.tmpfiles.rules = [
|
||||
"d ${cfg.fapi.logDir} 2750 ${cfg.tssUser} ${cfg.tssGroup} -"
|
||||
"d ${cfg.fapi.systemDir} 2750 root ${cfg.tssGroup} -"
|
||||
"d ${cfg.fapi.systemDir} 2770 root ${cfg.tssGroup} -"
|
||||
];
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user