Re: [blfs-dev] [blfs-book] r11672 - trunk/BOOK/postlfs/security

2013-08-22 Thread Bruce Dubbs
kre...@higgs.linuxfromscratch.org wrote:
> Author: krejzi
> Date: Thu Aug 22 13:45:41 2013
> New Revision: 11672
>
> Log:
> minor acl fixes.
>
> Modified:
> trunk/BOOK/postlfs/security/acl.xml
> trunk/BOOK/postlfs/security/attr.xml
>
amp;
> -chmod -v 755 /usr/lib/libattr.so.1.1.0 &&
> +chmod -v 755 /usr/lib/libattr.so &&

I think libattr.so is a symlink.  These are the wrong permissions.

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] [blfs-book] r11672 - trunk/BOOK/postlfs/security

2013-08-22 Thread Armin K.
On 08/22/2013 10:55 PM, Bruce Dubbs wrote:
> kre...@higgs.linuxfromscratch.org wrote:
>> Author: krejzi
>> Date: Thu Aug 22 13:45:41 2013
>> New Revision: 11672
>>
>> Log:
>> minor acl fixes.
>>
>> Modified:
>> trunk/BOOK/postlfs/security/acl.xml
>> trunk/BOOK/postlfs/security/attr.xml
>>
> amp;
>> -chmod -v 755 /usr/lib/libattr.so.1.1.0 &&
>> +chmod -v 755 /usr/lib/libattr.so &&
> 
> I think libattr.so is a symlink.  These are the wrong permissions.
> 
>-- Bruce
> 

Doesn't matter, still works fine. Shorter to write, safer if soname
changes and it will always change permissions of the thing it's symlink to.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] [blfs-book] r11672 - trunk/BOOK/postlfs/security

2013-08-22 Thread Bruce Dubbs
Armin K. wrote:
> On 08/22/2013 10:55 PM, Bruce Dubbs wrote:
>> kre...@higgs.linuxfromscratch.org wrote:
>>> Author: krejzi
>>> Date: Thu Aug 22 13:45:41 2013
>>> New Revision: 11672
>>>
>>> Log:
>>> minor acl fixes.
>>>
>>> Modified:
>>>  trunk/BOOK/postlfs/security/acl.xml
>>>  trunk/BOOK/postlfs/security/attr.xml
>>>
>> amp;
>>> -chmod -v 755 /usr/lib/libattr.so.1.1.0 &&
>>> +chmod -v 755 /usr/lib/libattr.so &&
>>
>> I think libattr.so is a symlink.  These are the wrong permissions.

> Doesn't matter, still works fine. Shorter to write, safer if soname
> changes and it will always change permissions of the thing it's symlink to.

OK.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page