[tracker-miners/wip/carlosg/ci-updates] libtracker-miners-common: Allow faccessat/faccessat2 syscalls
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/wip/carlosg/ci-updates] libtracker-miners-common: Allow faccessat/faccessat2 syscalls
- Date: Thu, 12 Aug 2021 12:09:49 +0000 (UTC)
commit b35779f0da390de29f8bd4f6999f9422a22eb4db
Author: Carlos Garnacho <carlosg gnome org>
Date: Thu Aug 12 14:07:59 2021 +0200
libtracker-miners-common: Allow faccessat/faccessat2 syscalls
CI hits these missing when testing on aarch64. Add these syscalls
together with the already allowed access(2).
src/libtracker-miners-common/tracker-seccomp.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/libtracker-miners-common/tracker-seccomp.c b/src/libtracker-miners-common/tracker-seccomp.c
index f8be94924..40fd982cb 100644
--- a/src/libtracker-miners-common/tracker-seccomp.c
+++ b/src/libtracker-miners-common/tracker-seccomp.c
@@ -140,6 +140,8 @@ tracker_seccomp_init (void)
ALLOW_RULE (lstat64);
ALLOW_RULE (statx);
ALLOW_RULE (access);
+ ALLOW_RULE (faccessat);
+ ALLOW_RULE (faccessat2);
ALLOW_RULE (getdents);
ALLOW_RULE (getdents64);
ALLOW_RULE (readlink);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]