pub(super) fn simple_jail_ext(
    jail_config: &Option<JailConfig>,
    policy: &str,
    r_limit: Option<u64>
) -> Result<Option<Minijail>>