/linux/Documentation/filesystems/ |
H A D | adfs.rst | 39 ownmask=nnn The permission mask for ADFS 'owner' permissions 41 othmask=nnn The permission mask for ADFS 'other' permissions 48 Mapping of ADFS permissions to Linux permissions 51 ADFS permissions consist of the following: 68 Possible owner mode permissions -> -rwx------ 74 Possible other mode permissions -> ----rwxrwx 77 not a UnixExec filetype, then the permissions will be:: 93 desire the permissions should be under Linux.
|
H A D | isofs.rst | 39 mode=xxx Sets the permissions on files to xxx unless Rock Ridge 40 extensions set the permissions otherwise 41 dmode=xxx Sets the permissions on directories to xxx unless Rock Ridge 42 extensions set the permissions otherwise 43 overriderockperm Set permissions on files and directories according to
|
H A D | hfsplus.rst | 23 that have uninitialized permissions structures. 28 that have uninitialized permissions structures.
|
H A D | udf.rst | 29 mode= Set the default file permissions. 30 dmode= Set the default directory permissions.
|
/linux/Documentation/usb/ |
H A D | text_files.rst | 13 USB devfs drop permissions source 16 .. literalinclude:: usbdevfs-drop-permissions.c
|
/linux/Documentation/core-api/ |
H A D | protection-keys.rst | 31 theoretically space in the PAE PTEs. These permissions are enforced on data 42 overlay permissions for each protection key index. 47 Unlike x86_64, the protection key permissions also apply to instruction 62 to change access permissions to memory covered with a key. In this example 116 the plain mprotect() permissions are violated.
|
/linux/fs/hfsplus/ |
H A D | inode.c | 516 hfsplus_get_perms(inode, &folder->permissions, 1); in hfsplus_cat_read_inode() 545 hfsplus_get_perms(inode, &file->permissions, 0); in hfsplus_cat_read_inode() 548 if (file->permissions.dev) in hfsplus_cat_read_inode() 550 be32_to_cpu(file->permissions.dev)); in hfsplus_cat_read_inode() 560 be32_to_cpu(file->permissions.dev)); in hfsplus_cat_read_inode() 608 hfsplus_cat_set_perms(inode, &folder->permissions); in hfsplus_cat_write_inode() 637 hfsplus_cat_set_perms(inode, &file->permissions); in hfsplus_cat_write_inode() 639 (file->permissions.rootflags | in hfsplus_cat_write_inode() 640 file->permissions.userflags)) in hfsplus_cat_write_inode()
|
H A D | catalog.c | 124 hfsplus_cat_set_perms(inode, &folder->permissions); in hfsplus_cat_build_record() 143 hfsplus_cat_set_perms(inode, &file->permissions); in hfsplus_cat_build_record() 156 (file->permissions.rootflags | in hfsplus_cat_build_record() 157 file->permissions.userflags)) in hfsplus_cat_build_record() 169 file->permissions.dev = in hfsplus_cat_build_record()
|
H A D | hfsplus_raw.h | 262 struct hfsplus_perm permissions; member 298 struct hfsplus_perm permissions; member
|
H A D | Kconfig | 16 style features such as file ownership and permissions.
|
/linux/Documentation/ABI/testing/ |
H A D | procfs-attr-prev | 8 The details of permissions required to read from 12 The other details of permissions required to write to
|
H A D | procfs-attr-current | 7 The details of permissions required to read from 12 The other details of permissions required to write to
|
H A D | procfs-attr-exec | 8 The details of permissions required to read from 13 The other details of permissions required to write to
|
/linux/Documentation/arch/arm64/ |
H A D | ptdump.rst | 9 kernel page tables to verify permissions and memory types. Examining the 10 page table entries and permissions helps identify potential security 37 access permissions, execution capability, type of mapping such as leaf
|
/linux/security/selinux/ss/ |
H A D | constraint.h | 59 u32 permissions; /* constrained permissions */ member
|
/linux/tools/perf/Documentation/ |
H A D | perf-buildid-cache.txt | 33 /proc/kcore which requires root permissions to read. Be aware that 39 permissions for root only. kcore will not be added if there is already a
|
/linux/Documentation/admin-guide/gpio/ |
H A D | gpio-aggregator.rst | 15 system permissions, on an all-or-nothing basis: either a GPIO controller is 20 using standard UNIX file ownership and permissions. Furthermore, this
|
/linux/arch/x86/include/uapi/asm/ |
H A D | sgx.h | 99 __u64 permissions; member
|
/linux/Documentation/filesystems/spufs/ |
H A D | spu_create.rst | 46 The mode parameter specifies the permissions used for creating the new 49 file permissions mask out some more bits of mode because they typically
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | fe-diseqc-send-burst.rst | 36 read/write permissions.
|
/linux/Documentation/ABI/stable/ |
H A D | procfs-audit_loginuid | 10 permissions are not needed to set it. The accessor must
|
/linux/LICENSES/exceptions/ |
H A D | GCC-exception-2.0 | 12 In addition to the permissions in the GNU Library General Public License,
|
/linux/arch/x86/kernel/cpu/sgx/ |
H A D | ioctl.c | 753 secinfo.flags = modp->permissions & SGX_SECINFO_PERMISSION_MASK; in sgx_enclave_restrict_permissions() 865 if (params.permissions & ~SGX_SECINFO_PERMISSION_MASK) in sgx_ioc_enclave_restrict_permissions() 872 if ((params.permissions & SGX_SECINFO_W) && in sgx_ioc_enclave_restrict_permissions() 873 !(params.permissions & SGX_SECINFO_R)) in sgx_ioc_enclave_restrict_permissions()
|
/linux/Documentation/arch/x86/ |
H A D | sgx.rst | 74 EPCM permissions are separate from the normal page tables. This prevents the 76 remain read-only. EPCM permissions may only impose additional restrictions on 77 top of normal x86 page permissions. 95 pages and establish enclave page permissions. 107 enclaves: modifying enclave page permissions and type, and dynamically
|
/linux/fs/9p/ |
H A D | Kconfig | 27 POSIX Access Control Lists (ACLs) support permissions for users and
|