7 Nov
2011
7 Nov
'11
12:39 a.m.
On Mon, Nov 7, 2011 at 11:27 AM, Dave Reisner <d@falconindy.com> wrote:
ds a 'parse_envfile' function that reads files such as /etc/locale.conf and /etc/vconsole.conf without sourcing them as bash logic. Several benefits are realized from this:
- Impossible to execute arbitrary code - Bad syntax won't prevent the entire file from being read - Possible to limit what variables are allowed
Awesome! -t