Searched refs:specified_context (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Dchcon.c29 static char *specified_context = NULL; variable
50 if (file_context == NULL && specified_context == NULL) {
55 if (specified_context == NULL) {
63 context = context_new(specified_context);
65 bb_error_msg("invalid context: %s", specified_context);
145 if (getfilecon(reference_file, &specified_context) < 0)
150 specified_context = *argv++;
151 /* specified_context is never NULL -

Completed in 53 milliseconds