Home
last modified time | relevance | path

Searched refs:GID (Results 1 – 25 of 71) sorted by relevance

123

/OK3568_Linux_fs/kernel/security/safesetid/
H A Dlsm.c46 } else if (policy->type == GID) { in _setid_policy_lookup()
74 else if (new_type == GID) in setid_policy_lookup()
134 if (setid_policy_lookup((kid_t){.gid = cred->gid}, INVALID_ID, GID) == SIDPOL_DEFAULT) in safesetid_security_capable()
165 } else if (new_type == GID){ in id_permitted_for_cred()
184 } else if (new_type == GID) { in id_permitted_for_cred()
229 if (setid_policy_lookup((kid_t){.gid = old->gid}, INVALID_ID, GID) == SIDPOL_DEFAULT) in safesetid_task_fix_setgid()
232 if (id_permitted_for_cred(old, (kid_t){.gid = new->gid}, GID) && in safesetid_task_fix_setgid()
233 id_permitted_for_cred(old, (kid_t){.gid = new->egid}, GID) && in safesetid_task_fix_setgid()
234 id_permitted_for_cred(old, (kid_t){.gid = new->sgid}, GID) && in safesetid_task_fix_setgid()
235 id_permitted_for_cred(old, (kid_t){.gid = new->fsgid}, GID)) in safesetid_task_fix_setgid()
H A Dsecurityfs.c58 } else if (rule->type == GID){ in parse_policy_line()
92 else if (pol->type == GID) in insert_rule()
110 } else if (pol->type == GID) { in verify_ruleset()
131 nrule->type = GID; in verify_ruleset()
216 } else if (policy_type == GID) { in handle_policy_update()
260 return handle_policy_update(file, buf, len, GID); in safesetid_gid_file_write()
H A DKconfig9 restrict UID/GID transitions from a given UID/GID to only those
H A Dlsm.h37 GID 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
49 - /* see if have 16-bit GID */
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/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.
109 Note on GID policies and setgroups()
115 support in a future release for restricting setgroups() calls, these GID
117 once we have the policy checking code in place, which will rely on GID policy
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu-gen-tapdevs43 GID=$2
88 echo "Creating $COUNT tap devices for UID: $TUID GID: $GID..."
91 ifup=`$RUNQEMU_IFUP $TUID $GID $STAGING_BINDIR_NATIVE 2>&1`
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dhighuid.rst18 maximum UID/GID. They are limited by the maximum file size on the
27 (currently, the old 16-bit UID and GID are still written to disk, and
29 GID)
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Ddevpts1 # GID of the `tty' group
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-driver-ib_srp18 destination GID.
118 Description: InfiniBand destination GID used for communication with the SRP
153 Description: InfiniBand destination GID specified in the parameters
182 Description: InfiniBand GID of the source port used for communication with
H A Dsysfs-class-infiniband223 Description: The net-device's name associated with the GID resides
230 Description: The RoCE type of the associated GID resides at index <gid-index>.
345 entry in the port's P_Key or GID table respectively. For
361 <m>/gid_idx/0: (RO) Display the GID mapping m = 1..2
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dmakedev-syntax.txt33 - +uid+ and +gid+ are the UID and GID to set on this file; can be
51 recursively, you can write (to set UID to foo, GID to bar and access
H A Dmakeusers-syntax.txt27 - +gid+ is the desired GID for the user's main group. It must be unique,
29 a unique GID will be computed by Buildroot in the range [1000..1999]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/
H A Dnfs-idmapper.rst42 gid: Find the GID for the given group
44 group: Find the group name for the given GID
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dcredentials.rst45 defined by the UID and the GID marked on the inode.
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
234 * UNIX UID, GID, mode;
320 gid_t current_gid(void) Current's real GID
322 gid_t current_egid(void) Current's effective GID
324 gid_t current_fsgid(void) Current's file access GID
H A DIMA-templates.rst15 the inode UID/GID or the LSM labels either of the inode and of the process
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dstatx.c60 P_FLAG(GID); in syscall_arg__scnprintf_statx_mask()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/renesas/
H A Dravb_ptp.c205 ravb_write(ndev, GID_PTCD, GID); in ravb_ptp_extts()
270 ravb_write(ndev, GID_PTMD0, GID); in ravb_ptp_perout()
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dinodes.rst79 - Lower 16-bits of GID.
206 - S\_ISGID (Set GID)
395 - Upper 16-bits of the GID.
430 - Upper 16-bits of the GID.
/OK3568_Linux_fs/kernel/Documentation/security/keys/
H A Drequest-key.rst108 UID, GID, groups and security info of process A as if it was process A,
129 of them, and (b) it requires the same UID/GID/Groups all the way through.
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dquota.rst48 - UID/GID (depends on quota type) of user / group whose limit
/OK3568_Linux_fs/kernel/drivers/infiniband/
H A DKconfig73 This allows the user to config the default GID type that the CM
/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Drpc-cache.rst25 - mappings between local UID/GID and remote UID/GID for sites that
/OK3568_Linux_fs/kernel/security/keys/
H A DKconfig19 to five standard keyrings: UID-specific, GID-specific, session,
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-rnbd-client43 gid:<GID>

123