libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Are *.la files supposed to be executable?


From: Tim Rice
Subject: Re: Are *.la files supposed to be executable?
Date: Sat, 9 Jan 2021 17:04:45 -0800 (PST)
User-agent: Alpine 2.11 (UW2 23 2013-08-11)

Hi Jeff,

On Sat, 9 Jan 2021, Jeffrey Walton wrote:

> Hi Everyone,
> 
> I'm auditing $prefix for ownership and permissions. I noticed *.la
> files are executable:
> 
> $ ls -Al /usr/local/lib/libgettextlib.la
> -rwxr-xr-x 1 root root 1078 Jan  8 15:58 /usr/local/lib/libgettextlib.la
[snip]
> Are the *.la files supposed to be executable?

Since libtool sources the .la files, they do not need to be executable.
You will see a mix of executable and non-executable in various distos.
My packaging scripts do a chmod 644 on them.
 
> Jeff
> 

-- 
Tim Rice                                Multitalents
tim@multitalents.net





reply via email to

[Prev in Thread] Current Thread [Next in Thread]