Closed jeff-hillman closed 2 years ago
Hi Jeff
Looking at the output, it seems that it's complaining about permissions on filesystem. I can only guess which file it's complaining about (probably /usr/sbin/lldpcli). Either way, lldpd charm does not create that file, or any other file on the filesystem (unless explicitly asked). You are most probably having an issue with lldpd package itself and it's requirement to use setuid, which I could imagine, DISA doesn't like. Closing this as a non-issue for lldpd charm.
ubuntu 20.04.5 juju 2.9.37 charm latest/stable rev CH:9
When running
sudo usg fix disa_stig
against an ubuntu 20.04.5 machine, it becomes DISA-STIG compliant.running
juju add-machine <user>@<ip>
and thenjuju deploy ubuntu --to 0; juju deploy lldpd; juju add-relation lldpd ubuntu'
causes DISA-STIG to no longer be compliantSpecifically, running a diff against the compliant results
sudo usg audit disa_stig
and then against the newly deployed lldpd charm causes the following diff:and
lldpd charm is breaking the file_groupownership_system_commands_dirs and file_groupownership_system_commands_dirs DISA-STIG compliance.