1
0
Fork 0
nvme-cli/nvmf-autoconnect/udev-rules/70-nvmf-keys.rules.in
Daniel Baumann 65508f0a28
Adding upstream version 2.11.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 12:28:14 +01:00

7 lines
273 B
Text

#
# nvmf-keys.rules:
# Load pre-shared keys into the kernel keyring when
# the PSK keyring module gets loaded.
#
#
ACTION=="add", SUBSYSTEM=="module", KERNEL=="nvme_tcp", TEST=="@SYSCONFDIR@/tls-keys", RUN+="@SBINDIR@/nvme tls --import --keyfile @SYSCONFDIR@/tls-keys"