Изменить 'globus.te'
This commit is contained in:
parent
8dca09062b
commit
84afd98cb4
|
|
@ -12,6 +12,7 @@ require {
|
||||||
type http_port_t;
|
type http_port_t;
|
||||||
type public_content_rw_t;
|
type public_content_rw_t;
|
||||||
type unreserved_port_t;
|
type unreserved_port_t;
|
||||||
|
type var_t;
|
||||||
class tcp_socket name_connect;
|
class tcp_socket name_connect;
|
||||||
class dir { add_name create rename reparent rmdir };
|
class dir { add_name create rename reparent rmdir };
|
||||||
class file { append create execute execute_no_trans lock open read setattr unlink write };
|
class file { append create execute execute_no_trans lock open read setattr unlink write };
|
||||||
|
|
@ -34,3 +35,4 @@ allow init_t user_home_t:dir { create rename reparent rmdir };
|
||||||
allow init_t user_home_t:file { append create execute execute_no_trans lock open read setattr unlink write };
|
allow init_t user_home_t:file { append create execute execute_no_trans lock open read setattr unlink write };
|
||||||
allow init_t public_content_rw_t:file execute;
|
allow init_t public_content_rw_t:file execute;
|
||||||
allow init_t public_content_rw_t:file { append create execute execute_no_trans lock open read setattr unlink write };
|
allow init_t public_content_rw_t:file { append create execute execute_no_trans lock open read setattr unlink write };
|
||||||
|
allow init_t var_t:file { append create execute execute_no_trans lock open read setattr unlink write };
|
||||||
Loading…
Reference in New Issue
Block a user