source code open - smack
[framework/security/smack.git] / utils / smackctl.c
index 82b6291..d489b38 100644 (file)
@@ -38,10 +38,10 @@ static int apply_all(void)
                return -1;
 
        if (apply_rules(ACCESSES_D_PATH, 0))
-               perror("apply_rules Path");
+               perror("apply_rules");
 
        if (apply_cipso(CIPSO_D_PATH))
-               perror("apply_cipso Path");
+               perror("apply_cipso");
 
        return 0;
 }
@@ -64,8 +64,6 @@ static int status(void)
 
 int main(int argc, char **argv)
 {
-       int a;
-
        if (argc < 2) {
                fprintf(stderr, "Usage: %s <action>\n", argv[0]);
                return 1;