Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs

2016-11-03 Thread Kumar, Shrawan
nal Message- From: Joshua G Lock [mailto:joshua.g.l...@linux.intel.com] Sent: Friday, August 12, 2016 7:22 PM To: Kumar, Shrawan; yocto@yoctoproject.org Subject: Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs On Fri, 2016-08-12 at 12:33 +, Kum

Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs

2016-10-27 Thread Kumar, Shrawan
cto@yoctoproject.org Subject: Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs On Fri, 2016-08-12 at 12:33 +, Kumar, Shrawan wrote: > Hello All, >   > I am  using  poky “ jethro”  , and  though  one of my recipe, I have > created user1 &a

Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs

2016-08-17 Thread Joshua G Lock
e- > From: Joshua G Lock [mailto:joshua.g.l...@linux.intel.com]  > Sent: Wednesday, August 17, 2016 1:22 AM > To: Kumar, Shrawan; yocto@yoctoproject.org > Subject: Re: [yocto] Access Control List (ACL) permissions attributes > not getting preserved in rootfs > > On T

Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs

2016-08-16 Thread Kumar, Shrawan
Shrawan -Original Message- From: Joshua G Lock [mailto:joshua.g.l...@linux.intel.com] Sent: Wednesday, August 17, 2016 1:22 AM To: Kumar, Shrawan; yocto@yoctoproject.org Subject: Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs On Tue, 2016-08

Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs

2016-08-16 Thread Joshua G Lock
nal Message- > From: Joshua G Lock [mailto:joshua.g.l...@linux.intel.com]  > Sent: Friday, August 12, 2016 7:22 PM > To: Kumar, Shrawan; yocto@yoctoproject.org > Subject: Re: [yocto] Access Control List (ACL) permissions attributes > not getting preserved in rootfs > > On Fri, 2016-08-12

Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs

2016-08-16 Thread Kumar, Shrawan
rg Subject: Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs On Fri, 2016-08-12 at 12:33 +, Kumar, Shrawan wrote: > Hello All, >   > I am  using  poky “ jethro”  , and  though  one of my recipe, I have > created user1 & user2 and then t

Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs

2016-08-12 Thread Joshua G Lock
On Fri, 2016-08-12 at 12:33 +, Kumar, Shrawan wrote: > Hello All, >   > I am  using  poky “ jethro”  , and  though  one of my recipe, I have > created user1 & user2 and then trying to set ACL rules  on > “helloworld” bin as below : >   >   > do_install() { >    install -d

[yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs

2016-08-12 Thread Kumar, Shrawan
Hello All, I am using poky " jethro" , and though one of my recipe, I have created user1 & user2 and then trying to set ACL rules on "helloworld" bin as below : do_install() { install -d ${D}${bindir} install -m 0700 helloworld ${D}${bindir}