diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-08-10 11:19:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-17 10:31:03 +0100 |
commit | 9d7c32a88e0670a09e5e1097ff8bca58e9a7943f (patch) | |
tree | b691f2f53d4d312fdb6a693dbfe0a9868d39b94c /meta/recipes-multimedia/webp | |
parent | 40e2d36573a7a6bce377b1f9653607065ba5ffb6 (diff) | |
download | openembedded-core-9d7c32a88e0670a09e5e1097ff8bca58e9a7943f.tar.gz openembedded-core-9d7c32a88e0670a09e5e1097ff8bca58e9a7943f.tar.bz2 openembedded-core-9d7c32a88e0670a09e5e1097ff8bca58e9a7943f.zip |
e2fsprogs: Fix missing check for permission denied.
If the path to "ROOT_SYSCONFDIR /mke2fs.conf" has a permission denied problem,
then the get_dirlist() call will return EACCES. But the code in profile_init
will treat that as a fatal error and all executions will fail with:
Couldn't init profile successfully (error: 13).
But the problem should not really be visible for the target package as the path
then will be "/etc/mke2fs.conf", and it is not likely that a user have no
permission to read /etc.
Signed-off-by: Jian Liu <jian.liu@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/webp')
0 files changed, 0 insertions, 0 deletions