Lines Matching refs:allowed
83 static void parse_config(int *allowed, int *needs_root_rights)
126 *allowed = ROOT_ONLY;
128 *allowed = CONSOLE_ONLY;
130 *allowed = ANYBODY;
201 int allowed = CONSOLE_ONLY;
207 parse_config(&allowed, &needs_root_rights);
209 /* For non root users check if they are allowed to run the X server */
211 switch (allowed) {
214 fprintf(stderr, "%s: Only root is allowed to run the X server\n", argv[0]);
224 fprintf(stderr, "%s: Only console users are allowed to run the X server\n", argv[0]);