bug-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Non privileged user from cfrun


From: Christian Pearce
Subject: Non privileged user from cfrun
Date: Tue, 22 Jun 2004 09:29:53 -0400


        It is trying to write to the .cfengine directory in the users
        home
        directory.  This differs from the rest of the code that uses
        .cfagent.
        
        --- crypto.c-orig       2004-06-21 13:13:01.057955289 -0400
        +++ crypto.c    2004-06-21 13:13:10.126435211 -0400
        @@ -148,7 +148,7 @@
               {
               FatalError("You do not have a HOME variable pointing to
        your home
        directory");
               }
        -  
        snprintf(filename,CF_BUFSIZE,"%s/.cfengine/ppkeys/%s.pub",sp,name);
        +  
        snprintf(filename,CF_BUFSIZE,"%s/.cfagent/ppkeys/%s.pub",sp,name);
            }
         else
            {
        
-- 
Christian Pearce
http://www.commnav.com
http://www.perfectorder.com






reply via email to

[Prev in Thread] Current Thread [Next in Thread]