Home > Articles > Operating Systems, Server > Solaris

Like this article? We recommend

Securing the Console and Front Panel

The next task is to consider restricting access to a system's console. This task is useful if the server is located in a common area of a network operations center.

NOTE

These tasks do not prevent attackers with physical access from compromising systems. These methods provide incremental security, but caution must always be exercised when physical access to a system and related hardware is permitted.

This section contains the following topics:

  • "Access and Modify BIOS Configuration"
  • "Restrict Access to BIOS"
  • "Limit Front Panel, Keyboard, and Video Access"
  • "Restrict Alternate Boot Devices"
  • "Restrict Access to the LILO Boot Loader"
  • "Disable Control-Alt-Delete Reboot Key Sequence"
  • "Require Single-User Mode Password"
  • "Disable the Magic SysRq Key"
  • "Restrict Root Access to Devices"

Access and Modify BIOS Configuration

The Sun Linux 5.0 operating system is provided on the Sun LX50 system. The Sun LX50 system uses the American Megatrends, Inc. (AMI) Basic Input and Output System (BIOS). The BIOS provides security features that prevent unauthorized or accidental access to a system. When security measures are enabled, administrators and users can access the system only when they enter correct passwords. You can implement the following security measures:

  • Enable an administrator password, which is used to access and configure BIOS security options

  • Enable a user password, which can be granted full or limited access to BIOS

  • Enable secure mode, which prevents keyboard input, front panel reset access, and power switch access.

  • Enable a keyboard lockout timer, which after a time-out period, requires a password to reactivate keyboard input.

  • Disable booting to alternative devices, such as diskettes and CD-ROMs

A system's BIOS performs power-on self-tests (POST), provides an interface to the hardware components on a system, and facilitates loading an operating system by locating and accessing a boot loader. In addition, the BIOS provides basic security features.

To access the BIOS configuration, press the F2 key while the initial boot screen is displayed on a console. To maneuver the BIOS menu system, follow the instructions located at the bottom of the screen.

NOTE

If a BIOS administrative password is defined for the system, this password must first be correctly entered before access to the BIOS configuration is granted.

If you change any of the BIOS configuration parameters, you must reboot the system for the changes to take effect.

Restrict Access to BIOS

You can set a user password, an administrator password, or both. The passwords are limited to seven alpha numeric, case-sensitive characters. By default, the passwords are not defined, and unrestricted access is granted to the BIOS for any user with physical access to a console.

Setting a user or an administrator password requires:

  • Entering the password to enter BIOS setup.

  • Entering the password to boot the server if "Password on Boot" is enabled.

  • Entering the password to exit "Secure Mode."

Setting both passwords requires:

  • Entering the password to enter BIOS setup.

    • If entering a user password, the user may not be able to change some of the BIOS options, depending upon privilege level granted.

    • If entering an administrator password, the administrator is able to enter BIOS setup and access all options.

  • Entering either password to exit "Secure Mode."

    CAUTION

    With physical access to a system, BIOS passwords can be reset by changing a jumper on the motherboard.

To Set an Administrator Password

  1. Enter the BIOS menu by pressing the F2 key while the system's initial boot screen is displayed.

  2. Select the Security menu tab to display the security configuration menu.

  3. Select the Set Administrative Password option.

  4. Enter the new administrative password.

  5. Re-enter the new administrative password to confirm the new password.

  6. Select the Exit menu tab, then select the Exit and Save option.

    Once set, the Administrative Password parameter changes from Disabled to Enabled. Now the Administrative Password must be entered to access the BIOS configuration.

To Set a User Password

  1. Enter the BIOS menu by pressing the F2 key while the system's initial boot screen is displayed.

  2. Select the Security menu tab to display the security configuration menu.

  3. Select the Set User Password option.

  4. Enter the new user password.

  5. Re-enter the new user password to confirm the new password.

  6. Select the privilege level granted to the user:

    • No Access – Prevents a user from accessing the BIOS configuration. If a user is assigned to this level, the user password is used only to unlock the system when it is operating in "Secure Mode."

    • Limited – Allows a user to access the BIOS and to change a limited number of non-critical fields.

    • View Only – Allows a user to access the BIOS but in read-only mode. The user is not permitted to change any of the BIOS parameters.

    • Full – Allows a user to access the BIOS and change all parameters, except for the Administrator Password.

  7. Select the Exit menu tab, then select the Exit and Save option.

Limit Front Panel, Keyboard, and Video Access

After setting the administrator password, limit access to the front panel, keyboard, and video. The following additional options appear on the BIOS Security menu:

  • Secure Mode Timer – This timer is the period of inactivity in minutes before "Secure Mode" is activated and the system's keyboard and mouse are locked.

  • Secure Mode Hot Key – This keyboard sequence places the system in "Secure Mode." By default, the sequence is Control-Alt-[L], which is performed by holding down the Control and Alt keys and simultaneously pressing the L key.

  • Secure Mode Boot – This setting configures the BIOS to prevent the system from starting the boot process until a user or administrator password is entered. A password is required to boot from removable media such as a diskette or CD-ROM.

  • Video Blanking – This setting disables the use of a video monitor when a system is in "Secure Mode." When video blanking is off, the system displays information on the monitor even in "Secure Mode." If a monitor is disabled in addition to the keyboard and mouse when in "Secure Mode," video blanking should be enabled.

  • Disable Power Button – This setting configures the BIOS to ignore the use of the front-panel power button. When enabled, this setting prevents a running system from being powered off using the front-panel power button.

To Set Access Options

  1. Enter the BIOS menu by pressing the F2 key while the system's initial boot screen is displayed.

  2. Select the Security menu tab to display the security configuration menu.

  3. Select the appropriate option, and enable or disable it.

  4. Select the Exit menu tab, then select the Exit and Save option.

Restrict Alternate Boot Devices

You can use the Sun Linux BIOS configuration to specify the order in which devices are polled when locating an operating system. This boot device priority selects the order in which hard-drives, CD-ROM drives, and disk drives are accessed during boot processes. It is recommended that the system be configured to boot first from the local hard drive before other media. This approach can prevent a system from being compromised through a boot diskette or CD-ROM inserted during the boot process.

To Set Boot Device Priority

  1. Enter the BIOS menu by pressing the F2 key while the system's initial boot screen is displayed.

  2. Select the Server tab to display the server configuration menu.

  3. Select the Boot Priority menu to change the default boot priority.

  4. Select the hard drive as the first boot device.

  5. Disable any boot devices that are not required.

  6. Select the Exit menu tab, then select the Exit and Save option.

Restrict Access to the LILO Boot Loader

Sun Linux uses the LILO boot loader to load the Linux kernel. LILO allows users to pass parameters to the kernel, several of which can be used to gain unrestricted access to a system (such as single for single-user mode). You can configure LILO to require a password before allowing access.

To Configure LILO to Require a Password for Access

  • Add the following lines (see bold lines) to the /etc/lilo.conf file.

    image=/boot/vmlinuz-2.4.9-31enterprise
    password=<password>
    restricted
    label=linux
    initrd=/boot/initrd-2.4.9-31enterprise.img
    append="console=ttyS1,9600 console=tty0"
    read-only
    root=/dev/sda3

In this example, the password and restriction options are added to the kernel 2.4.9-31enterprise. In practice, there exist multiple kernel definitions or image entries in the /etc/lilo.conf, often as a result of kernel upgrades. We recommend that you define these options for each of the kernels listed in your /etc/lilo.conf file.

NOTE

The version number 2.4.9-31enterprise changes based on the version of the kernel running on the system.

Using the restricted directive in LILO allows booting of the default kernel without password verification, but requires a password if any additional arguments are added (such as single to boot into single-user mode) or if a kernel image other than the default is selected.

Access to the /etc/lilo.conf file should be restricted to only the root user, because the password contained in that file is in clear-text. Set this restriction by executing the following command.

# chmod go-rwx /etc/lilo.conf

After any modifications, you must run the command /sbin/lilo to propagate any changes to LILO. The following command is usually sufficient.

# /sbin/lilo

Disable Control-Alt-Delete Reboot Key Sequence

By default, a Sun Linux system reboots when the key combination Control-Alt-Delete is entered.

To Disable the Control-Alt-Delete Key Sequence

  1. Comment out the following line in the /etc/inittab file:

    # Trap CTRL-ALT-DELETE
    # ca::ctrlaltdel:/sbin/shutdown -t3 -r now
  2. Reload the inittab by either rebooting the system or by entering /sbin/telinit q.

Require Single-User Mode Password

You can configure the system to prompt for a password when booted into single-user mode. Add the following line to the /etc/inittab file.

~~:S:wait:/sbin/sulogin

CAUTION

It is highly recommended that you add a password to the LILO configuration file instead of setting a password for single-user mode. Users can circumvent single-user password restrictions using the command linux init=/bin/bash instead of the linux single command at the LILO boot prompt.

Disable the Magic SysRq Key

If enabled, the SysRq key can be used for activities such as rebooting systems, inspecting memory, synchronizing disks, and killing processes. It is mainly useful to kernel developers, because it allows them to diagnose and recover a system state after problems. However, be aware that it can be used to gain unauthorized root access.

t To Disable the Magic SysReq Key

  1. Enter the following in the /etc/sysctl.conf file:

    kernel.sysrq = 0
  2. Reboot the system to implement this configuration change.

Restrict Root Access to Devices

The Sun Linux operating system provides the ability to restrict from where a remote user can log into a system as root user. This restriction is an important capability to help promote accountability on a system. Typically, we recommend that administrators do not log into systems directly using a root account; instead they should log into systems using their unique account and assume root privileges as needed. Often this recommendation is combined with role-based access control capabilities such as sudo to further restrict what may be done with elevated privileges. By following this recommendation, actions can be better associated with specific individuals.

The login command is part of the authentication process to access a local Sun Linux account. Except for a root user, any user can log in to any valid device on a system, serial or virtual. A root user is not permitted to log in to any device unless the device is listed in the /etc/securetty file. If a root user attempts to log in to a device not listed, then the attempt fails and a failure notice is logged to the syslog facility.

If you need to configure the system to permit direct root login over the primary serial interface, then add the following line to the /etc/securetty file.

/dev/ttyS0

NOTE

Be sure to review the contents of the /etc/securetty file, removing any entries that are not required. Be careful not to remove root accounts, which would inadvertently lock root users out of the system.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020