[tracker-miners/wip/hadess/add-statx: 2/2] 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: 2/2] libtracker-miners-common: Allow statx syscall
- Date: Mon, 24 Aug 2020 15:18:02 +0000 (UTC)
commit acf44d914715fdad02056ea67672ec6377e35d14
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]