Searched refs:obj (Results 1 – 19 of 19) sorted by relevance
6 obj-$(CONFIG_KEYS) += keys/15 obj-y += commoncap.o16 obj-$(CONFIG_MMU) += min_addr.o19 obj-$(CONFIG_SECURITY) += security.o20 obj-$(CONFIG_SECURITYFS) += inode.o21 obj-$(CONFIG_SECURITY_SELINUX) += selinux/22 obj-$(CONFIG_SECURITY_SMACK) += smack/23 obj-$(CONFIG_AUDIT) += lsm_audit.o24 obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/25 obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/[all …]
9 obj-y := \19 compat-obj-$(CONFIG_KEY_DH_OPERATIONS) += compat_dh.o20 obj-$(CONFIG_KEYS_COMPAT) += compat.o $(compat-obj-y)21 obj-$(CONFIG_PROC_FS) += proc.o22 obj-$(CONFIG_SYSCTL) += sysctl.o23 obj-$(CONFIG_PERSISTENT_KEYRINGS) += persistent.o24 obj-$(CONFIG_KEY_DH_OPERATIONS) += dh.o29 obj-$(CONFIG_BIG_KEYS) += big_key.o30 obj-$(CONFIG_TRUSTED_KEYS) += trusted.o31 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys/
6 obj-$(CONFIG_SECURITY_SELINUX) := selinux.o19 $(addprefix $(obj)/,$(selinux-y)): $(obj)/flask.h21 quiet_cmd_flask = GEN $(obj)/flask.h $(obj)/av_permissions.h22 cmd_flask = scripts/selinux/genheaders/genheaders $(obj)/flask.h $(obj)/av_permissions.h25 $(obj)/flask.h: $(src)/include/classmap.h FORCE
4 obj-$(CONFIG_SECURITY_APPARMOR) += apparmor.o64 $(obj)/capability.o : $(obj)/capability_names.h65 $(obj)/resource.o : $(obj)/rlim_names.h66 $(obj)/capability_names.h : $(srctree)/include/uapi/linux/capability.h \69 $(obj)/rlim_names.h : $(srctree)/include/uapi/asm-generic/resource.h \
568 static int datacmp(struct rhashtable_compare_arg *arg, const void *obj) in datacmp() argument570 const struct aa_data *data = obj; in datacmp()
2 obj-y = audit.o common.o condition.o domain.o environ.o file.o gc.o group.o load_policy.o memory.o …7 $(objtree)/scripts/basic/bin2c <$(firstword $(wildcard $(obj)/policy/$(1).conf $(srctree)/$(src)/po…13 $(obj)/builtin-policy.h: $(wildcard $(obj)/policy/*.conf $(src)/policy/*.conf.default) FORCE16 $(obj)/common.o: $(obj)/builtin-policy.h
80 struct tomoyo_obj_info obj = { }; in tomoyo_mount_acl() local91 r->obj = &obj; in tomoyo_mount_acl()101 obj.path2 = *dir; in tomoyo_mount_acl()137 obj.path1 = path; in tomoyo_mount_acl()172 if (obj.path1.dentry) in tomoyo_mount_acl()173 path_put(&obj.path1); in tomoyo_mount_acl()
152 struct tomoyo_obj_info *obj = r->obj; in tomoyo_print_header() local178 if (!obj) in tomoyo_print_header()180 if (!obj->validate_done) { in tomoyo_print_header()181 tomoyo_get_attributes(obj); in tomoyo_print_header()182 obj->validate_done = true; in tomoyo_print_header()188 if (!obj->stat_valid[i]) in tomoyo_print_header()190 stat = &obj->stat[i]; in tomoyo_print_header()265 } else if (r->obj && r->obj->symlink_target) { in tomoyo_init_log()266 symlink = r->obj->symlink_target->name; in tomoyo_init_log()
694 void tomoyo_get_attributes(struct tomoyo_obj_info *obj) in tomoyo_get_attributes() argument703 dentry = obj->path1.dentry; in tomoyo_get_attributes()708 dentry = obj->path2.dentry; in tomoyo_get_attributes()720 struct tomoyo_mini_stat *stat = &obj->stat[i]; in tomoyo_get_attributes()727 obj->stat_valid[i] = true; in tomoyo_get_attributes()756 struct tomoyo_obj_info *obj; in tomoyo_condition() local766 obj = r->obj; in tomoyo_condition()795 symlink = obj ? obj->symlink_target : NULL; in tomoyo_condition()917 if (!obj) in tomoyo_condition()919 if (!obj->validate_done) { in tomoyo_condition()[all …]
695 struct tomoyo_obj_info obj = { in tomoyo_path_number_perm() local708 r.obj = &obj; in tomoyo_path_number_perm()743 struct tomoyo_obj_info obj = { in tomoyo_check_open_permission() local758 r.obj = &obj; in tomoyo_check_open_permission()789 struct tomoyo_obj_info obj = { in tomoyo_path_perm() local807 r.obj = &obj; in tomoyo_path_perm()818 obj.symlink_target = &symlink_target; in tomoyo_path_perm()846 struct tomoyo_obj_info obj = { in tomoyo_mkdev_perm() local859 r.obj = &obj; in tomoyo_mkdev_perm()893 struct tomoyo_obj_info obj = { in tomoyo_path2_perm() local[all …]
701 ee->r.obj = &ee->obj; in tomoyo_find_next_domain()702 ee->obj.path1 = bprm->file->f_path; in tomoyo_find_next_domain()
422 struct tomoyo_obj_info *obj; member620 struct tomoyo_obj_info obj; member1043 void tomoyo_get_attributes(struct tomoyo_obj_info *obj);
6 obj-$(CONFIG_INTEGRITY) += integrity.o14 obj-$(CONFIG_IMA) += ima/16 obj-$(CONFIG_EVM) += evm/
7 obj-$(CONFIG_IMA) += ima.o13 obj-$(CONFIG_IMA_BLACKLIST_KEYRING) += ima_mok.o
1 obj-$(CONFIG_SECURITY_LOADPIN) += loadpin.o
1 obj-$(CONFIG_SECURITY_YAMA) := yama.o
5 obj-$(CONFIG_SECURITY_SMACK) := smack.o
4 obj-$(CONFIG_EVM) += evm.o
6 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys.o