WithSecureLabs / awspx

A graph-based tool for visualizing effective access and resource relationships in AWS environments.
GNU General Public License v3.0
920 stars 102 forks source link

Issues when using podman on fedora 33 #43

Closed unsubtleguy closed 3 years ago

unsubtleguy commented 3 years ago

When using Fedora 33 and podman, the INSTALL script doesn't consider selinux, and the container won't be able to write to /opt/awspx

I changed the mount options to include the ":z" suffix, which relabeled the directory and the container could write to it.

I.e. -v $(MOUNT)/data:/opt/awspx:z

beatro0t commented 3 years ago

Hey @unsubtleguy, sorry about the delay in getting back to you. Thanks for this, I had no idea! Please feel free to submit a PR so i can credit you, otherwise I will happily commit the change