mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	Commit124ab1dc0aand5523ee3459introduced the assignment of the group "tty" to /dev/tty* devices in order to support unprivileged user access to serial devices. However, due to an improperly rebased commit this feature broke. This patch restores the lost hunk in hotplug.json file to re-introduce this feature and also renames the existing "tty" group to "dialout" as this is the more typical name for such a group on desktop systems. Fixes:5209cfa534("procd: fix hotplug.json syntax") Signed-off-by: Michael Heimpold <mhei@heimpold.de> Acked-by: Jo-Philipp Wich <jo@mein.io>
		
			
				
	
	
		
			12 lines
		
	
	
		
			137 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			137 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| root:x:0:
 | |
| daemon:x:1:
 | |
| adm:x:4:
 | |
| mail:x:8:
 | |
| dialout:x:20:
 | |
| audio:x:29:
 | |
| www-data:x:33:
 | |
| ftp:x:55:
 | |
| users:x:100:
 | |
| network:x:101:
 | |
| nogroup:x:65534:
 |