Home
last modified time | relevance | path

Searched defs:operation (Results 1 – 4 of 4) sorted by relevance

/security/tomoyo/
Dfile.c573 static int tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation, in tomoyo_path_permission()
803 int tomoyo_path_perm(const u8 operation, const struct path *path, const char *target) in tomoyo_path_perm()
859 int tomoyo_mkdev_perm(const u8 operation, const struct path *path, in tomoyo_mkdev_perm()
903 int tomoyo_path2_perm(const u8 operation, const struct path *path1, in tomoyo_path2_perm()
1016 const char *operation = tomoyo_read_token(param); in tomoyo_write_file() local
Dnetwork.c27 u8 operation; member
288 const char *operation = tomoyo_read_token(param); in tomoyo_write_inet_network() local
333 const char *operation = tomoyo_read_token(param); in tomoyo_write_unix_network() local
365 const u8 operation, const char *address) in tomoyo_audit_net_log()
Dcommon.h439 u8 operation; member
445 u8 operation; member
453 u8 operation; member
462 u8 operation; member
473 u8 operation; member
481 u8 operation; member
/security/loadpin/
Dloadpin.c26 static void report_load(const char *origin, struct file *file, char *operation) in report_load()