]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/misc-progs/mpfirectrl.c
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / src / misc-progs / mpfirectrl.c
CommitLineData
51f3b7f5
MT
1/* This file is part of the IPFire Firewall.
2 *
3 * This program is distributed under the terms of the GNU General Public
4 * Licence. See the file COPYING for details.
5 *
6 */
7
51f3b7f5
MT
8#include "setuid.h"
9
5efedb54
MT
10int main(int argc, char** argv) {
11 if (!initsetuid())
51f3b7f5
MT
12 exit(1);
13
49471f05 14 return run("/var/ipfire/mpfire/bin/mpfire.pl", argv + 1);
51f3b7f5 15}