X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fanalysisd%2Factive-response.c;h=f6f24147a87f45f1b03a8f99eb514910c45f9154;hb=ff0e686ac67bbd82b60c277eb324910dbc60f65f;hp=5827ad94da852be8f1daba96041e66124cd0f795;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/analysisd/active-response.c b/src/analysisd/active-response.c index 5827ad9..f6f2414 100755 --- a/src/analysisd/active-response.c +++ b/src/analysisd/active-response.c @@ -1,15 +1,16 @@ -/* @(#) $Id: active-response.c,v 1.26 2009/06/24 17:06:21 dcid Exp $ */ +/* @(#) $Id: ./src/analysisd/active-response.c, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * Foundation */ - + #include "shared.h" #include "active-response.h" @@ -55,7 +56,7 @@ int AR_ReadConfig(int test_config, char *cfgfile) /* Setting right permission */ - chmod(DEFAULTARPATH, 0444); + chmod(DEFAULTARPATH, 0440); /* Reading configuration */