Searched refs:operation (Results 1 – 6 of 6) sorted by relevance
| /security/tomoyo/ |
| A D | file.c | 169 [r->param.path.operation], in tomoyo_audit_path_log() 578 r->type = tomoyo_p2mac[operation]; in tomoyo_path_permission() 584 r->param.path.operation = operation; in tomoyo_path_permission() 825 switch (operation) { in tomoyo_path_perm() 880 r.param.mkdev.operation = operation; in tomoyo_mkdev_perm() 925 switch (operation) { in tomoyo_path2_perm() 938 r.param.path2.operation = operation; in tomoyo_path2_perm() 1024 if (tomoyo_permstr(operation, in tomoyo_write_file() 1030 if (tomoyo_permstr(operation, in tomoyo_write_file() 1036 if (tomoyo_permstr(operation, in tomoyo_write_file() [all …]
|
| A D | network.c | 27 u8 operation; member 365 const u8 operation, const char *address) in tomoyo_audit_net_log() argument 394 r->param.inet_network.operation, buf); in tomoyo_audit_inet_log() 407 r->param.unix_network.operation, in tomoyo_audit_unix_log() 478 r.param.inet_network.operation = address->operation; in tomoyo_inet_entry() 570 r.param.unix_network.operation = address->operation; in tomoyo_unix_entry() 669 address.operation = TOMOYO_NETWORK_LISTEN; in tomoyo_socket_listen_permission() 699 address.operation = TOMOYO_NETWORK_SEND; in tomoyo_socket_connect_permission() 703 address.operation = TOMOYO_NETWORK_CONNECT; in tomoyo_socket_connect_permission() 738 address.operation = TOMOYO_NETWORK_BIND; in tomoyo_socket_bind_permission() [all …]
|
| A D | common.h | 439 u8 operation; member 445 u8 operation; member 453 u8 operation; member 462 u8 operation; member 473 u8 operation; member 481 u8 operation; member 981 int tomoyo_mkdev_perm(const u8 operation, const struct path *path, 987 int tomoyo_path2_perm(const u8 operation, const struct path *path1, 989 int tomoyo_path_number_perm(const u8 operation, const struct path *path, 991 int tomoyo_path_perm(const u8 operation, const struct path *path,
|
| /security/smack/ |
| A D | Kconfig | 46 bool "Treat delivering signals as an append operation" 50 Sending a signal has been treated as a write operation to the 52 will be an append operation instead. This makes it possible
|
| /security/loadpin/ |
| A D | loadpin.c | 27 static void report_load(const char *origin, struct file *file, char *operation) in report_load() argument 35 origin, operation, in report_load()
|
| /security/integrity/ima/ |
| A D | Kconfig | 272 the search is successful the requested operation is rejected and
|
Completed in 19 milliseconds