SELinux: Add an extension alias under the OS-agnostic "Flask" name.
This commit is contained in:
		
							parent
							
								
									656d3d7623
								
							
						
					
					
						commit
						79dd600942
					
				| 
						 | 
					@ -2031,6 +2031,8 @@ SELinuxExtensionInit(INITARGS)
 | 
				
			||||||
			    ProcSELinuxDispatch, SProcSELinuxDispatch,
 | 
								    ProcSELinuxDispatch, SProcSELinuxDispatch,
 | 
				
			||||||
			    SELinuxResetProc, StandardMinorOpcode);
 | 
								    SELinuxResetProc, StandardMinorOpcode);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    AddExtensionAlias("Flask", extEntry);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Label objects that were created before we could register ourself */
 | 
					    /* Label objects that were created before we could register ourself */
 | 
				
			||||||
    SELinuxLabelInitial();
 | 
					    SELinuxLabelInitial();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue