| /linux-6.15/Documentation/networking/devlink/ |
| H A D | prestera.rst | 81 - Traps packets that have ACL priority set to 0 (tc pref 0) 84 - Traps packets that have ACL priority set to 1 (tc pref 1) 87 - Traps packets that have ACL priority set to 2 (tc pref 2) 90 - Traps packets that have ACL priority set to 3 (tc pref 3) 93 - Traps packets that have ACL priority set to 4 (tc pref 4) 96 - Traps packets that have ACL priority set to 5 (tc pref 5) 99 - Traps packets that have ACL priority set to 6 (tc pref 6) 102 - Traps packets that have ACL priority set to 7 (tc pref 7)
|
| H A D | mlxsw.rst | 33 - Sets an interval for periodic ACL region rehashes. The value is
|
| H A D | devlink-trap.rst | 545 ACL processing 595 ACL processing 598 device during ACL processing
|
| H A D | devlink-dpipe.rst | 55 For example, it’s quite common to implement Access Control Lists (ACL)
|
| /linux-6.15/Documentation/translations/zh_CN/security/ |
| H A D | credentials.rst | 90 有时,对象的描述中会包含一组规则。这就是所谓的“访问控制列表”或‘ACL’。 91 一个Linux文件可以提供多个ACL。 93 例如,传统的UNIX文件包括一个权限掩码,它是一个简化的ACL,具有三个固定的 98 Linux文件还可以支持POSIX ACL。这是一个规则列表,为任意主体授予各种权限。
|
| /linux-6.15/fs/nfsd/ |
| H A D | Kconfig | 49 bool "NFS server support for the NFSv2 ACL protocol extension" 53 bool "NFS server support for the NFSv3 ACL protocol extension" 56 Solaris NFS servers support an auxiliary NFSv3 ACL protocol that 64 NFSv3 ACL protocol extension allowing NFS clients to manipulate 66 clients which support the Solaris NFSv3 ACL protocol can then 69 To store ACLs on your NFS server, you also need to enable ACL-
|
| H A D | nfs3acl.c | 229 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro 252 .pc_xdrressize = ST+1+2*(1+ACL),
|
| H A D | nfs2acl.c | 316 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro 339 .pc_xdrressize = ST+1+2*(1+ACL),
|
| /linux-6.15/fs/nfs/ |
| H A D | Kconfig | 56 bool "NFS client support for the NFSv3 ACL protocol extension" 59 Some NFS servers support an auxiliary NFSv3 ACL protocol that 66 Choose Y here if your NFS server supports the Solaris NFSv3 ACL 70 Most NFS servers don't support the Solaris NFSv3 ACL protocol 73 ACL protocol.
|
| /linux-6.15/drivers/target/tcm_remote/ |
| H A D | Kconfig | 8 of TPG/ACL/LUN on peer nodes in a cluster.
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A D | switch-driver.rst | 131 use of ACL tables. Shared filter blocks are supported by sharing a single ACL 150 Each ACL entry (filter) can be setup with only one of the listed
|
| /linux-6.15/drivers/comedi/ |
| H A D | Kconfig | 106 tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support" 109 Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112 115 tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO" 126 ADlink ACL-7122 144 (or 96) channels 127 ADlink ACL-7124 24 channels 151 ADlink ACL-7130 iso - 16 in/16 out ttl - 16 in/16 out 155 ADlink ACL-7225b iso - 16 in/16 out 167 tristate "Advantech PCL-812/813 and ADlink ACL-8112/8113/8113/8216" 172 ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA,
|
| /linux-6.15/fs/ |
| H A D | Kconfig | 105 # Posix ACL utility routines 201 POSIX ACL support under /dev for certain features to work properly. 217 You need this for POSIX ACL support on tmpfs.
|
| /linux-6.15/fs/bcachefs/ |
| H A D | Kconfig | 51 bool "bcachefs POSIX ACL support"
|
| /linux-6.15/security/tomoyo/ |
| H A D | Kconfig | 22 This is the default value for maximal ACL entries
|
| /linux-6.15/Documentation/admin-guide/cifs/ |
| H A D | authors.rst | 52 - Shirish Pargaonkar (for many ACL patches over the years)
|
| H A D | usage.rst | 171 module. POSIX ACL support can be disabled on a per mount basic by specifying 447 Note that this is in addition to the normal ACL check on the 460 Note that this does not affect the normal ACL check on the 462 ACL against the user name provided at mount time). 618 Report mode bits (e.g. on stat) based on the Windows ACL for 634 descriptor (ACL).
|
| /linux-6.15/fs/ntfs3/ |
| H A D | fsntfs.c | 1719 static bool is_acl_valid(const struct ACL *acl, u32 len) in is_acl_valid() 1744 len -= sizeof(struct ACL); in is_acl_valid() 1809 const struct ACL *sacl = Add2Ptr(sd, sd_sacl); in is_sd_valid() 1811 if (sd_sacl + sizeof(struct ACL) > len) in is_sd_valid() 1820 const struct ACL *dacl = Add2Ptr(sd, sd_dacl); in is_sd_valid() 1822 if (sd_dacl + sizeof(struct ACL) > len) in is_sd_valid()
|
| H A D | ntfs.h | 1213 struct ACL { struct 1220 static_assert(sizeof(struct ACL) == 8); argument
|
| /linux-6.15/Documentation/security/ |
| H A D | credentials.rst | 97 description. This is an 'Access Control List' or 'ACL'. A Linux 98 file may supply more than one ACL. 101 is an abbreviated ACL with three fixed classes of subject ('user', 107 A Linux file might also sport a POSIX ACL. This is a list of rules
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | attributes.rst | 189 libacl's) internal ACL format. The key difference is that the version
|
| H A D | inodes.rst | 387 ACL location). See the Extended Attributes section below. 454 ACL location).
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | squashfs.rst | 47 ACL support no no 302 Implement ACL support.
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-thunderbolt | 12 its own ACL list and size may be different between the 15 System BIOS may have an option "Preboot ACL" or similar
|
| /linux-6.15/fs/smb/client/ |
| H A D | Kconfig | 117 and later) which can negotiate CIFS POSIX ACL support. This config
|