Compare commits
	
		
			2 Commits
		
	
	
		
			8e1c325f98
			...
			56165c0b76
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						56165c0b76
	
				 | 
					
					
						|||
| 
						
						
							
						
						b1ee452890
	
				 | 
					
					
						
							
								
								
									
										16
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								README.md
									
									
									
									
									
								
							@@ -30,9 +30,21 @@ Currently, there is no installer implemented.
 | 
			
		||||
 | 
			
		||||
## Usage
 | 
			
		||||
 | 
			
		||||
`icfs <FUSE arguments> [target directory]`
 | 
			
		||||
```
 | 
			
		||||
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.
 | 
			
		||||
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.
 | 
			
		||||
 | 
			
		||||
### Development build
 | 
			
		||||
 | 
			
		||||
Execute this command in the root directory of this project:
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
env PATH="$(realpath ./build):$PATH" build/icfs <FUSE arguments> [target directory] [path to permanent permission database]
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
The `env PATH="$(realpath ./build):$PATH"` adds the access dialogue program to PATH, allowing ICFS to call it seamlessly.
 | 
			
		||||
 | 
			
		||||
## Docs
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user