7 lines
273 B
Text
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"
|