SELinux Policy Prevents installation #1

Closed
opened 2024-01-15 14:22:55 +00:00 by ptoal · 1 comment
Owner

When running the installer from the panel, it breaks with this error:

Panel 1.11.5, Wings 1.11.8 running on Fedora CoreOS 39. Running the installer for Minecraft Paper results in an error: ash: can't open '/mnt/install/install.sh': Permission denied

audit2allow suggests a policy file with allow container_t tmp_t:file open;

module pterodactyl 1.0;

require {
	type tmp_t;
	type container_t;
	class file open;
}

#============= container_t ==============
allow container_t tmp_t:file open;

Need to create a long-term fix for this. For now, creating the suggested policy, and applying it is a workaround.

Question: Is this an upstream bug?
Workaround could be to push this policy on new Wings server deployments.

When running the installer from the panel, it breaks with this error: Panel 1.11.5, Wings 1.11.8 running on Fedora CoreOS 39. Running the installer for Minecraft Paper results in an error: ash: can't open '/mnt/install/install.sh': Permission denied audit2allow suggests a policy file with allow container_t tmp_t:file open; ``` module pterodactyl 1.0; require { type tmp_t; type container_t; class file open; } #============= container_t ============== allow container_t tmp_t:file open; ``` Need to create a long-term fix for this. For now, creating the suggested policy, and applying it is a workaround. Question: Is this an upstream bug? Workaround could be to push this policy on new Wings server deployments.
Author
Owner

No longer an issue on the new server.

No longer an issue on the new server.
ptoal closed this issue 2025-12-10 00:56:37 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Pwn9/Infra#1
No description provided.