HomeSort by relevance Sort by last modified time
    Searched full:policy_line (Results 1 - 2 of 2) sorted by null

  /external/minijail/
syscall_filter.h 28 struct filter_block *compile_section(int nr, const char *policy_line,
syscall_filter.c 239 struct filter_block *compile_section(int nr, const char *policy_line,
243 * |policy_line| should be an expression of the form:
260 * |policy_line| can be of the form:
278 if (strlen(policy_line) >= MAX_POLICY_LINE_LENGTH)
281 /* We will modify |policy_line|, so let's make a copy. */
282 char *line = strndup(policy_line, MAX_POLICY_LINE_LENGTH);
409 char *policy_line = line; local
410 char *syscall_name = strsep(&policy_line, ":");
419 if (!policy_line)
443 policy_line = strip(policy_line)
    [all...]

Completed in 598 milliseconds