[tracker-miners/wip/hadess/add-statx: 8/8] libtracker-miners-common: Allow statx syscall
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/wip/hadess/add-statx: 8/8] libtracker-miners-common: Allow statx syscall
- Date: Mon, 24 Aug 2020 15:19:09 +0000 (UTC)
commit 268d1bb1f2111c2fc94cc2792715776668860d6c
Author: Bastien Nocera <hadess hadess net>
Date: Mon Aug 24 17:17:28 2020 +0200
libtracker-miners-common: Allow statx syscall
As now used by glib.
Closes: #128
src/libtracker-miners-common/tracker-seccomp.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/libtracker-miners-common/tracker-seccomp.c b/src/libtracker-miners-common/tracker-seccomp.c
index aabed1548..c0327eb08 100644
--- a/src/libtracker-miners-common/tracker-seccomp.c
+++ b/src/libtracker-miners-common/tracker-seccomp.c
@@ -97,6 +97,7 @@ tracker_seccomp_init (void)
ALLOW_RULE (statfs64);
ALLOW_RULE (lstat);
ALLOW_RULE (lstat64);
+ ALLOW_RULE (statx);
ALLOW_RULE (access);
ALLOW_RULE (getdents);
ALLOW_RULE (getdents64);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]