bug#16094: bug: cp/mv cannot copy/move a file's extended attrs if they start with 'security'

2013-12-10 Thread Pádraig Brady
On 12/09/2013 11:15 PM, Linda Walsh wrote: On 12/9/2013 2:24 PM, Pádraig Brady wrote: So what's up with this? Shouldn't the NTACL be able to be stored/moved with the file? This would be security policy enforced by the system I suspect. I.E. mv is not filtering these explicitly.

bug#16094: bug: cp/mv cannot copy/move a file's extended attrs if they start with 'security'

2013-12-10 Thread Linda Walsh
On 12/10/2013 12:52 AM, Pádraig Brady wrote: Note since you're writing to /tmp it might be an issue with tmpfs? df /tmp Filesystem Size Used Avail Use% Mounted on /dev/sdc2 7.8G 3.5G 4.4G 45% /tmp xfs_info /tmp meta-data=/dev/sdc2 isize=256agcount=4,

bug#16094: bug: cp/mv cannot copy/move a file's extended attrs if they start with 'security'

2013-12-09 Thread Linda Walsh
I saved a file to my home directory on linux via windows. I wanted to move it to /tmp. I got: mv /home/law/tmp/oVars.pm /tmp mv: setting attribute ‘security.NTACL’ for ‘security.NTACL’: Operation not permitted So what's up with this? Shouldn't the NTACL be able to be stored/moved with

bug#16094: bug: cp/mv cannot copy/move a file's extended attrs if they start with 'security'

2013-12-09 Thread Pádraig Brady
tag 16094 notabug stop On 12/09/2013 08:09 PM, Linda Walsh wrote: I saved a file to my home directory on linux via windows. I wanted to move it to /tmp. I got: mv /home/law/tmp/oVars.pm /tmp mv: setting attribute ‘security.NTACL’ for ‘security.NTACL’: Operation not permitted So

bug#16094: bug: cp/mv cannot copy/move a file's extended attrs if they start with 'security'

2013-12-09 Thread Linda Walsh
On 12/9/2013 2:24 PM, Pádraig Brady wrote: So what's up with this? Shouldn't the NTACL be able to be stored/moved with the file? This would be security policy enforced by the system I suspect. I.E. mv is not filtering these explicitly. Ideas as to how? I.e. Is it part of the gnu