Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 4 of 4) sorted by relevance

/security/tomoyo/
Daudit.c186 struct tomoyo_mini_stat *stat; in tomoyo_print_header() local
192 stat = &obj->stat[i]; in tomoyo_print_header()
193 dev = stat->dev; in tomoyo_print_header()
194 mode = stat->mode; in tomoyo_print_header()
200 from_kuid(&init_user_ns, stat->uid), in tomoyo_print_header()
201 from_kgid(&init_user_ns, stat->gid), in tomoyo_print_header()
202 (unsigned long)stat->ino, in tomoyo_print_header()
203 stat->mode & S_IALLUGO); in tomoyo_print_header()
209 from_kuid(&init_user_ns, stat->uid), in tomoyo_print_header()
210 from_kgid(&init_user_ns, stat->gid), in tomoyo_print_header()
[all …]
Dcondition.c740 struct tomoyo_mini_stat *stat = &obj->stat[i]; in tomoyo_get_attributes() local
742 stat->uid = inode->i_uid; in tomoyo_get_attributes()
743 stat->gid = inode->i_gid; in tomoyo_get_attributes()
744 stat->ino = inode->i_ino; in tomoyo_get_attributes()
745 stat->mode = inode->i_mode; in tomoyo_get_attributes()
746 stat->dev = inode->i_sb->s_dev; in tomoyo_get_attributes()
747 stat->rdev = inode->i_rdev; in tomoyo_get_attributes()
949 struct tomoyo_mini_stat *stat; in tomoyo_condition() local
993 stat = &obj->stat[stat_index]; in tomoyo_condition()
999 value = from_kuid(&init_user_ns, stat->uid); in tomoyo_condition()
[all …]
DMakefile11 …on_policy); $(call do_policy,domain_policy); $(call do_policy,manager); $(call do_policy,stat)) >$@
Dcommon.h598 struct tomoyo_mini_stat stat[TOMOYO_MAX_PATH_STAT]; member