From e1e8abc03ee3d18cb53ef4992f229e5e363fed0c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 4 Aug 2022 10:09:30 +0200 Subject: [PATCH] rc: 750 for root fixup; closes #5475 --- src/etc/rc.subr.d/var | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/rc.subr.d/var b/src/etc/rc.subr.d/var index 75e5d9887..c7b8f6c8b 100755 --- a/src/etc/rc.subr.d/var +++ b/src/etc/rc.subr.d/var @@ -42,7 +42,7 @@ else # force the permission of /root to avoid a health audit # error on ISO format that will not have the correct # permission on boot - chmod 755 /root # XXX 750 when ready + chmod 750 /root fi # ensure default directories in /var