mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:12:45 +00:00 
			
		
		
		
	Kernel+Userland: Add mount MS_SRCHIDDEN option
Either we mount from a loop device or other source, the user might want to obfuscate the given source for security reasons, so this option will ensure this will happen. If passed during a mount, the source will be hidden when reading from the /sys/kernel/df node.
This commit is contained in:
		
							parent
							
								
									0739b5df11
								
							
						
					
					
						commit
						0734de9f9a
					
				
					 3 changed files with 21 additions and 11 deletions
				
			
		|  | @ -30,6 +30,7 @@ extern "C" { | |||
| #define MS_WXALLOWED (1 << 6) | ||||
| #define MS_AXALLOWED (1 << 7) | ||||
| #define MS_NOREGULAR (1 << 8) | ||||
| #define MS_SRCHIDDEN (1 << 9) | ||||
| 
 | ||||
| enum { | ||||
|     _SC_MONOTONIC_CLOCK, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Liav A
						Liav A