[PATCH] Hal privilige seperation

Artem Kachitchkine Artem.Kachitchkin at Sun.COM
Fri Jan 20 09:58:09 PST 2006


Sjoerd,

> +	fprintf (stderr, "\n" "usage : hald [--daemon=yes|no] [--verbose=yes|no] [--help]  [--with-runner=location]\n");

--with-runner is shown as an optional argument, yet I don't see the 
default value for runner_location in the code:

> +	char *runner_location = NULL;
...
> +			} else if (strcmp (opt, "with-runner") == 0) {
> +				runner_location = strdup(optarg);
...
> +	/* Start the runner helper daemon */
> +	if (!hald_runner_start_runner(runner_location)) {
> +		return 1;
> +	}

-Artem.


More information about the hal mailing list