You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
524 B
16 lines
524 B
# Network namespace creation
|
|
type createns, domain;
|
|
type createns_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(createns)
|
|
|
|
allow createns self:capability { sys_admin net_raw setuid setgid };
|
|
allow createns varrun_file:dir { add_name search write };
|
|
allow createns varrun_file:file { create mounton open read write };
|
|
|
|
#Allow createns itself to be run by init in its own domain
|
|
domain_auto_trans(init, createns_exec, createns);
|
|
allow createns goldfish_setup:fd use;
|
|
|
|
set_prop(createns, vendor_qemu_prop);
|