From 0c0197a7eee28e5a0c7cc2ed3fad8be60b42d816 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 22 Nov 2014 18:15:41 +0000 Subject: [PATCH] /dev/random has created the same effect as /dev/arandom (and /dev/urandom) for quite some time. Mop up the last few, by using /dev/random where we actually want it, or not even mentioning arandom where it is irrelevant. --- src/etc/systrace/usr_sbin_lpd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/etc/systrace/usr_sbin_lpd b/src/etc/systrace/usr_sbin_lpd index bb9e9b71..93501b92 100644 --- a/src/etc/systrace/usr_sbin_lpd +++ b/src/etc/systrace/usr_sbin_lpd @@ -1,4 +1,4 @@ -# $OpenBSD: usr_sbin_lpd,v 1.7 2014/07/20 04:29:07 deraadt Exp $ +# $OpenBSD: usr_sbin_lpd,v 1.8 2014/11/22 18:15:41 deraadt Exp $ # # Policy for lpd. # This policy works for the default configuration of lpd. @@ -21,7 +21,6 @@ Policy: /usr/sbin/lpd, Emulation: native native-fchmod: permit native-fcntl: permit native-fork: permit - native-fsread: filename eq "/dev/arandom" then permit native-fsread: filename eq "/etc/hosts" then permit native-fsread: filename eq "/etc/malloc.conf" then permit native-fsread: filename eq "/etc/printcap" then permit