mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 e79e840607
			
		
	
	
	e79e840607
	
	
	
		
			
			1. don't put generated files into ${CMAKE_CURRENT_SOURCE_DIR}
2. policy file name must match the module name (Fedora 24 requirement)
		
	
			
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| module mariadb 1.0;
 | |
| 
 | |
| require {
 | |
|         type mysqld_safe_t;
 | |
|         class capability { setuid setgid };
 | |
| }
 | |
| 
 | |
| #============= mysqld_safe_t ==============
 | |
| allow mysqld_safe_t self:capability { setuid setgid };
 |