| /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.
|
| H A D | devpts.rst | 12 with permissions ``0000``.
|
| /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/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/security/selinux/ss/ |
| H A D | policydb.c | 204 hashtab_map(&comdatum->permissions.table, perm_destroy, NULL); in common_destroy() 205 hashtab_destroy(&comdatum->permissions.table); in common_destroy() 233 hashtab_map(&cladatum->permissions.table, perm_destroy, NULL); in cls_destroy() 234 hashtab_destroy(&cladatum->permissions.table); in cls_destroy() 1221 rc = symtab_init(&comdatum->permissions, nel); in type_set_read() 1224 comdatum->permissions.nprim = le32_to_cpu(buf[2]); in type_set_read() 1231 rc = perm_read(p, &comdatum->permissions, fp); in read_cons_helper() 1236 hash_eval(&comdatum->permissions.table, "common_permissions", key); in read_cons_helper() 1294 c->permissions = le32_to_cpu(buf[0]); in read_cons_helper() 1398 rc = symtab_init(&cladatum->permissions, ne in class_read() [all...] |
| H A D | constraint.h | 4 * order for one or more permissions to be granted. 60 u32 permissions; /* constrained permissions */ 61 struct constraint_expr *expr; /* constraint on permissions */ 59 u32 permissions; /* constrained permissions */ global() member
|
| H A D | policydb.h | 33 * in the configuration data: individual permissions, 46 struct symtab permissions; /* common permissions */ member 54 struct symtab permissions; /* class-specific permission symbol table */ member
|
| /linux/Documentation/process/ |
| H A D | threat-model.rst | 38 who is able to grant or deny various types of permissions that may affect how 41 permissions to some users, particularly via capabilities but not only. All this 42 is performed via configuration (sysctl, file-system permissions etc). 56 * stored data, via file system permissions 122 permissions, user capabilities, exposure of privileged interfaces, that 234 Any issue that can be mitigated by setting proper permissions and limits
|
| /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/arch/x86/kernel/cpu/sgx/ |
| H A D | ioctl.c | 727 secinfo.flags = modp->permissions & SGX_SECINFO_PERMISSION_MASK; in sgx_enclave_restrict_permissions() 839 if (params.permissions & ~SGX_SECINFO_PERMISSION_MASK) in sgx_ioc_enclave_restrict_permissions() 846 if ((params.permissions & SGX_SECINFO_W) && in sgx_ioc_enclave_restrict_permissions() 847 !(params.permissions & SGX_SECINFO_R)) in sgx_ioc_enclave_restrict_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/security/ |
| H A D | Kconfig | 27 permissions for users like ptrace, assuming they have ptrace 37 permissions if you have ptrace access rights. 43 permissions for active ptracers like gdb. 48 Never override memory mapping 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
|
| /linux/fs/ceph/ |
| H A D | Kconfig | 34 POSIX Access Control Lists (ACLs) support permissions for users and
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | devices.rst | 54 A cgroup may not be granted more permissions than the cgroup's 61 access permissions than its parent. Every time an entry is written to
|
| /linux/Documentation/admin-guide/namespaces/ |
| H A D | compatibility-list.rst | 36 access permissions to files, belonging to user 10 in another
|
| /linux/net/ |
| H A D | sysctl_net.c | 74 .permissions = net_ctl_permissions,
|