Home
last modified time | relevance | path

Searched refs:UID (Results 1 – 25 of 103) sorted by relevance

12345

/OK3568_Linux_fs/kernel/security/safesetid/
H A Dlsm.c38 if (policy->type == UID) { in _setid_policy_lookup()
72 if (new_type == UID) in setid_policy_lookup()
119 if (setid_policy_lookup((kid_t){.uid = cred->uid}, INVALID_ID, UID) == SIDPOL_DEFAULT) in safesetid_security_capable()
161 if (new_type == UID) { in id_permitted_for_cred()
180 if (new_type == UID) { in id_permitted_for_cred()
205 if (setid_policy_lookup((kid_t){.uid = old->uid}, INVALID_ID, UID) == SIDPOL_DEFAULT) in safesetid_task_fix_setuid()
208 if (id_permitted_for_cred(old, (kid_t){.uid = new->uid}, UID) && in safesetid_task_fix_setuid()
209 id_permitted_for_cred(old, (kid_t){.uid = new->euid}, UID) && in safesetid_task_fix_setuid()
210 id_permitted_for_cred(old, (kid_t){.uid = new->suid}, UID) && in safesetid_task_fix_setuid()
211 id_permitted_for_cred(old, (kid_t){.uid = new->fsuid}, UID)) in safesetid_task_fix_setuid()
H A Dsecurityfs.c53 if (rule->type == UID){ in parse_policy_line()
90 if (pol->type == UID) in insert_rule()
106 if (pol->type == UID) { in verify_ruleset()
124 if (pol->type == UID){ in verify_ruleset()
127 nrule->type = UID; in verify_ruleset()
211 if (policy_type == UID) { in handle_policy_update()
246 return handle_policy_update(file, buf, len, UID); in safesetid_uid_file_write()
H A DKconfig9 restrict UID/GID transitions from a given UID/GID to only those
13 UID mappings.
H A Dlsm.h36 UID, enumerator
/OK3568_Linux_fs/buildroot/package/zip/
H A D0005-unix-configure-remove-GID-UID-size-check.patch4 Subject: [PATCH 5/6] unix/configure: remove GID/UID size check
45 - /* see if have 16-bit UID */
59 - echo -- UID/GID test failed on compile - disabling old 16-bit UID/GID support
66 - echo -- UID not 2 bytes - disabling old 16-bit UID/GID support
69 - echo -- GID not 2 bytes - disabling old 16-bit UID/GID support
72 - echo -- 16-bit UIDs and GIDs - keeping old 16-bit UID/GID support
74 - echo -- test failed - conftest returned $r - disabling old 16-bit UID/GID support
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dhighuid.rst18 maximum UID/GID. They are limited by the maximum file size on the
20 corresponding to the UID in question.
27 (currently, the old 16-bit UID and GID are still written to disk, and
28 part of the former pad space is used to store separate 32-bit UID and
31 - Need to validate that OS emulation calls the 16-bit UID
33 uses the 32-bit UID system calls properly otherwise.
40 (need to support whatever new 32-bit UID system calls are added to
59 Filesystems with simple fixups to prevent 16-bit UID wraparound:
78 - make sure that the UID mapping feature of AX25 networking works properly
/OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/
H A DSafeSetID.rst5 UID/GID transitions from a given UID/GID to only those approved by a
8 allowing a user to set up user namespace UID/GID mappings.
57 to do process spawning and UID/GID transitions). Unfortunately, there are a
70 programs in the tree could change to any desired UID/GID in the context of their
103 mounted. The format for adding a policy is '<UID>:<UID>' or '<GID>:<GID>',
106 for a UID/GID will prevent that UID/GID from obtaining auxiliary setid
107 privileges, such as allowing a user to set up user namespace UID/GID mappings.
/OK3568_Linux_fs/kernel/tools/perf/
H A Dperf-with-kcore.sh80 $SUDO chown $UID "$KCORE_DIR"
81 $SUDO chown $UID "$KCORE_DIR/kcore"
82 $SUDO chown $UID "$KCORE_DIR/kallsyms"
83 $SUDO chown $UID "$KCORE_DIR/modules"
/OK3568_Linux_fs/kernel/fs/quota/
H A Dquotaio_v1.h34 #define v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk))) argument
/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 Dquota.h117 #define dqoff(UID) ((__loff_t)((UID) * sizeof (struct dqblk))) argument
/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 Dquota.h117 #define dqoff(UID) ((__loff_t)((UID) * sizeof (struct dqblk))) argument
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dpci.rst38 and setting of global functionality, like UID checking.
91 The unique identifier (UID) is defined when configuring an LPAR and is
110 - The domain is set from the zPCI function's UID as defined during the
121 a multi-Function device is set from the zPCI function's UID as defined
/OK3568_Linux_fs/kernel/security/keys/
H A DKconfig19 to five standard keyrings: UID-specific, GID-specific, session,
43 bool "Enable register of persistent per-UID keyrings"
46 This option provides a register of persistent per-UID keyrings,
48 in the sense that they stay around after all processes of that UID
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddf.h761 #define DF_INSN_UID_GET(UID) (df->insns[(UID)]) argument
762 #define DF_INSN_UID_SET(UID,VAL) (df->insns[(UID)]=(VAL)) argument
763 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE ()) \ argument
764 ? DF_INSN_UID_GET (UID) \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddf.h761 #define DF_INSN_UID_GET(UID) (df->insns[(UID)]) argument
762 #define DF_INSN_UID_SET(UID,VAL) (df->insns[(UID)]=(VAL)) argument
763 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE ()) \ argument
764 ? DF_INSN_UID_GET (UID) \
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dcredentials.rst38 UID marked on the inode.
45 defined by the UID and the GID marked on the inode.
59 For instance an open file may send SIGIO to a task using the UID and EUID
72 from the real UID and GID that normally form the objective context of the
132 The UID and GID are carried by most, if not all, Linux objects, even if in
142 EUID/EGID/GROUPS will be used as the subjective context, and real UID/GID
171 UID 0.
234 * UNIX UID, GID, mode;
319 uid_t current_uid(void) Current's real UID
321 uid_t current_euid(void) Current's effective UID
[all …]
/OK3568_Linux_fs/buildroot/fs/oci/
H A DConfig.in56 string "username or UID"
59 The username or UID of user the process run as.
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dmc13783-adc.rst56 7 General Purpose ADIN7 / UID / Die Temperature 0 - 2.30V / No /
83 7 General Purpose ADIN7 / UID / Die Temperature 0 - 2.4V / No /
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-fs-incfs29 result of the per UID read timeouts min time setting.
35 result of the per UID read timeouts min time setting.
/OK3568_Linux_fs/kernel/tools/testing/selftests/ir/
H A Dir_loopback.sh7 if [ $UID != 0 ]; then
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dincfs.rst50 per UID read timeouts min time setting.
54 per UID read timeouts min time setting.
H A Dquota.rst48 - UID/GID (depends on quota type) of user / group whose limit
51 - UID of a user who caused the event
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-find-native-sysroot58 if [ "$UID" = "0" ]; then
/OK3568_Linux_fs/kernel/tools/testing/selftests/memfd/
H A Drun_hugetlbfs_test.sh29 if [ $UID != 0 ]; then
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2.sh9 if [ $UID != 0 ]; then

12345