JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Trusted Extensions Configuration and Administration     Oracle Solaris 11 Information Library
search filter icon
search icon

Document Information

Preface

Part I Initial Configuration of Trusted Extensions

1.  Security Planning for Trusted Extensions

2.  Configuration Roadmap for Trusted Extensions

3.  Adding the Trusted Extensions Feature to Oracle Solaris (Tasks)

4.  Configuring Trusted Extensions (Tasks)

Setting Up the Global Zone in Trusted Extensions

How to Check and Install Your Label Encodings File

How to Enable IPv6 Networking in Trusted Extensions

How to Configure the Domain of Interpretation

Creating Labeled Zones

How to Create a Default Trusted Extensions System

How to Create Labeled Zones Interactively

How to Assign Labels to Two Zone Workspaces

Configuring the Network Interfaces in Trusted Extensions

How to Share a Single IP Address With All Zones

How to Add an IP Instance to a Labeled Zone

How to Add a Virtual Network Interface to a Labeled Zone

How to Connect a Trusted Extensions System to Other Trusted Extensions Systems

How to Configure a Separate Name Service for Each Labeled Zone

Creating Roles and Users in Trusted Extensions

How to Create the Security Administrator Role in Trusted Extensions

How to Create a System Administrator Role

How to Create Users Who Can Assume Roles in Trusted Extensions

How to Verify That the Trusted Extensions Roles Work

How to Enable Users to Log In to a Labeled Zone

Creating Centralized Home Directories in Trusted Extensions

How to Create the Home Directory Server in Trusted Extensions

How to Enable Users to Access Their Remote Home Directories at Every Label by Logging In to Each NFS Server

How to Enable Users to Access Their Remote Home Directories by Configuring the Automounter on Each Server

Troubleshooting Your Trusted Extensions Configuration

How to Move Desktop Panels to the Bottom of the Screen

Additional Trusted Extensions Configuration Tasks

How to Copy Files to Portable Media in Trusted Extensions

How to Copy Files From Portable Media in Trusted Extensions

How to Remove Trusted Extensions From the System

5.  Configuring LDAP for Trusted Extensions (Tasks)

Part II Administration of Trusted Extensions

6.  Trusted Extensions Administration Concepts

7.  Trusted Extensions Administration Tools

8.  Security Requirements on a Trusted Extensions System (Overview)

9.  Performing Common Tasks in Trusted Extensions (Tasks)

10.  Users, Rights, and Roles in Trusted Extensions (Overview)

11.  Managing Users, Rights, and Roles in Trusted Extensions (Tasks)

12.  Remote Administration in Trusted Extensions (Tasks)

13.  Managing Zones in Trusted Extensions (Tasks)

14.  Managing and Mounting Files in Trusted Extensions (Tasks)

15.  Trusted Networking (Overview)

16.  Managing Networks in Trusted Extensions (Tasks)

17.  Trusted Extensions and LDAP (Overview)

18.  Multilevel Mail in Trusted Extensions (Overview)

19.  Managing Labeled Printing (Tasks)

20.  Devices in Trusted Extensions (Overview)

21.  Managing Devices for Trusted Extensions (Tasks)

22.  Trusted Extensions Auditing (Overview)

23.  Software Management in Trusted Extensions (Reference)

A.  Site Security Policy

Creating and Managing a Security Policy

Site Security Policy and Trusted Extensions

Computer Security Recommendations

Physical Security Recommendations

Personnel Security Recommendations

Common Security Violations

Additional Security References

B.  Configuration Checklist for Trusted Extensions

Checklist for Configuring Trusted Extensions

C.  Quick Reference to Trusted Extensions Administration

Administrative Interfaces in Trusted Extensions

Oracle Solaris Interfaces Extended by Trusted Extensions

Tighter Security Defaults in Trusted Extensions

Limited Options in Trusted Extensions

D.  List of Trusted Extensions Man Pages

Trusted Extensions Man Pages in Alphabetical Order

Oracle Solaris Man Pages That Are Modified by Trusted Extensions

Glossary

Index

Troubleshooting Your Trusted Extensions Configuration

A misconfigured desktop can prevent use of the system.

How to Move Desktop Panels to the Bottom of the Screen


Note - The default position for desktop panels is the top of the screen. However, in Trusted Extensions the trusted stripe covers the top of the screen. Thus, the panels must be on the side or at the bottom of the workspace. A default workspace has two desktop panels.


Before You Begin

You must be in the root role to change the desktop panel location for the system.

  1. If you have one visible desktop panel at the bottom of the screen, perform one of the following actions:
    • Use the right mouse button to add applets to the visible panel.
    • Move the second, hidden desktop panel to the bottom of the screen by performing the following step.
  2. Otherwise, create a bottom desktop panel for your login only, or for all users of the system.
    • To move the panels for your login only, edit the top_panel_screenn file in your home directory.
      1. Change to the directory that contains the file that defines the panel locations.
        % cd $HOME/.gconf/apps/panel/toplevels
        % ls
        %gconf.xml    bottom_panel_screen0/   top_panel_screen0/
        % cd top_panel_screen0
        % ls
        %gconf.xml             top_panel_screen0/
      2. Edit the %gconf.xml file, which defines the location of the top panels.
        % vi %gconf.xml
      3. Find all orientation lines, and replace the string top with bottom.

        For example, make the orientation line appear similar to the following:

        /toplevels/orientation" type="string">
                        <stringvalue>bottom</stringvalue>
    • To move the panels for all users of the system, modify the desktop configuration.

      In a terminal window in the root role, perform the following commands:

      # export SETUPPANEL="/etc/gconf/schemas/panel-default-setup.entries"
      # export TMPPANEL="/tmp/panel-default-setup.entries"
      # sed 's/<string>top<\/string>/<string>bottom<\/string>/' $SETUPPANEL > $TMPPANEL
      # cp $TMPPANEL $SETUPPANEL
      # svcadm restart gconf-cache
  3. Log out of the system and log in again.

    If you have more than one desktop panel, the panels stack at the bottom of the screen.