Home
last modified time | relevance | path

Searched refs:zone_slabel (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c218 label_hold(reszone->zone_slabel); in getflabel_cipso()
221 return (reszone->zone_slabel); in getflabel_cipso()
515 zl = zone->zone_slabel; in getflabel()
H A Dzone.c2302 zone0.zone_slabel = l_admin_low; in zone_init()
2420 if (zone->zone_slabel != NULL) in zone_free()
2421 label_rele(zone->zone_slabel); in zone_free()
4354 zone->zone_slabel = tsl; in zone_set_label()
4609 zone->zone_slabel = l_admin_low; in zone_create()
4738 ASSERT(zone->zone_slabel != NULL); in zone_create()
4740 (mod_hash_key_t)zone->zone_slabel); in zone_create()
4910 zone_label = label2bslabel(zone->zone_slabel); in zone_list_access()
5383 (mod_hash_key_t)zone->zone_slabel); in zone_destroy()
5571 if (zone->zone_slabel == NULL) in zone_getattr()
[all …]
H A Dcred.c750 (cr->cr_zone ? cr->cr_zone->zone_slabel : NULL)); in crgetlabel()
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c263 label2bslabel(to_zptr->zone_slabel), in lo_mount()
264 label2bslabel(from_zptr->zone_slabel))) { in lo_mount()
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h555 ts_label_t *zone_slabel; /* zone sensitivity label */ member
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c1093 zlabel = mntzone->zone_slabel; in smbfs_mount_label_policy()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c2082 plabel = zone->zone_slabel; in tsol_check_interface_address()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1703 mnt_tsl = mntzone->zone_slabel; in zfs_mount_label_policy()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c3188 zone_label = zone->zone_slabel; in nfs_getflabel()
H A Dnfs_subr.c5136 zlabel = mntzone->zone_slabel; in nfs_mount_label_policy()