mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
12e151d3e1
- 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
|