Home | History | Annotate | Download | only in semodule

Lines Matching refs:reload

29 	LIST_M, RELOAD, PRIORITY_M, ENABLE_M, DISABLE_M
46 static int reload;
126 printf(" -R, --reload reload policy\n");
127 printf(" -B, --build build and reload policy\n");
139 printf(" -N,-n,--noreload do not reload policy after commit\n");
191 {"reload", 0, NULL, 'R'},
208 reload = 0;
260 reload = 1;
296 if ((build || reload) && num_commands) {
298 "build or reload should not be used with other commands\n");
302 if (num_commands == 0 && reload == 0 && build == 0) {
383 if (reload) {
385 fprintf(stderr, "%s: Could not reload policy\n",