From 862481560c3c9e5c4a7101cfb5b4dfb21c6c01a6 Mon Sep 17 00:00:00 2001
From: Julien Moutinho <julm+nixpkgs@sourcephile.fr>
Date: Sun, 21 Feb 2021 14:53:54 +0100
Subject: [PATCH] nixos/dnscrypt-proxy2: reallow @sync syscalls
---
nixos/modules/services/networking/dnscrypt-proxy2.nix | 1 -
1 file changed, 1 deletion(-)
diff --git a/nixos/modules/services/networking/dnscrypt-proxy2.nix b/nixos/modules/services/networking/dnscrypt-proxy2.nix
index afc2a6d1c75..72965c267a8 100644
--- a/nixos/modules/services/networking/dnscrypt-proxy2.nix
+++ b/nixos/modules/services/networking/dnscrypt-proxy2.nix
@@ -113,7 +113,6 @@ in
"~@memlock"
"~@resources"
"~@setuid"
- "~@sync"
"~@timer"
];
};