Linux/SELinux.md
... ...
@@ -30,15 +30,15 @@
30 30
- Disabled → Permissive/Enforcing の場合、再起動時に再ラベル付けが行われるため、起動に時間が掛かることがある。
31 31
- /etc/selinux/config
32 32
- Permissive
33
- ```
34
- SELINUX=permissive
35
- SELINUXTYPE=targeted
36
- ```
33
+ ```
34
+ SELINUX=permissive
35
+ SELINUXTYPE=targeted
36
+ ```
37 37
- Enforcing
38
- ```
39
- SELINUX=enforcing
40
- SELINUXTYPE=targeted
41
- ```
38
+ ```
39
+ SELINUX=enforcing
40
+ SELINUXTYPE=targeted
41
+ ```
42 42
43 43
- [第2章 SELinux のステータスおよびモードの変更 Red Hat Enterprise Linux 8 | Red Hat Customer Portal](https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/8/html/using_selinux/changing-selinux-states-and-modes_using-selinux)
44 44