Skip to content

Commit 19d14e4

Browse files
committed
added firewalld and enable at startup
1 parent c0d4d27 commit 19d14e4

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

airootfs/etc/skel/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ alias remove="sudo pacman -R"
4040
alias autoremove="sudo pacman -Rns"
4141

4242
# Fix keyring and gnupg mount isuue
43-
alias fix-keys = "sudo rm -rvf /etc/pacman.d/gnupg && sudo pacman-key --init && sudo pacman-key --populate"
43+
alias fix-keys="sudo rm -rvf /etc/pacman.d/gnupg && sudo pacman-key --init && sudo pacman-key --populate"
4444

4545
# keyboard ctrl+arrow key issue solved
4646
#bindkey '^[[1;5C' forward-word # Ctrl+Right arrow
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Unit]
2+
Description=firewalld - dynamic firewall daemon
3+
After=network.target
4+
5+
[Service]
6+
Type=simple
7+
ExecStart=/usr/bin/firewalld --nofork --nopid
8+
9+
[Install]
10+
WantedBy=multi-user.target
11+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../firewalld.service

airootfs/root/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ alias remove="sudo pacman -R"
4040
alias autoremove="sudo pacman -Rns"
4141

4242
# Fix keyring and gnupg mount isuue
43-
alias fix-keys = "sudo rm -rvf /etc/pacman.d/gnupg && sudo pacman-key --init && sudo pacman-key --populate"
43+
alias fix-keys="sudo rm -rvf /etc/pacman.d/gnupg && sudo pacman-key --init && sudo pacman-key --populate"
4444

4545
# keyboard ctrl+arrow key issue solved
4646
#bindkey '^[[1;5C' forward-word # Ctrl+Right arrow

packages.x86_64

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,6 @@ mcfly
206206
starship
207207
zsh-history-substring-search
208208
#grml-zsh-config
209+
210+
# Firewalld
211+
firewalld

0 commit comments

Comments
 (0)