Lines Matching refs:privs
3248 get_privset(zlog_t *zlogp, priv_set_t *privs, zone_mnt_t mount_cmd) in get_privset() argument
3283 if (zonecfg_default_privset(privs, curr_iptype) == Z_OK) { in get_privset()
3293 switch (zonecfg_get_privset(handle, privs, &privname)) { in get_privset()
4201 get_zone_label(zlog_t *zlogp, priv_set_t *privs) in get_zone_label() argument
4240 priv_copyset(privs, zprivs); in get_zone_label()
4664 priv_set_t *privs; in vplat_create() local
4700 if ((privs = priv_allocset()) == NULL) { in vplat_create()
4704 priv_emptyset(privs); in vplat_create()
4705 if (get_privset(zlogp, privs, mount_cmd) != 0) in vplat_create()
4720 zcent = get_zone_label(zlogp, privs); in vplat_create()
4800 if ((zoneid = zone_create(kzone, rootpath, privs, rctlbuf, in vplat_create()
4906 priv_freeset(privs); in vplat_create()