mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-02-11 15:14:01 -05:00
- startwl: move `chmod` out of if statement (ensure $XDG_RUNTIME_DIR properly has 0700 permission) - doas: add Void specified config - nftables: add note for future changes to block rules - grub: disable submenu
7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
# Void specified
|
|
permit persist setenv { SVDIR=/var/service LANG=$LANG } :wheel as root
|
|
permit nopass :wheel cmd reboot
|
|
permit nopass :wheel cmd poweroff
|
|
permit nopass :wheel cmd zzz
|
|
permit nopass :wheel cmd vsv args
|