go-debos / fakemachine

fake a machine
Apache License 2.0
34 stars 37 forks source link

Expose java configuration directories in the fakemachine #185

Closed sjoerdsimons closed 8 months ago

sjoerdsimons commented 8 months ago

openjdk, at least on debian, places its default profiles and security configuration in /etc/java--openjdk. For some functionality of java those files are required so add them into the fakemachine.

Note this adds all /etc/java* directories for robustness so we don't regress if the path pattern somewhat changes.