Remove FreeBSD specific security config

Since we're going to require clients to have been spawned by sway to be
trusted, we can ditch the FreeBSD config
This commit is contained in:
Drew DeVault 2018-07-28 11:23:12 -04:00
parent b80a4b27f1
commit 14f89600a8
2 changed files with 6 additions and 34 deletions

View file

@ -168,21 +168,12 @@ configure_file(
install_dir: sysconfdir + '/sway'
)
if is_freebsd
configure_file(
configuration: config,
input: 'security.d/10-freebsd.in',
output: '@BASENAME@',
install_dir: sysconfdir + '/sway/security.d'
)
else
configure_file(
configuration: config,
input: 'security.d/00-defaults.in',
output: '@BASENAME@',
install_dir: sysconfdir + '/sway/security.d'
)
endif
configure_file(
configuration: config,
input: 'security.d/00-defaults.in',
output: '@BASENAME@',
install_dir: sysconfdir + '/sway/security.d'
)
install_data(
'sway.desktop',