Skip to content

Commit

Permalink
add tofi to arch install
Browse files Browse the repository at this point in the history
  • Loading branch information
ahub2 committed Oct 1, 2022
1 parent b63a037 commit d875d8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions installers/arch/arch-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@ wireless() {

harden() {
#install required programs
sudo pacman -S firejail apparmor
sudo pacman -S apparmor firejail

#enable apparmor service
sudo systemctl enable apparmor.service
sudo systemctl start apparmor.service

#configure apparmor to use firejail and configure firejail to automatically run for supported programs
sudo apparmor_parser -r /etc/apparmor.d/firejail-default
sudo firecfg
sudo apparmor_parser -r /etc/apparmor.d/firejail-default
sudo firecfg

#add user to /etc/firejail/firejail.users if it is not already in the file
add user to /etc/firejail/firejail.users if it is not already in the file
if [ -z "$(grep "$USER" /etc/firejail/firejail.users)" ]; then
sudo sh -c "echo '$USER' >> /etc/firejail/firejail.users"
fi
Expand Down
1 change: 1 addition & 0 deletions installers/arch/pkgs/aur.list
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ autotiling
cli-visualizer
wob
wayland-idle-inhibitor-git
tofi
1 change: 0 additions & 1 deletion installers/arch/pkgs/base.list
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ firefox
ungoogled-chromium
flatpak
waylock
bemenu-wayland
foot
foot-terminfo
libsixel
Expand Down

0 comments on commit d875d8b

Please sign in to comment.