From 824e3605cf8644295dc837a17f329c2e2bd619a3 Mon Sep 17 00:00:00 2001 From: ltoetsch Date: Thu, 8 Mar 2001 15:25:38 +0000 Subject: [lcd4linux @ 2001-03-08 15:25:38 by ltoetsch] improved exec git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@103 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- cfg.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'cfg.c') diff --git a/cfg.c b/cfg.c index 89061a2..634448f 100644 --- a/cfg.c +++ b/cfg.c @@ -1,4 +1,4 @@ -/* $Id: cfg.c,v 1.10 2001/03/07 18:10:21 ltoetsch Exp $ +/* $Id: cfg.c,v 1.11 2001/03/08 15:25:38 ltoetsch Exp $ * * config file stuff * @@ -20,6 +20,9 @@ * * * $Log: cfg.c,v $ + * Revision 1.11 2001/03/08 15:25:38 ltoetsch + * improved exec + * * Revision 1.10 2001/03/07 18:10:21 ltoetsch * added e(x)ec commands * @@ -221,8 +224,8 @@ static int check_cfg_file(char *file) * we will check that: * - file is a normal file (or /dev/null) * - file owner is owner of program - * - file is not writeable by group - * - file is not writeable by other + * - file is not accessible by group + * - file is not accessible by other */ uid_t uid, gid; -- cgit v1.2.3