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 name space, used by kernel security modules to store
22 (for example) capabilities information.
26 The system name space, used by the kernel to store (for example)
31 The trusted name space, visible and accessibly only to trusted
32 processes, used to implement mechanisms in user space.
36 The user name space; this is the name space accessible to
37 non-privileged processes.
42 .. autofunction:: list
44 .. autofunction:: get_all
46 .. autofunction:: remove
52 .. autofunction:: getxattr
53 .. autofunction:: setxattr
54 .. autofunction:: listxattr
55 .. autofunction:: removexattr