You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,6 @@
7
7
This repository contains a Rust client for consuming the API provided by the [Parsec service](https://github.com/parallaxsecond/parsec).
8
8
The low-level functionality that this library uses for IPC is implemented in the [interface crate](https://github.com/parallaxsecond/parsec-interface-rs).
9
9
10
-
## Filesystem permission check
11
-
12
-
To make sure that the client is communicating with a trusted Parsec service, some permission checks
13
-
are done on the socket location. Please see the
14
-
[Recommendations for Secure Deployment](https://parallaxsecond.github.io/parsec-book/threat_model/secure_deployment.html)
15
-
for more information.
16
-
This feature is activated by default but, knowing the risks, you can remove it with:
17
-
```
18
-
cargo build --features no-fs-permission-check
19
-
```
20
-
It is also desactivated for testing.
21
-
22
10
## License
23
11
24
12
The software is provided under Apache-2.0. Contributions to this project are accepted under the same license.
0 commit comments