1# preopt2cachename executable
2#
3# This executable translates names from the preopted versions the build system
4# creates to the names the runtime expects in the data directory.
5type preopt2cachename, domain;
6type preopt2cachename_exec, exec_type, file_type;
7
8# Allow write to stdout.
9allow preopt2cachename cppreopts:fd use;
10allow preopt2cachename cppreopts:fifo_file { getattr read write };
11
12# Allow write to logcat.
13allow preopt2cachename proc_net:file r_file_perms;
14