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