Re: [OE-core] [PATCH] util-linux: fix owner and group for binaries in resulting image

2019-05-07 Thread Jacob Kroon
Which host distributionen are you using? On Tue, 7 May 2019, 14:47 Popov Anton, wrote: > Hi, > > I don't think so. At the moment we are using rocko release and found this > problem in util-linux-2.30 recipe. > > the problem is that util-linux builds with regular user permissions and > result

Re: [OE-core] [PATCH] util-linux: fix owner and group for binaries in resulting image

2019-05-06 Thread Jacob Kroon
Hi, Are we sure this is not caused by the new glibc2.29/pseudo problems that has been seen previously ? Which distro are you building on, and which version of poky/oe are you using ? /Jacob On Mon, May 6, 2019 at 5:46 PM Popov Anton wrote: > > util-linux source produce some binaries with setuid

[OE-core] [PATCH] util-linux: fix owner and group for binaries in resulting image

2019-05-06 Thread Popov Anton
util-linux source produce some binaries with setuid bit set do_install function produce binaries in /sbin and /bin with uid:gid of user who build image this lead to messages like this: mount /dev/sdb1 /mnt/flash mount: only root can do that (effective UID is 1000) this patch changing owner of