diff options
| author | Josh Boyer <jwboyer@fedoraproject.org> | 2013-11-13 10:58:05 -0500 |
|---|---|---|
| committer | Josh Boyer <jwboyer@redhat.com> | 2013-11-13 14:09:29 -0500 |
| commit | e3f67fd712a83052fdc3e4e82ae1fb9bc832c906 (patch) | |
| tree | 42d3ffb53dfa5cbe3925ca816cfaa8d792ea0003 /config-generic | |
| parent | 991987b30763184d46ed1546f0712f2f6111995a (diff) | |
Enable USER_NS for root-only processes (rhbz 917708)
- Fixup keys-krb-support.patch to build with USER_NS enabled
Diffstat (limited to 'config-generic')
| -rw-r--r-- | config-generic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-generic b/config-generic index 490c77fa..f80c276e 100644 --- a/config-generic +++ b/config-generic @@ -61,7 +61,7 @@ CONFIG_PID_NS=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y CONFIG_NET_NS=y -# CONFIG_USER_NS is not set +CONFIG_USER_NS=y # CONFIG_UIDGID_STRICT_TYPE_CHECKS is not set CONFIG_POSIX_MQUEUE=y |
