MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / has_root_perm

Method has_root_perm

kernel/cellos/src/sys_process.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool ps3_process_info_t::has_root_perm() const {
38 return (ctrl_flags1 & (0xc << 28)) != 0;
39}
40
41bool ps3_process_info_t::has_debug_perm() const {
42 return (ctrl_flags1 & (0xa << 28)) != 0;

Callers 15

sys_sm_shutdownFunction · 0.80
sys_process_get_id2Function · 0.80
sys_vm_memory_mapFunction · 0.80
sys_ss_update_managerFunction · 0.80
has_fs_write_rightsFunction · 0.80
sys_fs_newfsFunction · 0.80
sys_fs_mountFunction · 0.80
sys_fs_unmountFunction · 0.80
sys_time_set_timezoneFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected