Fix syntax in SELinux module file.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 9 Jun 2014 14:59:18 +0000 (16:59 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 9 Jun 2014 14:59:18 +0000 (16:59 +0200)
passenger.te

index 6105bda..183184b 100644 (file)
@@ -15,10 +15,12 @@ require {
         type proc_net_t;
         type home_root_t;
         type lib_t;
+        type anon_inodefs_t;
         class sock_file write;
         class tcp_socket listen;
         class dir { search create rmdir };
-        class file { relabelfrom getattr read relabelto open execute execute_no_trans };
+        class file { relabelfrom getattr read relabelto open execute execute_no_trans write };
+        class unix_stream_socket getattr;
 }
 
 #============= httpd_t ==============