Searched refs:line (Results 1 – 9 of 9) sorted by relevance
| /security/ipe/ |
| A D | policy_parser.c | 56 line = strchr(line, START_COMMENT); in remove_comment() 58 if (line) in remove_comment() 59 *line = '\0'; in remove_comment() 73 i = strlen(line); in remove_trailing_spaces() 77 line[i] = '\0'; in remove_trailing_spaces() 373 if (IS_ERR_OR_NULL(line)) in parse_rule() 383 while (t = strsep(&line, IPE_POLICY_DELIM), line) { in parse_rule() 510 char *line = NULL; in ipe_parse_policy() local 529 remove_comment(line); in ipe_parse_policy() 535 rc = parse_header(line, pp); in ipe_parse_policy() [all …]
|
| /security/loadpin/ |
| A D | Kconfig | 39 start with the line: 44 line.
|
| /security/selinux/ |
| A D | Kconfig | 20 command line. The purpose of this option is to allow a single 35 unless you specify enforcing=1 on the kernel command line. You
|
| /security/tomoyo/ |
| A D | Kconfig | 64 command line option. 73 You can override this setting via TOMOYO_trigger= kernel command line
|
| A D | common.c | 2719 static int tomoyo_parse_policy(struct tomoyo_io_buffer *head, char *line) in tomoyo_parse_policy() argument 2722 head->w.is_delete = !strncmp(line, "delete ", 7); in tomoyo_parse_policy() 2724 memmove(line, line + 7, strlen(line + 7) + 1); in tomoyo_parse_policy() 2728 if (*line == '<') { in tomoyo_parse_policy() 2729 char *cp = strchr(line, ' '); in tomoyo_parse_policy() 2733 head->w.ns = tomoyo_assign_namespace(line); in tomoyo_parse_policy() 2734 memmove(line, cp, strlen(cp) + 1); in tomoyo_parse_policy()
|
| /security/integrity/ima/ |
| A D | Kconfig | 74 by specifying "ima_template=" on the boot command line. 94 line 'ima_hash=' option. 174 policy name on the boot command line. The build time appraisal 231 (eg. fix, log) from the boot command line.
|
| /security/ |
| A D | Kconfig.hardening | 164 command line. This can be disabled with "init_on_alloc=0". 177 command line. This can be disabled with "init_on_free=0". 243 command line. This can be disabled with "hardened_usercopy=off".
|
| A D | Kconfig | 218 line.
|
| /security/integrity/ |
| A D | Kconfig | 131 command line.
|
Completed in 14 milliseconds