summaryrefslogtreecommitdiffstats
path: root/src/libpostexecseccomp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-04-09 16:56:58 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2019-04-09 16:56:58 -0400
commita5a02b708e871086854fc5da3d8d69beb4acf490 (patch)
treec11cbcb1c45a93d3b705ebbce977e905aea4b091 /src/libpostexecseccomp
parentseccomp fixes (diff)
downloadfirejail-a5a02b708e871086854fc5da3d8d69beb4acf490.tar.gz
firejail-a5a02b708e871086854fc5da3d8d69beb4acf490.tar.zst
firejail-a5a02b708e871086854fc5da3d8d69beb4acf490.zip
fix previous commit, more seccomp testing
Diffstat (limited to 'src/libpostexecseccomp')
-rw-r--r--src/libpostexecseccomp/libpostexecseccomp.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/libpostexecseccomp/libpostexecseccomp.h b/src/libpostexecseccomp/libpostexecseccomp.h
deleted file mode 100644
index 908364d43..000000000
--- a/src/libpostexecseccomp/libpostexecseccomp.h
+++ /dev/null
@@ -1,25 +0,0 @@
1/*
2 * Copyright (C) 2014-2019 Firejail Authors
3 *
4 * This file is part of firejail project
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19*/
20#ifndef LIBPOSTEXECSECCOMP_H
21#define LIBPOSTEXECSECCOMP_H
22
23#define RUN_SECCOMP_POSTEXEC "/run/firejail/mnt/seccomp.postexec"
24
25#endif