summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-10-31 07:53:03 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-10-31 07:53:03 +0100
commitcb94f29edd6f722a4ed923d4543835974f3de5b2 (patch)
tree9d0c7f0f46bc380f552a89debd1c7d018c18dd48
parentb01e7d12b9d0002f15930bbc6960282cb29ece0e (diff)
downloadOpenBSD-firewall-cb94f29edd6f722a4ed923d4543835974f3de5b2.tar.gz
OpenBSD-firewall-cb94f29edd6f722a4ed923d4543835974f3de5b2.tar.bz2
fixed wrong cron tab permissions
-rw-r--r--BUGS3
-rw-r--r--template/etc/rc1
2 files changed, 2 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index 21978bc..98a3dce 100644
--- a/BUGS
+++ b/BUGS
@@ -3,7 +3,6 @@
SSHD, ipsec
- disklabel: the offset is not correctly set (1 cylinder left for MBR and
boot code in fdisk, but not in disklabel).
-- newsyslog doesn't run periotically in cron
- sshd dies periodically with: /bsd: UVM: pid 31814 (sshd), uid 0 killed: out of swap
(we cannot have swap as we are on a compact flash and read-write filesystem)
-
+- joe: output completely unusable over serial
diff --git a/template/etc/rc b/template/etc/rc
index 59a1786..ec0b74e 100644
--- a/template/etc/rc
+++ b/template/etc/rc
@@ -47,6 +47,7 @@ chown root:wheel /tmp/var/cron/log
chmod 0600 /tmp/var/cron/log
mkdir /tmp/var/cron/atjobs
cp -R /etc/tabs /tmp/var/cron/tabs
+chown -R :crontab /tmp/var/cron/tabs/*
mkdir /tmp/var/tmp/vi.recover
mkdir /tmp/var/etc