@@ -12,10 +12,10 @@
|
||||
|
||||
extern char *selinux_mnt;
|
||||
|
||||
#define OPT_VERBOSE (1 << 0)
|
||||
#define OPT_BOOLEAN (1 << 1)
|
||||
#define OPT_VERBOSE (1 << 0)
|
||||
#define OPT_BOOLEAN (1 << 1)
|
||||
|
||||
#define COL_FMT "%-31s "
|
||||
#define COL_FMT "%-31s "
|
||||
|
||||
static void display_boolean(void)
|
||||
{
|
||||
@@ -151,7 +151,7 @@ int sestatus_main(int argc UNUSED_PARAM, char **argv)
|
||||
const char *pol_path;
|
||||
int rc;
|
||||
|
||||
opt_complementary = "?0"; /* no arguments are required. */
|
||||
opt_complementary = "?0"; /* no arguments are required. */
|
||||
opts = getopt32(argv, "vb");
|
||||
|
||||
/* SELinux status: line */
|
||||
|
Reference in New Issue
Block a user