Updated readme
This commit is contained in:
parent
49f4612c6e
commit
77775e4097
@ -26,7 +26,8 @@ Traditional access control mechanisms in operating systems allow the same level
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Currently, there is no installer implemented.
|
- `make install`
|
||||||
|
- Uninstall with `make uninstall`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -34,7 +35,7 @@ Currently, there is no installer implemented.
|
|||||||
icfs <FUSE arguments> [target directory] [path to permanent permission database]
|
icfs <FUSE arguments> [target directory] [path to permanent permission database]
|
||||||
```
|
```
|
||||||
|
|
||||||
The filesystem will be mounted over the target directory, and ask user permission every time a file in that directory is opened. We highly recommend adding `-o default_permissions` to increase performance and add an additional security layer.
|
The filesystem will be mounted over the target directory, and ask user permission every time a file in that directory is opened. We highly recommend adding `-o default_permissions` to increase performance and add an additional security layer. If you have installed icfs along with `/etc/icfs` folder, you can create your permanent permission databases in this folder (you might want to do this, if your home folder does not have the "execute" permission for other users).
|
||||||
|
|
||||||
### Development build
|
### Development build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user