diff options
| author | Zhang Xiao <xiao.zhang@windriver.com> | 2013-08-27 10:07:43 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-30 16:23:44 +0100 |
| commit | c03106dfbe88838b9d72a005969d388d3de8c6c4 (patch) | |
| tree | db5c78fcda6da6948ffd58c1fedac4191f595598 /meta/recipes-connectivity/nfs-utils/files | |
| parent | 3095ee5154002134fac3fc1e4a8cfe5a5b2f70ca (diff) | |
| download | poky-c03106dfbe88838b9d72a005969d388d3de8c6c4.tar.gz | |
libnfsidmap: Add and modify idmapd.conf
add configuration file to make rpc.idmapd to not report below error:
rpc.idmapd: Skipping configuration file "/etc/idmapd.conf": No such file or directory
rpc.idmapd: Could not find group "nobody"
(From OE-Core rev: 6ecd6fb730f473fb90cefd7d0b431d5b8d2c05f7)
Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/nfs-utils/files')
| -rw-r--r-- | meta/recipes-connectivity/nfs-utils/files/Set_nobody_user_group.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/files/Set_nobody_user_group.patch b/meta/recipes-connectivity/nfs-utils/files/Set_nobody_user_group.patch new file mode 100644 index 0000000000..4633da919e --- /dev/null +++ b/meta/recipes-connectivity/nfs-utils/files/Set_nobody_user_group.patch | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | Set nobody user and group | ||
| 2 | |||
| 3 | Upstream-Status: Inappropriate [configuration] | ||
| 4 | |||
| 5 | Signed-off-by: Roy.Li <rongqing.li@windriver.com> | ||
| 6 | --- a/idmapd.conf | ||
| 7 | +++ b/idmapd.conf | ||
| 8 | @@ -17,8 +17,8 @@ | ||
| 9 | |||
| 10 | [Mapping] | ||
| 11 | |||
| 12 | -#Nobody-User = nobody | ||
| 13 | -#Nobody-Group = nobody | ||
| 14 | +Nobody-User = nobody | ||
| 15 | +Nobody-Group = nogroup | ||
| 16 | |||
| 17 | [Translation] | ||
| 18 | |||
