Skip to content

Commit

Permalink
ci: remove erroneous SELinux commands (#836)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <alvajus@amazon.com>
  • Loading branch information
pendo324 authored Feb 26, 2025
1 parent 1f06479 commit c337f18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/setup-linux-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ EOF
# these commands need to be run from "runner root" as the root user
cd "${RUNNER_DIR}"
# fix SELinux perms so systemctl can execute
semanage fcontext -d "${RUNNER_DIR}/runsvc.sh"
semanage fcontext -a -t "bin_t" "${RUNNER_DIR}/runsvc.sh"
./svc.sh install "${USERNAME}"
restorecon -Fv "${RUNNER_DIR}/runsvc.sh"
./svc.sh start

0 comments on commit c337f18

Please sign in to comment.