[tracker-miners/sam/epoll_create1: 1/2] Revert "seccomp: Allow epoll_create1()"




commit 7bfdce67336d264aa3cf79365a060c701e5074a0
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Mon Oct 17 11:31:15 2022 +0200

    Revert "seccomp: Allow epoll_create1()"
    
    This reverts commit 8603d67313d2c347979d7a6bfa2bc7c57bb9eb42.
    
    The master branch is not protected to allow a specific release process,
    which means i can accidentally push to master instead of opening a PR.

 src/libtracker-miners-common/tracker-seccomp.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/libtracker-miners-common/tracker-seccomp.c b/src/libtracker-miners-common/tracker-seccomp.c
index 6b1c35450..3102d0997 100644
--- a/src/libtracker-miners-common/tracker-seccomp.c
+++ b/src/libtracker-miners-common/tracker-seccomp.c
@@ -185,7 +185,6 @@ tracker_seccomp_init (void)
        ALLOW_RULE (pipe);
        ALLOW_RULE (pipe2);
        ALLOW_RULE (epoll_create);
-       ALLOW_RULE (epoll_create1);
        ALLOW_RULE (epoll_ctl);
        /* System */
        ALLOW_RULE (uname);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]