Home
last modified time | relevance | path

Searched refs:ACL (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/linux/Documentation/networking/devlink/
H A Dprestera.rst81 - 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 Dmlxsw.rst33 - Sets an interval for periodic ACL region rehashes. The value is
/openbmc/linux/fs/nfsd/
H A DKconfig47 bool "NFS server support for the NFSv2 ACL protocol extension"
51 bool "NFS server support for the NFSv3 ACL protocol extension"
54 Solaris NFS servers support an auxiliary NFSv3 ACL protocol that
62 NFSv3 ACL protocol extension allowing NFS clients to manipulate
64 clients which support the Solaris NFSv3 ACL protocol can then
67 To store ACLs on your NFS server, you also need to enable ACL-
H A Dnfs3acl.c231 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
254 .pc_xdrressize = ST+1+2*(1+ACL),
H A Dnfs2acl.c318 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
341 .pc_xdrressize = ST+1+2*(1+ACL),
/openbmc/linux/fs/nfs/
H A DKconfig54 bool "NFS client support for the NFSv3 ACL protocol extension"
57 Some NFS servers support an auxiliary NFSv3 ACL protocol that
64 Choose Y here if your NFS server supports the Solaris NFSv3 ACL
68 Most NFS servers don't support the Solaris NFSv3 ACL protocol
71 ACL protocol.
/openbmc/linux/drivers/target/tcm_remote/
H A DKconfig8 of TPG/ACL/LUN on peer nodes in a cluster.
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dacl.py158 class ACL(object): class
207 acl = ACL.from_path(args.path, ACL_TYPE_ACCESS)
/openbmc/openbmc/poky/meta/recipes-support/attr/acl/
H A D0001-test-patch-out-failing-bits.patch52 Verify that permissions in separate matching ACL entries do not
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dswitch-driver.rst131 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
/openbmc/openbmc/poky/meta/recipes-support/attr/
H A Dacl_2.3.2.bb2 DESCRIPTION = "ACL allows you to provide different levels of access to files \
/openbmc/linux/fs/ntfs/
H A Dlayout.h1620 } __attribute__ ((__packed__)) ACL; typedef
1749 ACL *sacl; /* Points to a system ACL. Only valid, if
1753 ACL *dacl; /* Points to a discretionary ACL. Only valid, if
/openbmc/linux/drivers/comedi/
H A DKconfig102 tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support"
105 Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112
111 tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO"
122 ADlink ACL-7122 144 (or 96) channels
123 ADlink ACL-7124 24 channels
147 ADlink ACL-7130 iso - 16 in/16 out ttl - 16 in/16 out
151 ADlink ACL-7225b iso - 16 in/16 out
163 tristate "Advantech PCL-812/813 and ADlink ACL-8112/8113/8113/8216"
168 ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA,
/openbmc/docs/
H A Dmaintainer-workflow.md10 - If you were not added to the appropriate CLA repository ACL send an email to
/openbmc/linux/fs/
H A DKconfig102 # Posix ACL utility routines
200 POSIX ACL support under /dev for certain features to work properly.
216 You need this for POSIX ACL support on tmpfs.
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch213 - uint32_t i_file_acl; /* File ACL */
214 - uint32_t i_dir_acl; /* Directory ACL */
466 - * ACL structures
718 - __u32 i_file_acl; /* File ACL */
719 - __u32 i_size_high; /* Formerly i_dir_acl, directory ACL */
766 - __u32 i_file_acl; /* File ACL */
767 - __u32 i_size_high; /* Formerly i_dir_acl, directory ACL */
/openbmc/linux/security/tomoyo/
H A DKconfig22 This is the default value for maximal ACL entries
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst52 - Shirish Pargaonkar (for many ACL patches over the years)
H A Dusage.rst171 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).
/openbmc/linux/fs/ntfs3/
H A Dfsntfs.c1743 static bool is_acl_valid(const struct ACL *acl, u32 len) in is_acl_valid()
1768 len -= sizeof(struct ACL); in is_acl_valid()
1833 const struct ACL *sacl = Add2Ptr(sd, sd_sacl); in is_sd_valid()
1835 if (sd_sacl + sizeof(struct ACL) > len) in is_sd_valid()
1844 const struct ACL *dacl = Add2Ptr(sd, sd_dacl); in is_sd_valid()
1846 if (sd_dacl + sizeof(struct ACL) > len) in is_sd_valid()
H A Dntfs.h1216 struct ACL { struct
1223 static_assert(sizeof(struct ACL) == 8); argument
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSMPPL1 Secure Messaging Protocol (SMP) Libraries [ACL, CML, SFL]
/openbmc/linux/Documentation/security/
H A Dcredentials.rst97 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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/
H A Ddefconfig135 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
/openbmc/linux/Documentation/filesystems/
H A Dsquashfs.rst47 ACL support no no
244 Implement ACL support.

12