Skip to content

After upgrade to 11.0.93 firmware, my eap application can no longer access network #82

Closed Answered by mattias-kindborg-at-work
hqm asked this question in ACAP
Discussion options

You must be logged in to vote

As a security measure disabling network access for all services was implemented. If you install a service you can add the service to a whitelist to grant it access to the network.

Create the file /etc/systemd/system/<service>.service.d/50-axis-network.conf, where <service> is the name of your service, with the following content:

[Service]
PrivateNetwork=no
CapabilityBoundingSet=~

If you know exactly what capabilities your service needs, then it will be better to specify only the ones that you need instead of resetting everything by setting it to nothing (meaning your service will have all kinds of capabilities, which is not desired in a security perspective).

Replies: 7 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hqm
Comment options

Answer selected by mattias-kindborg-at-work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ACAP
Labels
None yet
2 participants