open_file_as_root
fp = open_file_as_root(init_ex_path, O_RDONLY, 0);
fp = open_file_as_root(init_ex_path, O_CREAT | O_WRONLY, 0600);