aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-02-13 16:21:37 +0000
committerOmar Polo <op@omarpolo.com>2022-02-13 16:21:37 +0000
commitc273bc0e414a3405a9c009bcf05fd8bae488bfdf (patch)
treee582def9252cfb71e17212d8410b9d075700ecc3 /ChangeLog
parent4f0e893cd3889acb8e3d40d359610749189adc25 (diff)
sync changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a09d10..158208b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-02-13 Omar Polo <op@openbsd.org>
+
+ * sandbox.c (filter): tightens seccomp policy wrt openat: allow
+ only with the O_RDONLY flag.
+
2022-02-13 Tobias Berger <tobi.berger13@gmail.com>
* sandbox.c (filter): allow fstatat64, llseek and sigreturn;