| /openbmc/openbmc/poky/meta/files/ |
| H A D | fs-perms-volatile-log.txt | 7 #<path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid> 15 # <uid>: uid for directory 19 # <fuid>: if walking, new uid for files 23 # in mode, uid or gid, a "-" means don't change any existing values
|
| H A D | fs-perms-volatile-tmp.txt | 7 #<path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid> 15 # <uid>: uid for directory 19 # <fuid>: if walking, new uid for files 23 # in mode, uid or gid, a "-" means don't change any existing values
|
| H A D | fs-perms.txt | 7 #<path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid> 15 # <uid>: uid for directory 19 # <fuid>: if walking, new uid for files 23 # in mode, uid or gid, a "-" means don't change any existing values
|
| /openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/ |
| H A D | notroot.py | 3 # Script used for running executables with custom labels, as well as custom uid/gid 12 # Usage: root@desk:~# python3 notroot.py <uid> <label> <full_path_to_executable> [arguments ..] 20 uid = int(sys.argv[1]) 27 os.setgid(uid) 28 os.setuid(uid)
|
| H A D | smack_test_file_access.sh | 9 uid=1000 11 python3 $TMP/notroot.py $uid "TheOther" $ECHO 'TEST' > $test_file 20 python3 $TMP/notroot.py $uid "TheOne" $CAT $test_file 2>&1 1>/dev/null | grep -q "Permission denied… 28 python3 $TMP/notroot.py $uid "TheOne" $CAT $test_file | grep -q "TEST" || RC=$? 39 python3 $TMP/notroot.py $uid "TheOne" $CAT $test_file | grep -q "TEST" || RC=$? 48 python3 $TMP/notroot.py $uid '*' $TOUCH $TMP/test_file_2
|
| /openbmc/u-boot/include/ |
| H A D | fsl_sfp.h | 41 u32 fsl_uid; /* 0x21c FSL UID 0 */ 42 u32 fsl_uid_1; /* 0x220 FSL UID 0 */ 45 u32 oem_uid; /* 0x274 OEM UID 0*/ 46 u32 oem_uid_1; /* 0x278 OEM UID 1*/ 47 u32 oem_uid_2; /* 0x27c OEM UID 2*/ 48 u32 oem_uid_3; /* 0x280 OEM UID 3*/ 49 u32 oem_uid_4; /* 0x284 OEM UID 4*/
|
| /openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
| H A D | 0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch | 33 echo -- UID/GID test failed on compile - disabling old 16-bit UID/GID support 40 - echo -- UID not 2 bytes - disabling old 16-bit UID/GID support 43 - echo -- GID not 2 bytes - disabling old 16-bit UID/GID support 46 - echo -- 16-bit UIDs and GIDs - keeping old 16-bit UID/GID support 48 - echo -- test failed - conftest returned $r - disabling old 16-bit UID/GID support 51 + echo -- 16-bit UIDs and GIDs - keeping old 16-bit UID/GID support
|
| /openbmc/u-boot/drivers/net/phy/ |
| H A D | smsc.c | 48 .uid = 0x0007c0c0, 58 .uid = 0x0007c0d0, 68 .uid = 0x0007c0f0, 78 .uid = 0x0007c110, 88 .uid = 0x0007c120, 98 .uid = 0x0007c130,
|
| H A D | vitesse.c | 298 .uid = 0xfc4b0, 308 .uid = 0xfc550, 318 .uid = 0xfc6c0, 328 .uid = 0xfc620, 338 .uid = 0x704a0, 348 .uid = 0x70670, 358 .uid = 0x707c0, 368 .uid = 0x70420, 378 .uid = 0x70430, 388 .uid = 0x70660, [all …]
|
| H A D | micrel_ksz8xxx.c | 18 .uid = 0x221510, 47 .uid = 0x221550, 75 .uid = 0x221550, 85 .uid = 0x221560, 142 .uid = 0x221450, 153 .uid = 0x221610, 178 .uid = 0x00221430,
|
| H A D | marvell.c | 620 .uid = 0x1410c60, 630 .uid = 0x1410cc0, 640 .uid = 0x1410e10, 650 .uid = 0x1410e40, 660 .uid = 0x1410cb0, 670 .uid = 0x1410cd0, 680 .uid = 0x1410ca0, 690 .uid = 0x1410dd0, 702 * 88E1518, uid 0x1410dd1 703 * 88E1512, uid 0x1410dd4 [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/ |
| H A D | makedevs.c | 238 unsigned long uid, unsigned long gid, unsigned long mode) in add_new_directory() argument 241 fprintf(stderr, "Directory: %s %s UID: %lu GID %lu MODE: %04lo", path, name, uid, gid, mode); in add_new_directory() 252 chown(path, uid, gid); in add_new_directory() 255 static void add_new_device(char *name, char *path, unsigned long uid, in add_new_device() argument 262 fprintf(stderr, "Device: %s %s UID: %lu GID: %lu MODE: %04lo MAJOR: %d MINOR: %d", in add_new_device() 263 path, name, uid, gid, mode, (short)(rdev >> 8), (short)(rdev & 0xff)); in add_new_device() 296 chown(path, uid, gid); in add_new_device() 299 static void add_new_file(char *name, char *path, unsigned long uid, in add_new_file() argument 303 fprintf(stderr, "File: %s %s UID: %lu GID: %lu MODE: %04lo\n", in add_new_file() 304 path, name, gid, uid, mode); in add_new_file() [all …]
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_pef.c | 807 uint8_t * uid; in ipmi_pef_get_info() local 837 uid = NULL; in ipmi_pef_get_info() 839 uid = &rsp->data[2]; in ipmi_pef_get_info() 846 uid = &rsp->data[0]; in ipmi_pef_get_info() 848 if (uid) { /* got GUID? */ in ipmi_pef_get_info() 851 uid[0], uid[1], uid[2], uid[3], uid[4], uid[5], uid[6], uid[7], in ipmi_pef_get_info() 852 uid[8], uid[9], uid[10],uid[11],uid[12],uid[13],uid[14],uid[15]); in ipmi_pef_get_info() 855 uid[0], uid[1], uid[2], uid[3], uid[4], uid[5], uid[6], uid[7], in ipmi_pef_get_info() 856 uid[8], uid[9], uid[10],uid[11],uid[12],uid[13],uid[14],uid[15]); in ipmi_pef_get_info()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/ |
| H A D | Drop-use-of-error-h.patch | 32 uid_t uid = -1; 82 uid = strtol(number, &end_of_number, 10); 84 - error(1, errno, "Invalid uid provided\n" USAGE); 85 + fprintf(stderr, "Invalid uid provided\n" USAGE); 88 - error(1, 0, "Invalid uid provided\n" USAGE); 89 + fprintf(stderr, "Invalid uid provided\n" USAGE); 106 if (uid != -1) { 107 rc = chown(file, uid, -1);
|
| /openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/openSUSE/ |
| H A D | autoinst.xml | 606 <uid>1000</uid> 625 <uid>478</uid> 644 <uid>480</uid> 663 <uid>2</uid> 682 <uid>479</uid> 701 <uid>475</uid> 720 <uid>476</uid> 739 <uid>51</uid> 758 <uid>474</uid> 777 <uid>1</uid> [all …]
|
| /openbmc/qemu/hw/acpi/ |
| H A D | cpu.c | 443 Aml *uid = aml_arg(0); in build_cpus_aml() local 446 ifctx = aml_if(aml_equal(uid, aml_int(i))); in build_cpus_aml() 499 Aml *uid = aml_local(3); in build_cpus_aml() local 521 aml_append(method, aml_store(zero, uid)); in build_cpus_aml() 541 aml_lless(uid, aml_int(arch_ids->len)))); in build_cpus_aml() 549 aml_append(while_ctx, aml_store(uid, cpu_selector)); in build_cpus_aml() 557 ifctx = aml_if(aml_lless(cpu_data, uid)); in build_cpus_aml() 577 aml_append(while_ctx, aml_store(cpu_data, uid)); in build_cpus_aml() 581 aml_append(ifctx, aml_store(uid, in build_cpus_aml() 591 aml_append(ifctx, aml_store(uid, in build_cpus_aml() [all …]
|
| /openbmc/qemu/docs/system/s390x/ |
| H A D | pcidevices.rst | 16 -device zpci,uid=1,fid=0,target=hostdev0,id=zpci1 \ 26 Instead, ``uid`` and ``fid`` determine how the device is presented to the guest 29 In case of Linux, ``uid`` will be used in the ``domain`` part of the PCI 33 -device zpci,uid=7,fid=8,target=hostdev0,id=zpci1 \
|
| /openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
| H A D | testacpi.py2 | 61 # Find the UID defined by the processor object's _UID method 62 uid = acpi.evaluate(cpupath + "._UID") 82 … if testsuite.test("{} with x2Apic in _MAT has _UID".format(cpupath), uid is not None): 83 testsuite.test("{}._UID = _MAT UID".format(cpupath), uid == subtable.uid) 84 … testsuite.print_detail("{}._UID ({:#x}) != _MAT UID ({:#x})".format(cpupath, uid, subtable.uid)) 86 …suite.test("{} with _MAT x2Apic has x2Apic in MADT".format(cpupath), subtable.uid in uid_x2apicid): 87 …te.test("{} x2ApicId derived from MADT using UID = _MAT x2ApicId".format(cpupath), uid_x2apicid[su… 88 …{:#02x}) != _MAT x2ApicId ({:#02x})".format(cpupath, uid_x2apicid[subtable.uid], subtable.x2apicid… 138 uid = cpupath_uid.get(cpupath, None) 139 if uid is not None: [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
| H A D | 0003-FMP-Support-in-Corstone1000.patch | 119 + .attributes = EFI_VARIABLE_NON_VOLATILE, .uid = 0 126 + .attributes = EFI_VARIABLE_NON_VOLATILE, .uid = 0 133 + .attributes = EFI_VARIABLE_NON_VOLATILE, .uid = 0 140 + .attributes = EFI_VARIABLE_NON_VOLATILE, .uid = 0 147 + .attributes = EFI_VARIABLE_NON_VOLATILE, .uid = 0 154 + .attributes = EFI_VARIABLE_NON_VOLATILE, .uid = 0 159 + psa_storage_uid_t uid, size_t data_length, const void *p_data) 165 + { .base = psa_ptr_to_u32(&uid), .len = sizeof(uid) }, 179 + psa_storage_uid_t uid, size_t data_size, void *p_data) 185 + { .base = psa_ptr_to_u32(&uid), .len = sizeof(uid) }, [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 149.out | 9 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-xts-plain64-sha1 15 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-xts-plain64-sha1 45 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-xts-plain64-sha1 51 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-xts-plain64-sha1 67 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-xts-plain64-sha1 73 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-xts-plain64-sha1 103 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-xts-plain64-sha1 109 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-xts-plain64-sha1 127 sudo chown UID:GID /dev/mapper/qiotest-145-twofish-256-xts-plain64-sha1 133 sudo chown UID:GID /dev/mapper/qiotest-145-twofish-256-xts-plain64-sha1 [all …]
|
| /openbmc/qemu/hw/i386/ |
| H A D | acpi-common.c | 35 void pc_madt_cpu_entry(int uid, const CPUArchIdList *apic_ids, in pc_madt_cpu_entry() argument 38 uint32_t apic_id = apic_ids->cpus[uid].arch_id; in pc_madt_cpu_entry() 40 uint32_t flags = apic_ids->cpus[uid].cpu != NULL || force_enabled ? in pc_madt_cpu_entry() 53 build_append_int_noprefix(entry, uid, 1); /* ACPI Processor ID */ in pc_madt_cpu_entry() 63 build_append_int_noprefix(entry, uid, 4); /* ACPI Processor UID */ in pc_madt_cpu_entry() 146 /* ACPI Processor UID */ in acpi_build_madt()
|
| /openbmc/qemu/bsd-user/ |
| H A D | bsd-mem.c | 39 __get_user(host_ip->uid, &target_ip->uid); in target_to_host_ipc_perm__locked() 75 __put_user(host_ip->uid, &target_ip->uid); in host_to_target_ipc_perm__locked()
|
| /openbmc/qemu/tests/docker/dockerfiles/ |
| H A D | python.docker | 24 ARG UID 26 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | useradd-staticids.bbclass | 111 if uaargs.uid and field[2] and (uaargs.uid != field[2]): 112 …("%s: Changing username %s's uid from (%s) to (%s), verify configuration files!" % (d.getVar('PN')… 113 uaargs.uid = field[2] or uaargs.uid 162 if not uaargs.uid or not uaargs.uid.isdigit() or not uaargs.gid: 186 newparam += ['', ' --uid %s' % uaargs.uid][uaargs.uid != None]
|
| /openbmc/qemu/fsdev/ |
| H A D | file-op-9p.h | 51 * uid/gid set on fileserver files 55 * uid/gid part of xattr 59 * Server will try to set uid/gid. 64 * uid/gid part of .virtfs_meatadata namespace 100 uid_t uid; member
|