Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 492051ed authored by Matt Finifter's avatar Matt Finifter Committed by Kenny Root
Browse files

Make setenforce usage function static.

Change-Id: I6de204dc072418805160a35d799b8948ecb39251
parent dd56039c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
#include <errno.h>
#include <selinux/selinux.h>

void usage(const char *progname)
static void usage(const char *progname)
{
    fprintf(stderr, "usage:  %s [ Enforcing | Permissive | 1 | 0 ]\n",
            progname);