git://scientific.zcu.cz
/
rubygem-passenger-packaging.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af8ab67
)
Fix syntax in SELinux module file.
author
František Dvořák
<valtri@civ.zcu.cz>
Mon, 9 Jun 2014 14:59:18 +0000
(16:59 +0200)
committer
František Dvořák
<valtri@civ.zcu.cz>
Mon, 9 Jun 2014 14:59:18 +0000
(16:59 +0200)
passenger.te
patch
|
blob
|
blame
|
history
diff --git
a/passenger.te
b/passenger.te
index
6105bda
..
183184b
100644
(file)
--- a/
passenger.te
+++ b/
passenger.te
@@
-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 ==============