blob: 902941ed4d790fb0a6bef8db86ff556075e40291 [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
Nick Kralevichcaf42d62018-10-04 10:57:29 -070010# 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;
Jeff Vander Stoep67dc2742019-04-04 09:25:15 -070014
15# Child of the zygote.
16allow system_server_startup zygote:process sigchld;