https://github.com/osquery/osquery logo
#fleet
Title
# fleet
a

Artem

01/18/2021, 4:33 PM
Hello everyone! It seems to me that I did not fully understand the principle of configuring the denylist parameter when editing a pack in fleetctl. I’ve logged in Fleet using fleetctl, got target pack and redirected it to file using
fleetctl get pack test_pack > pack.yml
Then I manually added
denylist: false
option after
version
option and do
fleetctl apply -f pack.yml
But when I do
fleetctl get pack test_pack
again, I don’t see
denylist: false
option. Is that right behavior?
z

zwass

01/19/2021, 12:08 AM
IIRC there's a request to support this. Please take a look at GitHub and file an issue if you don't see one already.
a

Artem

01/19/2021, 7:31 AM
Okay @zwass, thanks! Created https://github.com/fleetdm/fleet/issues/202
3 Views