summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-09-26 10:32:21 +0000
committerphk <phk@FreeBSD.org>2003-09-26 10:32:21 +0000
commit1f20e954b09445da339dc5b1095cfbe3252fbca1 (patch)
tree5797cc2e86d24759b3a4228060756d66d26c56ee /etc
parent45c1eba05947fe895e2fc8a332272fbd6e37578b (diff)
downloadFreeBSD-src-1f20e954b09445da339dc5b1095cfbe3252fbca1.zip
FreeBSD-src-1f20e954b09445da339dc5b1095cfbe3252fbca1.tar.gz
As far as we know, there is no reason to not expose /dev/crypto in
jails so code in there can take advantage of hardware assisted crypto.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/devfs.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/devfs.rules b/etc/defaults/devfs.rules
index aa61899..8e4edd5 100644
--- a/etc/defaults/devfs.rules
+++ b/etc/defaults/devfs.rules
@@ -28,6 +28,7 @@ add hide
[devfsrules_unhide_basic=2]
add path null unhide
add path zero unhide
+add path crypto unhide
add path random unhide
add path urandom unhide
OpenPOWER on IntegriCloud