From 760350d78828728242f244fe7ec2e9a154258873 Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Tue, 31 Jul 2018 23:10:05 +0200 Subject: [PATCH] Update config.proto --- config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.proto b/config.proto index 304d2a3..129130c 100644 --- a/config.proto +++ b/config.proto @@ -192,7 +192,7 @@ message NsJailConfig { Homepage of the project: https://github.com/google/kafel */ optional string seccomp_policy_file = 57; repeated string seccomp_string = 58; - /* Setting it to true will make audit write seccomp logs to dmesg */ + /* Setting it to true makes audit write seccomp logs to dmesg */ optional bool seccomp_log = 77 [default = false]; /* If > 0, maximum cumulative size of RAM used inside any jail */ -- 2.7.4