I am back to running this as a mortal user, since I got further along this way.

With "-d 1" on cf-serverd, I see:

AccessControl(/home/tsalolia/testcopy2)
AccessControl, match(/home/tsalolia/testcopy2,hwd-ddc-app-prod01)
encrypt request=1
Examining rule in access list (/home/tsalolia/testcopy2,/home/mark/LapTop)?
Examining rule in access list
(/home/tsalolia/testcopy2,/home/mark/.cfagent/bin/cf-agent)?
cf3 Host hwd-ddc-app-prod01 denied access to /home/tsalolia/testcopy2

where does /home/mark come from?

Ok, I found it in site.cf :

#######################################################
# Server configuration
#######################################################

bundle server access_rules()
{
access:

  "/home/mark/LapTop"

    admit   => { "127.0.0.1" };

  "/home/mark/.cfagent/bin/cf-agent"

    admit   => { "127.0.0.1" };

roles:

  ".*"  authorize => { "mark" };
}
_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to