[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vile] Oddity after installing vile
From: |
Brendan O'Dea |
Subject: |
Re: [vile] Oddity after installing vile |
Date: |
Thu, 6 Aug 2015 00:45:11 +1000 |
On 5 August 2015 at 22:50, Steven Lembark <address@hidden> wrote:
> --- .vilerc ------------------------------------- ...
> [Skipping '/opt/bin/vile' (insecure permissions)]
My reading of the code suggests that this would only occur in the case
where argv[0] doesn't get the full path, and cfg_locate is used to
find the vile executable in order to set VILE_STARTUP_PATH. This
branch ends up calling locate_fname, then check_file_access which is
complaining since you are not the owner of either /opt/bin or
/opt/bin/vile.
Does this occur if you invoke vile as /opt/bin/vile explicitly?
--bod