Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

txzonemgr(1m) [opensolaris man page]

txzonemgr(1M)						  System Administration Commands					     txzonemgr(1M)

NAME
txzonemgr - Trusted Extensions Zone Manager Configuration Utility SYNOPSIS
/usr/sbin/txzonemgr DESCRIPTION
The txzonemgr shell script provides a simple, menu-based GUI wizard for creating, installing, initializing, and booting labeled zones on a system on which Trusted Extensions is enabled. The script also provides menu items for networking options, name services options, and mak- ing the global zone a client of an existing LDAP server. By default, all zones are configured to use the same name service and IP address as the global zone. txzonemgr is run by roles granted in the Zone Management Rights Profile, or by root in the global zone. It takes no options and returns no values. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Command Interface Stability | Committed | +-----------------------------+-----------------------------+ |Interactive Dialogue | Not an Interface | +-----------------------------+-----------------------------+ SEE ALSO
zenity(1), ifconfig(1M), zoneadm(1M), zonecfg(1M), attributes(5), rbac(5), zones(5) Solaris Trusted Extensions Administrator's Procedures NOTES
If administering zones from JDS, use txzonemgr rather than CDE actions. txzonemgr uses the zenity command. For details, see the zenity(1) man page. SunOS 5.11 17 Dec 2007 txzonemgr(1M)

Check Out this Related Man Page

getzonelabelbyid(3TSOL) 			       Trusted Extensions Library Functions				   getzonelabelbyid(3TSOL)

NAME
getzonelabelbyid, getzonelabelbyname, getzoneidbylabel - map between zones and labels SYNOPSIS
cc [flags...] file... -ltsol [library...] #include <tsol/label.h> m_label_t *getzonelabelbyid(zoneid_t zoneid); m_label_t *getzonelabelbyname(const char *zonename); zoneid_t *getzoneidbylabel(const m_label_t *label); DESCRIPTION
The getzonelabelbyid() function returns the mandatory access control (MAC) label of zoneid. The getzonelabelbyname() function returns the MAC label of the zone whose name is zonename. The getzoneidbylabel() function returns the zone ID of the zone whose label is label. All of these functions require that the specified zone's state is at least ZONE_IS_READY. The zone of the calling process must dominate the specified zone's label, or the calling process must be in the global zone. RETURN VALUES
On successful completion, the getzonelabelbyid() and getzonelabelbyname() functions return a pointer to a sensitivity label that is allo- cated within these functions. To free the storage, use m_label_free(3TSOL). If the zone does not exist, NULL is returned. On successful completion, the getzoneidbylabel() function returns the zone ID with the matching label. If there is no matching zone, the function returns -1. ERRORS
The getzonelabelbyid() and getzonelabelbyname() functions will fail if: ENOENT The specified zone does not exist. The getzonelabelbyid() function will fail if: ENOENT No zone corresponds to the specified label. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
Intro(2), getzonenamebyid(3C), getzoneidbyname(3C), libtsol(3LIB), m_label_free(3TSOL), attributes(5), labels(5) NOTES
The functionality described on this manual page is available only if the system is configured with Trusted Extensions. SunOS 5.11 20 Jul 2007 getzonelabelbyid(3TSOL)
Man Page