summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2017-09-25 23:19:38 -0300
committerAtomic Bot <atomic-devel@projectatomic.io>2017-09-26 13:51:50 +0000
commit5b91b3429df9f59125878da7e4018976201d239f (patch)
treeedc2d91f0fdccf3f4c2f52b67fd195e258a38689
parent4766393268c79d36e71758912f865e654b5d881a (diff)
downloadbubblewrap-5b91b3429df9f59125878da7e4018976201d239f.tar.gz
bubblewrap.c: Fix typo secomp -> seccomp in drop_all_caps
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Closes: #219 Approved by: cgwalters
-rw-r--r--bubblewrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bubblewrap.c b/bubblewrap.c
index 4566f2c..316f4b6 100644
--- a/bubblewrap.c
+++ b/bubblewrap.c
@@ -529,7 +529,7 @@ drop_all_caps (bool keep_requested_caps)
{
/* While the above logic ensures we don't call capset() for the primary
* process unless configured to do so, we still try to drop privileges for
- * the init process unconditionally. Since due to the systemd secomp
+ * the init process unconditionally. Since due to the systemd seccomp
* filter that will fail, let's just ignore it.
*/
if (errno == EPERM && real_uid == 0 && !is_privileged)