OSDN Git Service

[update] : Added autostart firewalld
authorhayao <shun819.mail@gmail.com>
Tue, 19 May 2020 06:18:57 +0000 (15:18 +0900)
committerhayao <shun819.mail@gmail.com>
Tue, 19 May 2020 06:18:57 +0000 (15:18 +0900)
channels/lxde/airootfs.i686/root/customize_airootfs_lxde.sh
channels/lxde/airootfs.x86_64/root/customize_airootfs_lxde.sh
channels/plasma/airootfs.x86_64/root/customize_airootfs_plasma.sh
channels/xfce/airootfs.i686/root/customize_airootfs_xfce.sh
channels/xfce/airootfs.x86_64/root/customize_airootfs_xfce.sh

index a70aa89..d67260c 100755 (executable)
@@ -81,4 +81,8 @@ fi
 
 
 # Update system datebase
-dconf update
\ No newline at end of file
+dconf update
+
+
+# firewalld
+systemctl enable firewalld.service
\ No newline at end of file
index fa54417..3aaae00 100755 (executable)
@@ -88,4 +88,8 @@ dconf update
 systemctl enable snapd.apparmor.service
 systemctl enable apparmor.service
 systemctl enable snapd.socket
-systemctl enable snapd.service
\ No newline at end of file
+systemctl enable snapd.service
+
+
+# firewalld
+systemctl enable firewalld.service
\ No newline at end of file
index 3f63bac..329cecd 100755 (executable)
@@ -60,12 +60,18 @@ if [[ -f /home/${username}/.cache/icon-cache.kcache ]]; then
     rm /home/${username}/.cache/icon-cache.kcache
 fi
 
+
 # Snap
 systemctl enable snapd.apparmor.service
 systemctl enable apparmor.service
 systemctl enable snapd.socket
 systemctl enable snapd.service
 
+
+# firewalld
+systemctl enable firewalld.service
+
+
 # Disable services.
 # To disable start up of sddm.
 # If it is enable, Users have to enter password.
index f81128f..8366ca2 100755 (executable)
@@ -76,4 +76,8 @@ systemctl enable bluetooth
 
 
 # Update system datebase
-dconf update
\ No newline at end of file
+dconf update
+
+
+# firewalld
+systemctl enable firewalld.service
\ No newline at end of file
index b1f83eb..558a4af 100755 (executable)
@@ -81,6 +81,9 @@ systemctl enable snapd.socket
 systemctl enable snapd.service
 
 
-
 # Update system datebase
-dconf update
\ No newline at end of file
+dconf update
+
+
+# firewalld
+systemctl enable firewalld.service
\ No newline at end of file