mirror of
				https://github.com/brain-hackers/buildbrain
				synced 2025-11-04 14:28:34 +09:00 
			
		
		
		
	Fix sudoers
This commit is contained in:
		@@ -18,11 +18,10 @@ Defaults	secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# User privilege specification
 | 
					# User privilege specification
 | 
				
			||||||
root	ALL=(ALL:ALL) ALL
 | 
					root	ALL=(ALL:ALL) ALL
 | 
				
			||||||
takumi	ALL=(ALL:ALL) ALL
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Allow members of group sudo to execute any command
 | 
					# Allow members of group sudo to execute any command
 | 
				
			||||||
%sudo	ALL=(ALL:ALL) ALL
 | 
					%sudo	ALL=(ALL:ALL) ALL
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# See sudoers(5) for more information on "#include" directives:
 | 
					# See sudoers(5) for more information on "@include" directives:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#includedir /etc/sudoers.d
 | 
					@includedir /etc/sudoers.d
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user