Skip to content

Commit 12955d2

Browse files
committed
Vagrantfile: fix comments about SELinux
SELinux has been enforcing since commit a7f24b2 (PR 4698, v1.5.0) Signed-off-by: Akihiro Suda <[email protected]>
1 parent 88c8480 commit 12955d2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Vagrantfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ EOF
222222
SHELL
223223
end
224224

225-
# SELinux is permissive by default (via provisioning) in this VM. To re-run with SELinux enforcing:
226-
# vagrant up --provision-with=selinux-enforcing,test-integration
225+
# SELinux is Enforcing by default (via provisioning) in this VM. To re-run with SELinux disabled:
226+
# SELINUX=Disabled vagrant up --provision-with=selinux,test-integration
227227
#
228228
config.vm.provision "test-integration", type: "shell", run: "never" do |sh|
229229
sh.upload_path = "/tmp/test-integration"
@@ -245,8 +245,8 @@ EOF
245245
SHELL
246246
end
247247

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

0 commit comments

Comments
 (0)