 634a539e16
			
		
	
	
	634a539e16
	
	
	
		
			
			Several places strings tables are used that should be declared const. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: James Morris <jmorris@namei.org>
		
			
				
	
	
		
			33 lines
		
	
	
	
		
			557 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
	
		
			557 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| /* This file is automatically generated.  Do not edit. */
 | |
| static const char *initial_sid_to_string[] =
 | |
| {
 | |
|     "null",
 | |
|     "kernel",
 | |
|     "security",
 | |
|     "unlabeled",
 | |
|     "fs",
 | |
|     "file",
 | |
|     "file_labels",
 | |
|     "init",
 | |
|     "any_socket",
 | |
|     "port",
 | |
|     "netif",
 | |
|     "netmsg",
 | |
|     "node",
 | |
|     "igmp_packet",
 | |
|     "icmp_socket",
 | |
|     "tcp_socket",
 | |
|     "sysctl_modprobe",
 | |
|     "sysctl",
 | |
|     "sysctl_fs",
 | |
|     "sysctl_kernel",
 | |
|     "sysctl_net",
 | |
|     "sysctl_net_unix",
 | |
|     "sysctl_vm",
 | |
|     "sysctl_dev",
 | |
|     "kmod",
 | |
|     "policy",
 | |
|     "scmp_packet",
 | |
|     "devnull",
 | |
| };
 | |
| 
 |