Skip to content

Commit

Permalink
Merge pull request #9 from tiiuae/remove_tee_udev_rule
Browse files Browse the repository at this point in the history
Remove udev rule for TEE
  • Loading branch information
Mika Tammi authored Nov 29, 2023
2 parents 498d0b5 + 86ce8b5 commit 459dd05
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/services/caml-crush/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,5 @@ in {
};

environment.systemPackages = builtins.map mkPkcs11ToolWrapper libnames;

# Permissions for /dev/tee0
# TODO: Create separate group for tee-client, and add user of the
# caml-crush service to that group.
# TODO: Possibly move to flake module
services.udev.extraRules = ''
SUBSYSTEM=="tee",KERNEL=="tee0",GROUP="${cfg.group}"
'';
};
}

0 comments on commit 459dd05

Please sign in to comment.