1 Interface to extended filesystem attributes
2 ===========================================
11 Used as flags value, the target attribute
12 will be created, giving an error if it already exists.
14 .. data:: XATTR_REPLACE
16 Used as flags value, the target attribute
17 will be replaced, giving an error if it doesn't exist.
21 The security namespace, used by kernel security modules.
25 The system namespace, used by the kernel to store things such as
26 ACLs and capabilities.
30 The trusted namespace, visible and accessibly only to trusted
31 processes, used to implement mechanisms in user space.
35 The user namespace; this is the namespace accessible to
36 non-privileged processes.
41 .. autofunction:: list
43 .. autofunction:: get_all
45 .. autofunction:: remove
51 .. autofunction:: getxattr
52 .. autofunction:: setxattr
53 .. autofunction:: listxattr
54 .. autofunction:: removexattr