varlink / rust

Rust implementation of the Varlink protocol

Home Page:https://docs.rs/varlink/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please expand `varlink::ListenConfig` to support socker permission

cathay4t opened this issue · comments

In order to allowing everyone to talk to varlink socket file, I would like to set the socket file permission to 0666.

The possible ways I found is:

  • Implement varlink::VarlinkService::handle by myself.
  • Use service activator, still trying, not sure it works or not.

Can you expand ListenConfig so that varlink::listen() could set it?

Aha. Thanks for the lighting speed response.