 422f03e9ac
			
		
	
	
		422f03e9ac
		
			
		
	
	
	
	
		
			
			It is the same as qubes.VMShell - the actual difference is in qrexec policy, which contains 'user=root' option. QubesOS/qubes-issues#2572
		
			
				
	
	
		
			5 lines
		
	
	
		
			142 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			142 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| # This is the same as qubes.VMShell. The actual difference is in qrexec policy,
 | |
| # which contains 'user=root' option.
 | |
| exec /bin/bash
 |