From 693e769a7759ca1d9cdee42591370fc7469d719b Mon Sep 17 00:00:00 2001 From: Steve Beattie Date: Tue, 10 Apr 2007 23:34:06 +0000 Subject: [PATCH] A couple of directory fixups for sshd. --- profiles/extras/usr.sbin.sshd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/extras/usr.sbin.sshd b/profiles/extras/usr.sbin.sshd index 41f4ae3ff..bc097f1d8 100644 --- a/profiles/extras/usr.sbin.sshd +++ b/profiles/extras/usr.sbin.sshd @@ -42,7 +42,7 @@ /var/run w, /var/run/sshd{,.init}.pid wl, - /proc/[0-9]*/fd r, + /proc/[0-9]*/fd/ r, /proc/[0-9]*/loginuid w, # should only be here for use in non-change-hat openssh @@ -74,7 +74,7 @@ /etc/motd r, /tmp/ssh-*/agent.[0-9]* rwl, - /tmp/ssh-*[0-9]* w, + /tmp/ssh-*[0-9]*/ w, # # default subprofile for when sshd has authenticated the user @@ -162,6 +162,7 @@ /etc/motd r, /proc/sys/kernel/ngroups_max r, /tmp/ssh-*/agent.[0-9]* rwl, + /tmp/ssh-*[0-9]*/ w, # for debugging # /dev/pts/[0-9]* rw,