Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module: allow to configure module user/group #272

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Thomas-Gelf
Copy link

Motivation: for security reasons they shouldn't belong to the Wildfly user. Also,
when installing Wildfly via RPM the current implementation fails on mkdir -p,
as the modules directory belongs to root.

I didn't want to change file ownership handling throughout the whole module. So
this fix allows those who depend on RPMs and those who want to not grant the web
server write access to it's binaries the possibility to achieve that goal.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 74.854% when pulling 0816712 on Thomas-Gelf:feature/allow-to-configure-module-user into 4c118ff on biemond:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 74.854% when pulling 0816712 on Thomas-Gelf:feature/allow-to-configure-module-user into 4c118ff on biemond:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 74.854% when pulling 0816712 on Thomas-Gelf:feature/allow-to-configure-module-user into 4c118ff on biemond:master.

@coveralls
Copy link

coveralls commented Oct 11, 2019

Coverage Status

Coverage remained the same at 74.854% when pulling e10346c on Thomas-Gelf:feature/allow-to-configure-module-user into 4c118ff on biemond:master.

Motivation: for security reasons they shouldn't belong to the Wildfly user. Also,
when installing Wildfly via RPM the current implementation fails on `mkdir -p`,
as the `modules` directory belongs to root.

I didn't want to change file ownership handling throughout the whole module. So
this fix allows those who depend on RPMs and those who want to not grant the web
server write access to it's binaries the possibility to achieve that goal.
@Thomas-Gelf Thomas-Gelf force-pushed the feature/allow-to-configure-module-user branch from 0816712 to e10346c Compare October 11, 2019 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants