Home
last modified time | relevance | path

Searched refs:domainname (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/kernel/security/tomoyo/
H A Ddomain.c230 && p1->domainname == p2->domainname in tomoyo_same_transition_control()
248 char *domainname = strstr(program, " from "); in tomoyo_write_transition_control() local
250 if (domainname) { in tomoyo_write_transition_control()
251 *domainname = '\0'; in tomoyo_write_transition_control()
252 domainname += 6; in tomoyo_write_transition_control()
255 domainname = program; in tomoyo_write_transition_control()
265 if (domainname && strcmp(domainname, "any")) { in tomoyo_write_transition_control()
266 if (!tomoyo_correct_domain(domainname)) { in tomoyo_write_transition_control()
267 if (!tomoyo_correct_path(domainname)) in tomoyo_write_transition_control()
271 e.domainname = tomoyo_get_name(domainname); in tomoyo_write_transition_control()
[all …]
H A Dutil.c554 bool tomoyo_correct_domain(const unsigned char *domainname) in tomoyo_correct_domain() argument
556 if (!domainname || !tomoyo_domain_def(domainname)) in tomoyo_correct_domain()
558 domainname = strchr(domainname, ' '); in tomoyo_correct_domain()
559 if (!domainname++) in tomoyo_correct_domain()
562 const unsigned char *cp = strchr(domainname, ' '); in tomoyo_correct_domain()
566 if (!tomoyo_correct_path2(domainname, cp - domainname)) in tomoyo_correct_domain()
568 domainname = cp + 1; in tomoyo_correct_domain()
570 return tomoyo_correct_path(domainname); in tomoyo_correct_domain()
607 struct tomoyo_domain_info *tomoyo_find_domain(const char *domainname) in tomoyo_find_domain() argument
612 name.name = domainname; in tomoyo_find_domain()
[all …]
H A Dsecurityfs_if.c25 return !tomoyo_pathcmp(r->param.task.domainname, acl->domainname); in tomoyo_check_task_acl()
63 r.param.task.domainname = &name; in tomoyo_write_self()
103 const char *domain = tomoyo_domain()->domainname->name; in tomoyo_read_self()
H A Dcommon.h491 const struct tomoyo_path_info *domainname; member
684 const struct tomoyo_path_info *domainname; member
701 const struct tomoyo_path_info *domainname; member
854 const struct tomoyo_path_info *domainname; /* Maybe NULL */ member
933 bool tomoyo_correct_domain(const unsigned char *domainname);
1031 struct tomoyo_domain_info *tomoyo_assign_domain(const char *domainname,
1034 struct tomoyo_domain_info *tomoyo_find_domain(const char *domainname);
1038 (const char *domainname);
H A Dcommon.c942 const struct tomoyo_path_info *domainname = tomoyo_domain()->domainname; in tomoyo_manager() local
957 (!tomoyo_pathcmp(domainname, ptr->manager) || in tomoyo_manager()
969 domainname->name, exe); in tomoyo_manager()
1049 return p1->domainname == p2->domainname; in tomoyo_same_task_acl()
1068 .domainname = tomoyo_get_domainname(param), in tomoyo_write_task()
1071 if (e.domainname) in tomoyo_write_task()
1075 tomoyo_put_name(e.domainname); in tomoyo_write_task()
1089 static int tomoyo_delete_domain(char *domainname) in tomoyo_delete_domain() argument
1094 name.name = domainname; in tomoyo_delete_domain()
1105 tomoyo_pathcmp(domain->domainname, &name)) in tomoyo_delete_domain()
[all …]
H A Daudit.c253 const char *domainname = r->domain->domainname->name; in tomoyo_init_log() local
259 len += strlen(domainname) + strlen(header) + 10; in tomoyo_init_log()
289 pos += snprintf(buf + pos, len - pos, "\n%s\n", domainname); in tomoyo_init_log()
H A Dgc.c114 tomoyo_put_name(ptr->domainname); in tomoyo_del_transition_control()
236 tomoyo_put_name(entry->domainname); in tomoyo_del_acl()
267 tomoyo_put_name(domain->domainname); in tomoyo_del_domain()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/
H A Dyp-tools_4.2.3.bb10 ypwhich, yppasswd, domainname, nisdomainname \
18 file://domainname.service \
26 SYSTEMD_SERVICE:${PN} = "domainname.service"
35 --disable-rpath --disable-domainname \
46 install -m 0644 ${WORKDIR}/domainname.service ${D}${systemd_unitdir}/system
H A Dyp-tools_2.14.bb10 ypwhich, yppasswd, domainname, nisdomainname \
17 file://domainname.service \
23 SYSTEMD_SERVICE:${PN} = "domainname.service"
33 install -m 0644 ${WORKDIR}/domainname.service ${D}${systemd_unitdir}/system
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dlibintl.h111 # define dgettext(domainname, msgid) \ argument
112 dcgettext (domainname, msgid, LC_MESSAGES)
116 # define dngettext(domainname, msgid1, msgid2, n) \ argument
117 dcngettext (domainname, msgid1, msgid2, n, LC_MESSAGES)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dlibintl.h111 # define dgettext(domainname, msgid) \ argument
112 dcgettext (domainname, msgid, LC_MESSAGES)
116 # define dngettext(domainname, msgid1, msgid2, n) \ argument
117 dcngettext (domainname, msgid1, msgid2, n, LC_MESSAGES)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/
H A Dypbind.service3 Requires=domainname.service
4 After=domainname.service network.target
/OK3568_Linux_fs/kernel/kernel/
H A Dutsname_sysctl.c107 .data = init_uts_ns.name.domainname,
108 .maxlen = sizeof(init_uts_ns.name.domainname),
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsys_sparc_32.c208 nlen = strlen(utsname()->domainname) + 1; in SYSCALL_DEFINE2()
212 memcpy(tmp, utsname()->domainname, nlen); in SYSCALL_DEFINE2()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/yp-tools/
H A Ddomainname.service7 ExecStart=/usr/bin/domainname $NISDOMAINNAME
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dutsname.h31 char domainname[__NEW_UTS_LEN + 1]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dutsname.h31 char domainname[__NEW_UTS_LEN + 1]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dutsname.h31 char domainname[__NEW_UTS_LEN + 1]; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch114 -BINDTEXTDOMAIN (domainname, dirname)
115 - const char *domainname;
121 - if (domainname == NULL || domainname[0] == '\0')
126 - int compare = strcmp (domainname, binding->domainname);
186 - new_binding->domainname = strdup (domainname);
187 - if (new_binding->domainname == NULL)
190 - len = strlen (domainname) + 1;
191 - new_binding->domainname = (char *) malloc (len);
192 - if (new_binding->domainname == NULL)
194 - memcpy (new_binding->domainname, domainname, len);
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dutsname.h67 char domainname[_UTSNAME_DOMAIN_LENGTH]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dutsname.h67 char domainname[_UTSNAME_DOMAIN_LENGTH]; member
/OK3568_Linux_fs/kernel/init/
H A Dversion.c35 .domainname = UTS_DOMAINNAME,
/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddfs_cache.c1165 if (vol->domainname) { in dup_vol()
1166 new->domainname = kstrndup(vol->domainname, in dup_vol()
1167 strlen(vol->domainname), GFP_KERNEL); in dup_vol()
1168 if (!new->domainname) in dup_vol()
1190 kfree(new->domainname); in dup_vol()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/
H A D0004-Make-netgroup-support-optional.patch149 const char *hostname, *username, *domainname;
152 char *hostname, *username, *domainname;
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dlkc.h15 static inline void textdomain(const char *domainname) {} in textdomain() argument

12