Skip to content

Commit 8009948

Browse files
AkihiroSudathaJeztah
authored andcommitted
Vagrantfile: fix comments about SELinux
SELinux has been enforcing since commit a7f24b2 (PR 4698, v1.5.0) Signed-off-by: Akihiro Suda <[email protected]> (cherry picked from commit 12955d2) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 550424f commit 8009948

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Vagrantfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ EOF
215215
SHELL
216216
end
217217

218-
# SELinux is permissive by default (via provisioning) in this VM. To re-run with SELinux enforcing:
219-
# vagrant up --provision-with=selinux-enforcing,test-integration
218+
# SELinux is Enforcing by default (via provisioning) in this VM. To re-run with SELinux disabled:
219+
# SELINUX=Disabled vagrant up --provision-with=selinux,test-integration
220220
#
221221
config.vm.provision "test-integration", type: "shell", run: "never" do |sh|
222222
sh.upload_path = "/tmp/test-integration"
@@ -237,8 +237,8 @@ EOF
237237
SHELL
238238
end
239239

240-
# SELinux is permissive by default (via provisioning) in this VM. To re-run with SELinux enforcing:
241-
# vagrant up --provision-with=selinux-enforcing,test-cri
240+
# SELinux is Enforcing by default (via provisioning) in this VM. To re-run with SELinux disabled:
241+
# SELINUX=Disabled vagrant up --provision-with=selinux,test-cri
242242
#
243243
config.vm.provision "test-cri", type: "shell", run: "never" do |sh|
244244
sh.upload_path = "/tmp/test-cri"

0 commit comments

Comments
 (0)