Searched refs:operation (Results 1 – 6 of 6) sorted by relevance
/security/tomoyo/ |
D | file.c | 169 [r->param.path.operation], in tomoyo_audit_path_log() 183 [tomoyo_pp2mac[r->param.path2.operation]], in tomoyo_audit_path2_log() 199 [tomoyo_pnnn2mac[r->param.mkdev.operation]], in tomoyo_audit_mkdev_log() 214 const u8 type = r->param.path_number.operation; in tomoyo_audit_path_number_log() 258 if (acl->perm & (1 << r->param.path.operation)) { in tomoyo_check_path_acl() 281 return (acl->perm & (1 << r->param.path_number.operation)) && in tomoyo_check_path_number_acl() 302 return (acl->perm & (1 << r->param.path2.operation)) && in tomoyo_check_path2_acl() 322 return (acl->perm & (1 << r->param.mkdev.operation)) && in tomoyo_check_mkdev_acl() 573 static int tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation, in tomoyo_path_permission() argument 578 r->type = tomoyo_p2mac[operation]; in tomoyo_path_permission() [all …]
|
D | network.c | 27 u8 operation; member 288 const char *operation = tomoyo_read_token(param); in tomoyo_write_inet_network() local 294 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_inet_network() 333 const char *operation = tomoyo_read_token(param); in tomoyo_write_unix_network() local 339 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_unix_network() 365 const u8 operation, const char *address) in tomoyo_audit_net_log() argument 369 tomoyo_socket_keyword[operation], address); in tomoyo_audit_net_log() 394 r->param.inet_network.operation, buf); in tomoyo_audit_inet_log() 407 r->param.unix_network.operation, in tomoyo_audit_unix_log() 426 if (!(acl->perm & (1 << r->param.inet_network.operation)) || in tomoyo_check_inet_acl() [all …]
|
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 982 int tomoyo_mkdev_perm(const u8 operation, const struct path *path, 988 int tomoyo_path2_perm(const u8 operation, const struct path *path1, 990 int tomoyo_path_number_perm(const u8 operation, const struct path *path, 992 int tomoyo_path_perm(const u8 operation, const struct path *path,
|
/security/smack/ |
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/ |
D | loadpin.c | 22 static void report_load(const char *origin, struct file *file, char *operation) in report_load() argument 30 origin, operation, in report_load()
|
/security/integrity/ima/ |
D | Kconfig | 270 the search is successful the requested operation is rejected and
|