Skip to content

Conversation

larsewi
Copy link
Contributor

@larsewi larsewi commented Oct 13, 2025

$ cat test.cf 
bundle agent __main__ {
  vars:
    "default_acls"
      slist => getacls("/etc", "default");
    "access_acls"
      slist => getacls("/tmp/bar", "access");
  reports:
    "Default acl: $(default_acls)";
    "Access acl: $(access_acls)";
}
$ sudo /var/cfengine/bin/cf-agent -KIf ~/test.cf 
R: Access acl: user::rwx
R: Access acl: group::rwx
R: Access acl: other::r-x

Changelog: Title
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
@larsewi
Copy link
Contributor Author

larsewi commented Oct 13, 2025

@cf-bottom Jenkins please :)

@cf-bottom
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants