aboutsummaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authorltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-08 15:25:38 +0000
committerltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-08 15:25:38 +0000
commit824e3605cf8644295dc837a17f329c2e2bd619a3 (patch)
tree02aff59dab901063436b9f22074566765564ec84 /cfg.c
parentaf1aa94e53eea7a721806610ffdad0affe8d2d0f (diff)
downloadlcd4linux-824e3605cf8644295dc837a17f329c2e2bd619a3.tar.gz
[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
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c9
1 files changed, 6 insertions, 3 deletions
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;