123456789101112131415 |
- Subject: Add umask(2) (from Shankara Pailoor)
- Origin: FILE5_37-40-g3c6390a4 <https://github.com/file/file/commit/FILE5_37-40-g3c6390a4>
- Upstream-Author: Christos Zoulas <christos@zoulas.com>
- Date: Wed Jul 3 15:33:20 2019 +0000
- --- a/src/seccomp.c
- +++ b/src/seccomp.c
- @@ -211,6 +211,7 @@
- ALLOW_RULE(stat);
- ALLOW_RULE(stat64);
- ALLOW_RULE(sysinfo);
- + ALLOW_RULE(umask); // Used in file_pipe2file()
- ALLOW_RULE(unlink);
- ALLOW_RULE(write);
-
|