File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ After=network.target NetworkManager.service systemd-networkd.service iwd.service
6
6
Type =simple
7
7
LimitNPROC =500
8
8
LimitNOFILE =1000000
9
- CapabilityBoundingSet =CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_TIME CAP_SYS_PTRACE CAP_DAC_READ_SEARCH
10
- AmbientCapabilities =CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_TIME CAP_SYS_PTRACE CAP_DAC_READ_SEARCH
9
+ CapabilityBoundingSet =CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_TIME CAP_SYS_PTRACE CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE
10
+ AmbientCapabilities =CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_TIME CAP_SYS_PTRACE CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE
11
11
Restart =always
12
12
ExecStartPre =/usr/bin/sleep 2s
13
13
ExecStart =/usr/bin/mihomo -d /etc/mihomo
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194
194
195
195
cat > mihomo-${{matrix.jobs.goos}}-${{matrix.jobs.output}}-${VERSION}/DEBIAN/control <<EOF
196
196
Package: mihomo
197
- Version: 1.18.2 -${VERSION}
197
+ Version: 1.18.3 -${VERSION}
198
198
Section:
199
199
Priority: extra
200
200
Architecture: ${ARCH}
You can’t perform that action at this time.
0 commit comments