Remove allowed shell check from swayrun

Because swayrun should be run from a safe environment, validating
the user's shell against /etc/shells seems unnecessary.
This commit is contained in:
Corey Hinshaw 2019-02-10 20:41:04 -05:00
parent f1d64f811d
commit eb22dee79c
3 changed files with 5 additions and 44 deletions

View file

@ -1,7 +1,5 @@
executable(
'swayrun',
'main.c',
include_directories: [sway_inc],
link_with: [lib_sway_common],
install: true
)