fix: revert plugs system-bin-files

This commit is contained in:
ty
2024-05-23 15:52:03 +08:00
parent be2f28fa7d
commit 2a46083553

View File

@@ -19,25 +19,25 @@ source-code: https://github.com/shadowsocks/shadowsocks-rust
apps:
sslocal:
command: bin/sslocal
plugs: [network, network-bind, network-control, home, system-bin-files]
plugs: [network, network-bind, network-control, home]
aliases: [sslocal]
sslocal-daemon:
command: bin/sslocal
daemon: simple
install-mode: disable
plugs: [network, network-bind, network-control, home, system-bin-files]
plugs: [network, network-bind, network-control, home]
ssserver:
command: bin/ssserver
plugs: [network, network-bind, home, system-bin-files]
plugs: [network, network-bind, home]
aliases: [ssserver]
ssserver-daemon:
command: bin/ssserver
daemon: simple
install-mode: disable
plugs: [network, network-bind, home, system-bin-files]
plugs: [network, network-bind, home]
ssurl:
command: bin/ssurl
@@ -45,7 +45,7 @@ apps:
ssmanager:
command: bin/ssmanager
plugs: [network, network-bind, home, system-bin-files]
plugs: [network, network-bind, home]
aliases: [ssmanager]
passthrough: