| /linux-6.15/Documentation/translations/zh_CN/security/ |
| H A D | credentials.rst | 42 例如,在标准的UNIX文件系统中,这将由标记在索引节点上的UID定义。 48 这是由标记在索引节点上的UID和GID定义的。 60 名为 ``fcntl(F_SETOWN)`` 的任务给它的UID和EUID向一个任务发送SIGIO 69 与通常构成任务的对象上下文的真实UID和GID是相互独立的。 120 UID和GID由大多数(如果不是全部)Linux对象携带,即使有时它们需要被虚构出 129 而真实UID/GID 被用作对象上下文。对于任务,这并不总是正确的。 198 * UNIX UID, GID, mode; 270 uid_t current_uid(void) Current's real UID 272 uid_t current_euid(void) Current's effective UID 342 uid_t task_uid(task) Task's real UID [all …]
|
| H A D | IMA-templates.rst | 21 的IMA这是有必要的。例如,可能报告的信息包括索引节点的 UID/GID或索引节点 69 - 'iuid':索引节点的UID;
|
| /linux-6.15/security/safesetid/ |
| H A D | lsm.c | 39 if (policy->type == UID) { in _setid_policy_lookup() 73 if (new_type == UID) in setid_policy_lookup() 114 if (setid_policy_lookup((kid_t){.uid = cred->uid}, INVALID_ID, UID) == SIDPOL_DEFAULT) in safesetid_security_capable() 153 if (new_type == UID) { in id_permitted_for_cred() 172 if (new_type == UID) { in id_permitted_for_cred() 197 if (setid_policy_lookup((kid_t){.uid = old->uid}, INVALID_ID, UID) == SIDPOL_DEFAULT) in safesetid_task_fix_setuid() 200 if (id_permitted_for_cred(old, (kid_t){.uid = new->uid}, UID) && in safesetid_task_fix_setuid() 201 id_permitted_for_cred(old, (kid_t){.uid = new->euid}, UID) && in safesetid_task_fix_setuid() 202 id_permitted_for_cred(old, (kid_t){.uid = new->suid}, UID) && in safesetid_task_fix_setuid() 203 id_permitted_for_cred(old, (kid_t){.uid = new->fsuid}, UID)) in safesetid_task_fix_setuid()
|
| H A D | Kconfig | 9 restrict UID/GID transitions from a given UID/GID to only those 13 UID mappings.
|
| H A D | securityfs.c | 53 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() 214 if (policy_type == UID) { in handle_policy_update() 249 return handle_policy_update(file, buf, len, UID); in safesetid_uid_file_write()
|
| H A D | lsm.h | 36 UID, enumerator
|
| /linux-6.15/Documentation/arch/s390/ |
| H A D | pci.rst | 38 and setting of global functionality, like UID checking. 92 The user identifier (UID) may be defined as part of the machine 94 uid_is_unique attribute is 1 the platform guarantees that the UID is unique 95 within that instance and no devices with the same UID can be attached 99 Indicates whether the user identifier (UID) is guaranteed to be and remain 118 - The domain is set from the zPCI function's UID as defined during the 129 a multi-Function device is set from the zPCI function's UID as defined
|
| /linux-6.15/fs/quota/ |
| H A D | quotaio_v1.h | 34 #define v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk))) argument
|
| /linux-6.15/Documentation/admin-guide/LSM/ |
| H A D | SafeSetID.rst | 5 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.
|
| /linux-6.15/Documentation/ABI/stable/ |
| H A D | procfs-audit_loginuid | 1 What: Audit Login UID 8 read to get the audit login UID of process $pid as a
|
| /linux-6.15/Documentation/virt/kvm/arm/ |
| H A D | hypercalls.rst | 15 Specific Hypervisor Service Call" range with a UID of 16 ``28b46fb6-2ec5-11e9-a9ca-4b564d003a74``. This UID should be queried by the 17 guest using the standard "Call UID" function for the service range in 26 | Presence: | Mandatory for the KVM/arm64 UID |
|
| /linux-6.15/arch/arm/boot/dts/nuvoton/ |
| H A D | nuvoton-wpcm450-supermicro-x9sci-ln4f.dts | 38 label = "UID button"; 50 label = "UID";
|
| /linux-6.15/security/keys/ |
| H A D | Kconfig | 19 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
|
| /linux-6.15/tools/testing/selftests/ir/ |
| H A D | ir_loopback.sh | 7 if [ $UID != 0 ]; then
|
| /linux-6.15/Documentation/security/ |
| H A D | credentials.rst | 38 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 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 323 uid_t current_fsuid(void) Current's file access UID 399 uid_t task_uid(task) Task's real UID [all …]
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | mc13783-adc.rst | 56 7 General Purpose ADIN7 / UID / Die Temperature 0 - 2.30V / No / 83 7 General Purpose ADIN7 / UID / Die Temperature 0 - 2.4V / No /
|
| /linux-6.15/tools/testing/selftests/memfd/ |
| H A D | run_hugetlbfs_test.sh | 29 if [ $UID != 0 ]; then
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_lirc_mode2.sh | 9 if [ $UID != 0 ]; then
|
| H A D | xsk_prereqs.sh | 16 if [ $UID != 0 ]; then
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | quota.rst | 48 - UID/GID (depends on quota type) of user / group whose limit 51 - UID of a user who caused the event
|
| /linux-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | vkms-none-skips.txt | 212 # CPU: 0 UID: 0 PID: 27 Comm: kworker/u8:1 Not tainted 6.11.0-rc5-g5d3429a7e9aa #1 266 # CPU: 1 UID: 0 PID: 1250 Comm: kms_cursor_crc Not tainted 6.13.0-rc2-ge95c88d68ac3 #1 319 # CPU: 0 UID: 0 PID: 119 Comm: kworker/u8:6 Tainted: G W 6.13.0-rc2-ge95c88d68ac3 #1 372 # CPU: 0 UID: 0 PID: 2933 Comm: kms_cursor_crc Not tainted 6.13.0-rc2-g5219242748c8 #1 425 # CPU: 1 UID: 0 PID: 11 Comm: kworker/u8:0 Tainted: G W 6.13.0-rc2-g5219242748c8 #1 478 # CPU: 0 UID: 0 PID: 2933 Comm: kms_cursor_crc Not tainted 6.13.0-rc2-g5219242748c8 #1 531 # CPU: 1 UID: 0 PID: 11 Comm: kworker/u8:0 Tainted: G W 6.13.0-rc2-g5219242748c8 #1 584 # CPU: 0 UID: 0 PID: 2933 Comm: kms_cursor_crc Not tainted 6.13.0-rc2-g5219242748c8 #1 637 # CPU: 1 UID: 0 PID: 11 Comm: kworker/u8:0 Tainted: G W 6.13.0-rc2-g5219242748c8 #1 690 # CPU: 0 UID: 0 PID: 2898 Comm: kms_cursor_crc Not tainted 6.13.0-rc2-g1f006005ebf8 #1 [all …]
|
| /linux-6.15/tools/testing/selftests/drivers/usb/usbip/ |
| H A D | usbip_test.sh | 35 if [ $UID != 0 ]; then
|
| /linux-6.15/tools/testing/selftests/devices/probe/boards/ |
| H A D | Dell Inc.,XPS 13 9300.yaml | 13 # key to identify the controller. If it had more than one controller, the UID
|
| /linux-6.15/tools/testing/selftests/pcie_bwctrl/ |
| H A D | set_pcie_cooling_state.sh | 16 if [ $UID != 0 ]; then
|
| /linux-6.15/Documentation/admin-guide/nfs/ |
| H A D | nfs-idmapper.rst | 41 uid: Find the UID for the given user 43 user: Find the user name for the given UID
|