Difference between revisions of "Ve-xattr-policy"
(added link to bug, /proc file name) |
Donaldyoung (talk | contribs) m (→See also) |
||
Line 16: | Line 16: | ||
== See also == | == See also == | ||
* {{Bug|1050}} | * {{Bug|1050}} | ||
+ | * [http://www.cheappoolproducts.com Pool] | ||
[[Category: Kernel]] | [[Category: Kernel]] |
Revision as of 06:12, 28 April 2010
A new sysctl entry fs.ve-xattr-policy
(file /proc/sys/fs/ve-xattr-policy
on the HN) has been implemented and is available in RHEL5 kernels since 028stab0644.4. It allows you to control how to react when xattr changes from inside a Container.
Three options can be used:
- 0
- accept any xattr modifications (Container 0 always and regular containers by default)
- 1
- ignore
- 2
- reject
Note: If you assign any other value to "ve-xattr-policy", the policy will be set to "accept". |