blob: bd7b2c089c6e79fd8279311af92f64c885b6ba41 [file] [log] [blame]
Nick Kralevichcaf42d62018-10-04 10:57:29 -07001type system_server_startup, domain, coredomain;
Jeff Vander Stoep41a2abf2019-01-23 15:07:40 -08002type system_server_startup_tmpfs, file_type;
Nick Kralevichcaf42d62018-10-04 10:57:29 -07003
4tmpfs_domain(system_server_startup)
5
6# Create JIT memory
7allow system_server_startup self:process execmem;
8allow system_server_startup system_server_startup_tmpfs:file { execute read write open map };
9
10# Allow system_server_startup to run setcon() and enter the
11# system_server domain
12allow system_server_startup self:process setcurrent;
13allow system_server_startup system_server:process dyntransition;