Skip to content

Commit

Permalink
Disable selinux
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jan 18, 2024
1 parent c4bda36 commit 9f06528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ function cleanup {
}
trap cleanup EXIT

setenforce 0

for profile in "${profiles[@]}"; do
profile_builddir="$builddir/$profile";
mkdir -p $profile_builddir; cd "$profile_builddir"
Expand Down

0 comments on commit 9f06528

Please sign in to comment.