You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SGX device plugin requires Linux Kernel SGX drivers to be available. These drivers
66
-
are currently available via [RFC patches on Linux Kernel Mailing List](https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-sgx.git/tag/?h=v39).
67
-
RFC *v39* was used to validate what is written in this document.
67
+
are currently available via [RFC patches on Linux Kernel Mailing List](https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-sgx.git).
68
+
RFC *v41* was used to validate what is written in this document.
68
69
69
70
The hardware platform must support SGX Flexible Launch Control.
70
71
72
+
#### Backwards compatibility note
73
+
74
+
The SGX device nodes have changed from `/dev/sgx/[enclave|provision]`
75
+
to `/dev/sgx_[enclave|provision]` in v4x RFC patches according to the
76
+
LKML feedback.
77
+
78
+
Backwards compatibility is provided by adding `/dev/sgx` directory volume
79
+
mount to containers. This assumes the cluster admin has installed the
80
+
udev rules provided below to make the old device nodes as symlinks to the
81
+
new device nodes.
82
+
83
+
**Note:** the symlinks become visible in all containers requesting SGX
84
+
resources but are potentially dangling links if the device the corresponding
0 commit comments