Searched refs:tomoyo_argv (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | condition.c | 15 * tomoyo_argv - Check argv[] in "struct linux_binbrm". 20 * @argv: Pointer to "struct tomoyo_argv". 25 static bool tomoyo_argv(const unsigned int index, const char *arg_ptr, in tomoyo_argv() function 26 const int argc, const struct tomoyo_argv *argv, in tomoyo_argv() 99 * @argv: Pointer to "struct tomoyo_argv". 106 const u16 argc, const struct tomoyo_argv *argv, in tomoyo_scan_bprm() 160 if (!tomoyo_argv(bprm->argc - argv_count, in tomoyo_scan_bprm() 295 * @argv: Pointer to "struct tomoyo_argv". 300 struct tomoyo_argv *argv) in tomoyo_parse_argv() 501 struct tomoyo_argv *arg in tomoyo_get_condition() [all...] |
H A D | gc.c | 293 const struct tomoyo_argv *argv in tomoyo_del_condition() 294 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition()
|
H A D | common.h | 607 struct tomoyo_argv { struct 635 * Left hand operand. A "struct tomoyo_argv" for TOMOYO_ARGV_ENTRY, a 658 u16 argc; /* Number of "struct tomoyo_argv". */ 666 * struct tomoyo_argv argv[argc];
|
H A D | common.c | 1254 const struct tomoyo_argv *argv = in tomoyo_print_condition()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | condition.c | 15 * tomoyo_argv - Check argv[] in "struct linux_binbrm". 20 * @argv: Pointer to "struct tomoyo_argv". 25 static bool tomoyo_argv(const unsigned int index, const char *arg_ptr, in tomoyo_argv() function 26 const int argc, const struct tomoyo_argv *argv, in tomoyo_argv() 99 * @argv: Pointer to "struct tomoyo_argv". 106 const u16 argc, const struct tomoyo_argv *argv, in tomoyo_scan_bprm() 160 if (!tomoyo_argv(bprm->argc - argv_count, in tomoyo_scan_bprm() 295 * @argv: Pointer to "struct tomoyo_argv". 300 struct tomoyo_argv *argv) in tomoyo_parse_argv() 501 struct tomoyo_argv *arg in tomoyo_get_condition() [all...] |
H A D | gc.c | 293 const struct tomoyo_argv *argv in tomoyo_del_condition() 294 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition()
|
H A D | common.h | 607 struct tomoyo_argv { struct 635 * Left hand operand. A "struct tomoyo_argv" for TOMOYO_ARGV_ENTRY, a 658 u16 argc; /* Number of "struct tomoyo_argv". */ 666 * struct tomoyo_argv argv[argc];
|
H A D | common.c | 1246 const struct tomoyo_argv *argv = in tomoyo_print_condition()
|
Completed in 15 milliseconds