From 1f20e954b09445da339dc5b1095cfbe3252fbca1 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 26 Sep 2003 10:32:21 +0000 Subject: 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. --- etc/defaults/devfs.rules | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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 -- cgit v1.1