mirror of
				https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
				synced 2025-10-31 00:08:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			404 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			404 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Copyright (C) 2012 The Android Open Source Project
 | |
| #
 | |
| # IMPORTANT: Do not create world writable files or directories.
 | |
| # This is a common source of Android security bugs.
 | |
| #
 | |
| 
 | |
| on post-fs-data
 | |
|     mkdir /data/misc/eris 0770 system system
 | |
| 
 | |
| service eris /system/bin/eris
 | |
|     class main
 | |
|     socket eris stream 660 system system
 | |
|     user system
 | |
|     group system net_raw inet net_admin
 | |
|     oneshot
 | |
|     disabled
 | |
| 
 | 
