Searched refs:proc_type (Results 1 – 13 of 13) sorted by relevance
/system/sepolicy/microdroid/system/public/ |
D | file.te | 50 type config_gz, fs_type, proc_type; 77 type proc, fs_type, proc_type; 78 type proc_abi, fs_type, proc_type; 79 type proc_asound, fs_type, proc_type; 80 type proc_bootconfig, fs_type, proc_type; 81 type proc_buddyinfo, fs_type, proc_type; 82 type proc_cmdline, fs_type, proc_type; 83 type proc_cpuinfo, fs_type, proc_type; 84 type proc_dirty, fs_type, proc_type; 85 type proc_diskstats, fs_type, proc_type; [all …]
|
D | attributes | 44 attribute proc_type; 45 expandattribute proc_type false;
|
/system/sepolicy/public/ |
D | file.te | 6 type proc, fs_type, proc_type; 19 type proc_security, fs_type, proc_type; 20 type proc_drop_caches, fs_type, proc_type; 21 type proc_overcommit_memory, fs_type, proc_type; 22 type proc_min_free_order_shift, fs_type, proc_type; 23 type proc_kpageflags, fs_type, proc_type; 24 type proc_watermark_boost_factor, fs_type, proc_type; 25 type proc_percpu_pagelist_high_fraction, fs_type, proc_type; 28 type proc_compaction_proactiveness, fs_type, proc_type; 32 type usermodehelper, fs_type, proc_type; [all …]
|
D | attributes | 61 attribute proc_type; 62 expandattribute proc_type false;
|
/system/memory/lmkd/include/ |
D | lmkd.h | 98 enum proc_type { enum 110 enum proc_type ptype; 125 params->ptype = field_count > 3 ? (enum proc_type)ntohl(packet[4]) : PROC_TYPE_APP; in lmkd_pack_get_procprio() 352 params->procs[procs_idx].ptype = (enum proc_type)ntohl(packet[packetIdx++]); in lmkd_pack_get_procs_prio()
|
/system/sepolicy/microdroid/system/private/ |
D | crash_dump.te | 42 dontaudit crash_dump proc_type:file rw_file_perms;
|
D | domain.te | 242 dontaudit domain proc_type:dir write; 421 neverallow { domain -init } proc_type:{ file dir } mounton; 530 proc_type
|
D | init.te | 222 -proc_type
|
/system/sepolicy/private/ |
D | file.te | 2 type config_gz, fs_type, proc_type; 145 type proc_dt_avf, fs_type, proc_type;
|
D | domain.te | 1459 proc_type 1467 dontaudit domain proc_type:dir write; 1475 dontaudit domain proc_type:dir add_name; 1477 dontaudit domain proc_type:file create; 2233 neverallow { domain -dexopt_chroot_setup -init -zygote } proc_type:{ file dir } mounton;
|
D | init.te | 464 -proc_type
|
/system/memory/lmkd/tests/ |
D | lmkd_tests.cpp | 307 .ptype = proc_type::PROC_TYPE_APP}; in TEST_F()
|
/system/chre/platform/slpi/see/ |
D | see_helper.cc | 344 .proc_type = processorType, in encodeSnsRemoteProcSensorConfig() 1187 } else if (event.proc_type == SNS_STD_CLIENT_PROCESSOR_APSS) { in decodeSnsRemoteProcStateEvent()
|