Searched defs:obj (Results 1 - 7 of 7) sorted by relevance

/security/keys/
H A DMakefile8 obj-y := \
18 obj-$(CONFIG_KEYS_COMPAT) += compat.o
19 obj-$(CONFIG_PROC_FS) += proc.o
20 obj-$(CONFIG_SYSCTL) += sysctl.o
21 obj-$(CONFIG_PERSISTENT_KEYRINGS) += persistent.o
26 obj-$(CONFIG_BIG_KEYS) += big_key.o
27 obj-$(CONFIG_TRUSTED_KEYS) += trusted.o
28 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys/
/security/tomoyo/
H A DMakefile0 obj-y = audit.o common.o condition.o domain.o environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpath.o securityfs_if.o tomoyo.o util.o
3 $(obj)/policy/profile.conf:
4 @mkdir -p $(obj)/policy/
8 $(obj)/policy/exception_policy.conf:
9 @mkdir -p $(obj)/policy/
14 $(obj)/policy/domain_policy.conf:
15 @mkdir -p $(obj)/policy/
19 $(obj)/policy/manager.conf:
20 @mkdir -p $(obj)/policy/
24 $(obj)/polic
[all...]
H A Dmount.c79 struct tomoyo_obj_info obj = { }; local
90 r->obj = &obj;
100 obj.path2 = *dir;
136 obj.path1 = path;
171 if (obj.path1.dentry)
172 path_put(&obj.path1);
H A Daudit.c151 struct tomoyo_obj_info *obj = r->obj; local
177 if (!obj)
179 if (!obj->validate_done) {
180 tomoyo_get_attributes(obj);
181 obj->validate_done = true;
187 if (!obj->stat_valid[i])
189 stat = &obj->stat[i];
264 } else if (r->obj && r->obj
[all...]
H A Dcondition.c689 * @obj: Pointer to "struct tomoyo_obj_info".
693 void tomoyo_get_attributes(struct tomoyo_obj_info *obj) argument
702 dentry = obj->path1.dentry;
707 dentry = obj->path2.dentry;
719 struct tomoyo_mini_stat *stat = &obj->stat[i];
726 obj->stat_valid[i] = true;
755 struct tomoyo_obj_info *obj; local
765 obj = r->obj;
794 symlink = obj
[all...]
H A Dfile.c694 struct tomoyo_obj_info obj = { local
707 r.obj = &obj;
742 struct tomoyo_obj_info obj = { local
757 r.obj = &obj;
788 struct tomoyo_obj_info obj = { local
806 r.obj = &obj;
817 obj
845 struct tomoyo_obj_info obj = { local
892 struct tomoyo_obj_info obj = { local
[all...]
H A Dcommon.h421 struct tomoyo_obj_info *obj; member in struct:tomoyo_request_info
619 struct tomoyo_obj_info obj; member in struct:tomoyo_execve
1042 void tomoyo_get_attributes(struct tomoyo_obj_info *obj);

Completed in 158 milliseconds