plus3it / spel

STIG-Partitioned Enterprise Linux (spel)
Other
91 stars 61 forks source link

[ENHANCEMENT] Allow Post-Build Packer-Tests To Run With A (SELinux) Confined-User #608

Closed ferricoxide closed 1 year ago

ferricoxide commented 1 year ago

Currently, the packer-based build-tests expect that the user created by cloud-init will be an unconfined user. In order to validate images that use a (SELinu) confined-user, it is necessary to update the testing Packer HCL file to request a suitable role when executing sudo commands

ferricoxide commented 1 year ago

Potential fix is in 5dd9def

ferricoxide commented 1 year ago

Note: this modification enables the completion of https://github.com/plus3it/amigen7/issues/120 and https://github.com/plus3it/amigen8/issues/85.