Skip to content

module: allow to configure module user/group#272

Open
Thomas-Gelf wants to merge 1 commit intovoxpupuli:masterfrom
Thomas-Gelf:feature/allow-to-configure-module-user
Open

module: allow to configure module user/group#272
Thomas-Gelf wants to merge 1 commit intovoxpupuli:masterfrom
Thomas-Gelf:feature/allow-to-configure-module-user

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.

2 participants