Contained WithinFind More DocumentationFeatured Support Resources | PDF로 이 문서 다운로드 (2413 KB)
Chapter 26 BSM Services ReferenceThis chapter describes the important components of the BSM module, auditing and device allocation. Auditing helps you detect potential security breaches by revealing suspicious or abnormal patterns of system usage. Auditing also provides a means to trace suspect actions back to a particular user, thus serving as a deterrent. If users know that their activities are likely to be audited, they might be less likely to attempt malicious activities. This is a list of the reference information in this chapter. Audit CommandsThis section provides information about the commands that are used with the auditing service. The Audit DaemonThe following list summarizes what the audit daemon, auditd, does.
The auditd daemon can be started automatically when the machine is brought up to multiuser mode, or you can start it from the command line. When the audit daemon is started, it determines the amount of free space necessary for audit log files. The daemon uses the list of audit directories in the audit_control file as possible locations for creating audit files. The audit daemon maintains a pointer into this list of directories, starting with the first directory. Every time the audit daemon needs to create an audit file, it puts the file into the first available directory in the list, starting at the audit daemon's current pointer. You can reset the pointer to the beginning of the list by running the audit -s command. When you use the audit -n command to instruct the daemon to switch to a new audit file, the new file is created in the same directory as the current file. The audit CommandThe audit command controls the actions of the audit daemon. The audit command can do the following tasks:
See the audit(1M) man page for a discussion of the available options. The auditreduce CommandUse the auditreduce command to merge audit records from one or more input audit files or to perform a post selection of audit records. See the auditreduce(1M) man page. To merge the entire audit trail, you can run this command on the machine on which all the audit file systems for the installation are mounted. The auditreduce command enables you to track all auditable actions on multiple machines from a single location. If you identically configure all machines at an installation for auditing, and create servers and local directories for the audit log files, then the auditreduce command can read the logical combination of all audit files in the installation as a single audit trail. auditreduce ignores how the records were generated or where they are stored. Without options, the auditreduce command merges audit records from all the audit files in all of the subdirectories in the audit root directory (/etc/security/audit) and sends the result to standard output. You can also place it into a single, chronologically ordered output file. The file contains binary data. The auditreduce command also can select particular types of records for analysis. The merging and selecting functions of auditreduce are logically independent. auditreduce captures data from the input files as the records are read, before the files are merged and written to disk. The praudit command makes the binary output of auditreduce readable. By specifying options to the auditreduce command, you can also do the following:
With no arguments, auditreduce checks the subdirectories within the /etc/security/audit directory, the default audit root directory. The command checks for a files directory in which the start-time.end-time.hostname files reside. The auditreduce command is very useful when the audit data for different hosts (Figure 26–1) or for different audit servers (Figure 26–2) reside in separate directories. Figure 26–1 Audit Trail Storage Sorted by Host
Figure 26–2 Audit Trail Storage Sorted by Server
When you do not store audit data in the default directory, perhaps because the partition for /etc/security/audit is very small, you can pass the auditreduce command another directory by using the -R option:
You can also specify a particular subdirectory by using the -S option:
You can direct auditreduce to process only certain audit log files by specifying them as command arguments:
For other options and additional examples, see the auditreduce(1M) man page. The praudit CommandThe praudit command reads audit records in binary format from standard input and displays the records in a presentable format. The input can be piped from the auditreduce command or from a single audit file. Input can also be produced with the cat command to concatenate several files, or the tail command for a current audit file. The praudit command can generate four output formats:
In the default output format of praudit, each record is easily identified as a sequence of audit tokens where each token is on a separate line. Each record begins with a header token. You could, for example, further process the output with the awk command. Here is the default output from the praudit command for a header token:
Here is the output from the praudit -r command for the same header token:
Sometimes, you might want to manipulate output from the praudit command as lines of text. For example, you might want to select records that the auditreduce command cannot select. You can use a simple shell script to process the output of praudit. The following simple example script marks the header tokens by prefixing them with Control-A, combines all the audit tokens for one record onto one line while preserving the line breaks as Control-A, runs the grep command, and restores the original newline breaks.
Note that the ^a in the script is Control-A, not the two characters ^ and a. The prefix distinguishes the header token from the string header that might appear as text. The auditconfig CommandThe auditconfig command provides a command-line interface to retrieve and set audit configuration parameters. See the auditconfig(1M) man page. Options to the auditconfig command include the following:
Audit FilesAuditing uses the following files: The /etc/system FileThe /etc/system file contains commands that the kernel reads during initialization to customize the system operations. The bsmconv and bsmunconv shell scripts, which are used to activate and deactivate auditing, modify the /etc/system file. The bsmconv shell script adds the following lines to the /etc/system file:
The first command causes the c2audit loadable kernel module (auditing module) to be loaded when the system is booted. The second command disables the use of the Stop-A keyboard sequence. The Stop-A keyboard sequence halts the system and can invoke a debugger, which could be a security breach. The bsmunconv shell script removes these lines, which results in auditing being disabled when the system is rebooted. The audit_class FileThe audit_class file contains definitions of the existing audit classes. Audit classes are groups of audit events. Each class has an associated audit flag, which is the short name that stands for the class. You use the short name in the audit_control file, optionally with a + or – prefix, to preselect the classes whose events you want to audit. The root user, or an administrator in an equivalent role, can define new audit classes, rename existing classes, or otherwise edit existing classes by using vi, ed, or some other editor. See the audit_class(4) man page for more information. For descriptions of the audit flags, see Definitions of Audit Flags. The audit_control FileAn audit_control file on each machine is read by the audit daemon (see the audit_control(4) man page). The audit_control file is located in the /etc/security directory. Each machine has its own local audit_control file so that every machine can mount their audit file systems from different locations or in a different order. For example, the primary audit file system for machineA might be the secondary audit file system for machineB. You specify four kinds of information in the audit_control file:
You create an audit_control file during the configuration process on each machine. When you make changes to the audit_control file, you then run the audit -s to instruct the audit daemon to reread the file. Note – The audit -scommand does not change the preselection mask for existing processes. Use auditconfig, setaudit (see the getuid(2) man page), or auditon for existing processes. Sample audit_control FileThe following is a sample audit_control file for the machine dopey. dopey uses two audit file systems on the audit server blinken, and a third audit file system that is mounted from the second audit server winken. The third file system is used only when the audit file systems on blinken become full or unavailable. The minfree value of 20 percent specifies that the warning script is run when the file systems are 80 percent filled and the audit data for the current machine will be stored in the next available audit directory, if any (see the audit_warn(1M) man page). The flags specify that all logins and administrative operations are to be audited (whether or not they succeed), and that failures of all types, except failures to create a file system object, are to be audited.
The audit_data FileWhen the auditd daemon starts on each machine, it creates the file /etc/security/audit_data. The format of the file consists of a single entry with the two fields separated by a colon (see the audit_data(4) man page). The first field is the audit daemon's process ID. The second field is the path name of the audit file to which the audit daemon is currently writing audit records. Here is an example:
The audit_event FileThe audit_event file, located in the /etc/security directory, contains the default event-to-class mappings (see the audit_event(4) man page). You can edit this file to change the class mappings. However, if you do so, you must reboot the system or run auditconfig -conf to read the changed mappings into the kernel. The audit_startup ScriptAuditing is enabled by starting the audit daemon, auditd. You can start the audit daemon by executing /usr/sbin/auditd as root or in an equivalent role. See the auditd(1M) man page. The existence of the file /etc/security/audit_startup causes the audit daemon to be run automatically when the system enters multiuser mode. This file is an executable script that is invoked as part of the startup sequence, just prior to the execution of the audit daemon (see the audit_startup(1M) man page). A default audit_startup script that automatically configures the event-to-class mappings and sets the audit policies is created during the BSM package installation. The audit_user FileTo audit some users differently from others, you can edit the audit_user file to add audit flags for individual users. If specified, these flags are combined with the system-wide flags in the audit_control file to determine which classes of events to audit for that user. The flags that you add to the user's entry in the audit_user file modify the defaults from the audit_control file in two ways:
Each user entry in the audit_user file contains three fields.
The audit fields are processed in sequence. Auditing is enabled by the always-audit field and turned off by the never-audit field. Note – Avoid the common mistake of leaving the all audit flag in the never-audit field. This mistake causes all auditing to be turned off for that user, which overrides the flags that are set in the always-audit field. Using the never-audit flags for a user is not the same as removing classes from the always-audit set. For example, suppose you want to audit everything for user tamiko for except for successful reads of file system objects. This strategy audits almost everything for a user, while generating only about three-quarters of the audit data that would be produced if all data reads were audited. You also want to apply the system defaults to tamiko. Here are two possible audit_user entries: The correct entry:
The incorrect entry:
The first example means, “always audit everything except for successful file-reads.” The second example means, “always audit everything, but never audit successful file-reads.” The second example is incorrect because it overrides the system default. The first example achieves the desired effect: the system defaults apply, as well as what is specified in the audit_user entry. Note – Successful events and failed events are treated separately, so a process can generate more audit records when an error occurs than when an event is successful. The audit_warn ScriptWhenever the audit daemon encounters an unusual condition while writing audit records, it invokes the /etc/security/audit_warn script. See the audit_warn(1M) man page. You can customize this script for your site to warn of conditions that might require manual intervention, or you could specify how to handle them automatically. For all error conditions, audit_warn writes a message to the console and sends a message to the audit_warn mail alias. You should set up this alias when you enable auditing. When audit daemon detects the following conditions, it invokes the audit_warn script.
Audit FlagsAudit flags indicate classes of events to audit. Machine-wide defaults for auditing are specified for all users on each machine by flags in the audit_control file, which is described in The audit_control File. You can modify what is audited for individual users by putting audit flags in a user's entry in the audit_user file. The audit flags are also used as arguments to the auditconfig command (see the auditconfig(1M) man page). Definitions of Audit FlagsThe following table shows each predefined audit class with the audit flag (which is the short name that stands for the class), the long name, and a short description. You use these audit flags in the auditing configuration files to specify which classes of events to audit. You can define new classes and rename existing classes by modifying the audit_class file (see the audit_class(4) man page). Table 26–2 Audit Flags
Audit Flag SyntaxThe prefixes determine whether a class of events is audited whether it succeeds or fails, or only if it succeeds, or only if it fails. Here is the format of the audit flag: prefixflag The following table shows prefixes that specify whether the audit class is audited for success or failure, or both. Table 26–3 Prefixes Used in Audit Flags
For example, the audit flag lo (without any prefix) means that auditing should occur for “all successful attempts to log in and log out, and all failed attempts to log in.” You cannot fail an attempt to log out. As another example, the -all flag means that auditing should occur only for all failed attempts of any kind. The +all flag means that auditing should only occur for all successful attempts of any kind. The -all flag can generate large amounts of data and fill up audit file systems quickly. Use the -all flag only if you have extraordinary reasons to audit all activities. Prefixes to Modify Audit FlagsUse the following prefixes in any of three ways:
See the auditconfig(1M) man page. The prefixes in the following table, along with the short names of audit classes, turn on or turn off previously specified audit classes. Table 26–4 Prefixes Used to Modify Already-Specified Audit Flags
The ^- prefix is used in the flags line in the following example from an audit_control file. In the following example, the lo and ad flags specify that all logins and administrative operations are to be audited when they succeed and when they fail. The -all means audit “all failed events.” Because the ^- prefix means “turn off auditing for the specified class for failed attempts,” the ^-fc flag modifies the previous flag that specified the auditing of all failed events. The two fields together mean: “audit all failed events, except for failed attempts to create file system objects.”
Audit PoliciesAudit policies determine if additional tokens or information is added to the audit trail. Each policy is defined in Determining Which Audit Policies to Use. Process Audit CharacteristicsThe following audit characteristics are set at initial login:
Audit TrailThe audit trail is created by the audit daemon (see the auditd(1M) man page). The audit daemon starts on each machine when the machine is brought up. After the auditd daemon starts at boot time, it is responsible for collecting the audit trail data and writing the audit records into audit files, which are also called audit log files. For a description of the file format, see the audit.log(4) man page. Even though you can physically locate audit directories within other file systems that are not dedicated to auditing, do not do so except for directories of last resort. Directories of last resort are directories where audit files are written only when there is no other suitable directory available. There is one other scenario where locating audit directories outside of dedicated audit file systems could be acceptable. You might do so in a software development environment where auditing is optional, and where it is more important to make full use of disk space than to keep an audit trail. Putting audit directories within other file systems is not acceptable in a security-conscious production environment. You should also consider the following:
More About the Audit FilesEach audit file is a self-contained collection of records. The file's name identifies the time span during which the records were generated and the machine that generated them. Audit File NamingAudit files that are complete have names of the following form:
where start-time is the time that the first audit record in the audit file was generated, finish-time is the time that the last record was written to the file, and machine is the name of the machine that generated the file. For an example of these names, see Example of a Closed Audit File Name. An audit log file that is still active has a name of the following form:
How Audit File Names Are UsedThe file name time stamps are used by the auditreduce command to locate files that contain records for the specific time range that has been requested. These time stamps are important because there can be a month's accumulation or more of audit files online, and searching them all for records that were generated in the last 24 hours would be unacceptably expensive. Time-Stamp Format and InterpretationThe start-time and end-time are timestamps with one-second resolution. They are specified in Greenwich Mean Time (GMT). The format is four digits for the year, followed by two digits for each month, day, hour, minute, and second, as follows:
The timestamps are in GMT to ensure that they will sort in proper order even across a daylight savings time boundary. Because they are in GMT, the date and hour must be translated to the current time zone to be meaningful. Beware of this point whenever you manipulate these files with standard file commands rather than with the auditreduce command. Example of a File Name for a Still-Active FileThe format of a file name of a still-active file is as follows:
Here is an example:
The audit log files are named by the beginning date. So, in the example above the audit file was created in 1999, on March 27, at 10:52:43 p.m, GMT. The not_terminated in the file name means either that the file is still active or that the auditd daemon was unexpectedly interrupted. The name dopey at the end is the host name of the machine whose audit data is being collected. Example of a Closed Audit File NameThe format of the name of a closed audit log file is as follows:
Here is an example:
In this example, the audit log file was created in 1999, on March 20, at 12:52:43 a.m., GMT. The file was closed March 27, at 10:53:51 p.m., GMT. The name dopey at the end is the host name of the machine whose audit data was collected. Whenever auditd is unexpectedly interrupted, the audit file that is open at the time retains the not_terminated file name designation. Also, when a machine is writing to a remotely mounted audit file and the file server crashes or becomes inaccessible, the not_terminated designation remains in the current file's name. The audit daemon opens a new audit file and keeps the old audit file name intact. Audit Record StructureAn audit record is a sequence of audit tokens. Each audit token contains event information such as user ID, time, and date. A header token begins an audit record, and an optional trailer token concludes the record. Other audit tokens contain information relevant to the auditable event. The following figure shows a typical audit record. Figure 26–3 Typical Audit Record Structure
Audit Token FormatsEach token has a token type identifier followed by data that is specific to the token. Each token type has its own format. The following table shows the token names with a description of each token. Table 26–5 Audit Tokens for the Basic Security Module
An audit record always contains a header token. The header token indicates where the audit record begins in the audit trail. Every audit record contains a subject token, except for audit records from some nonattributable events. In the case of attributable events, these two tokens refer to the values of the process that caused the event. In the case of asynchronous events, the process tokens refer to the system. acl TokenThe acl token records information about Access Control Lists. This token consists of four fixed fields. The fixed fields are:
The praudit command displays the acl token as follows:
The acl token format is as follows: Figure 26–4 acl Token Formatarbitrary TokenThe arbitrary token encapsulates data for the audit trail. This token consists of four fixed fields and an array of data. The fixed fields are as follows:
The remainder of the token is composed of one or more items of the specified type. The praudit command displays the arbitrary token as follows:
The format of arbitrary token is as follows: Figure 26–5 arbitrary Token FormatThe following table shows the possible values of the print format field. Table 26–6. Table 26–6 Values for the arbitrary Token's Print Format Field
The following table shows the possible values of the item size field. Table 26–7 Values for the arbitrary Token's Item Size Field
arg TokenThe arg token contains system call argument information: the argument number of the system call, the augment value, and an optional description. This token allows a 32-bit integer system-call argument in an audit record. The arg token has five fields:
The praudit command displays the arg token as follows:
The following figure shows the format of the arg token. Figure 26–6 arg Token Formatattr TokenThe attr token contains information from the file vnode. This token has seven fields:
See the statvfs(2) man page for further information about the file system ID and the device ID. The attr token usually accompanies a path token and is produced during path searches. In the event of a path-search error, the attr token is not included as part of the audit record since there is no vnode available to obtain the necessary file information. The praudit command displays the attr token as follows:
The following figure shows the format of an attr token. Figure 26–7 attr Token Formatexec_args TokenThe exec_args token records the arguments to an exec() system call. The exec_args token has two fixed fields:
The remainder of this token is composed of zero or more null-terminated strings. The praudit command displays the exec_args token as follows:
The following figure shows the format of an exec_args token. Figure 26–8 exec_args Token FormatNote – The exec_args token is output only when the audit policy argv is active. exec_env TokenThe exec_env token records the current environment variables to an exec() system call. The exec_env token has two fixed fields:
The remainder of this token is composed of zero or more null-terminated strings. The praudit command displays the exec_env token as follows:
The following figures shows the format of an exec_env token. Figure 26–9 exec_env Token Format
Note – The exec_env token is output only when the audit policy arge is active. exit TokenThe exit token records the exit status of a program. The exit token contains the following fields:
The praudit command displays the exit token as follows:
The following figure shows the format of an exit token. Figure 26–10 exit Token Formatfile TokenThe file token is a special token that is generated by the audit daemon to mark the beginning of a new audit trail file and the end of an old audit trail file as it is deactivated. The audit daemon builds a special audit record that contains this token to “link” together successive audit files into one audit trail. The file token has four fields:
The praudit command displays the file token as follows:
The following figure shows the format of a file token. Figure 26–11 file Token Formatgroups Token (Obsolete)This token has been replaced by the newgroups token, which provides the same type of information but requires less space. A description of the groups token is provided here for completeness, but the application designer should use the newgroups token. Notice that praudit does not distinguish between the two tokens, as both token IDs are labelled groups when ASCII output is displayed. The groups token records the groups entries from the process's credential. The groups token has two fixed fields:
The remainder of the token consists of zero or more group entries. The praudit command displays the group token as follows:
The following figure shows the format of a groups token. Figure 26–12 groups Token FormatNote – The groups token is output only when the audit policy group is active. header TokenThe header token is special in that it marks the beginning of an audit record and combines with the trailer token to bracket all the other tokens in the record. The header token has six fields:
On 64-bit systems, the header token is displayed with a 64-bit time stamp, in place of the 32-bit time stamp. The praudit command displays the header token for a ioctl() system call as follows:
The following figure shows the format of a header token. Figure 26–13 header Token FormatThe ID modifier field has the following flags defined:
in_addr TokenThe in_addr token contains a 4-byte Internet Protocol address. The in_addr token has two fields:
The praudit command displays the in_addr token as follows:
For the Solaris 8 release, the Internet address can be displayed as an IPv4 address that uses 4 bytes, or as an IPv6 address that uses 16 bytes to describe the type, and 16 bytes to describe the address.The following figure shows the format of an in_addr token. Figure 26–14 in_addr Token Formatip TokenThe ip token contains a copy of an Internet Protocol header but does not include any IP options. The IP options can be added by including more of the IP header in the token. The ip token has two fields:
The praudit command displays the ip token as follows:
The IP header structure is defined in the /usr/include/netinet/ip.h file. The following figure shows the format of an ip token. Figure 26–15 ip Token Formatipc TokenThe ipc token contains the System V IPC message/semaphore/shared-memory handle that is used by the caller to identify a particular IPC object. The ipc token has three fields:
The praudit command displays the ipc token as follows:
Note – The IPC object identifiers violate the context-free nature of the Solaris CMW audit tokens. No global “name” uniquely identifies IPC objects. Instead, they are identified by their handles, which are valid only during the time the IPC objects are active. The identification should not be a problem since the System V IPC mechanisms are seldom used, and they all share the same audit class. The following table shows the possible values for the IPC object type field. The values are defined in the /usr/include/bsm/audit.h file. Table 26–8 Values for the IPC Object Type Field
The following figure shows the format of an ipc token. Figure 26–16 ipc Token Formatipc_perm TokenThe ipc_perm token contains a copy of the System V IPC access information. This token is added to audit records that are generated by IPC shared-memory events, IPC semaphore events, and IPC message events. The ipc_perm token has eight fields:
The praudit command displays the ipc_perm token as follows:
The values are taken from the ipc_perm structure that is associated with the IPC object. The following figure shows the format of an ipc_perm token. Figure 26–17 ipc_perm Token Formatiport TokenThe iport token contains the TCP (or UDP) port address. The iport token has two fields:
The praudit command displays the iport token as follows:
The following figure shows the format of an iport token. Figure 26–18 iport Token Formatnewgroups TokenThis token replaces the groups token. Notice that the praudit command does not distinguish between the two tokens, as both token IDs are labelled groups when ASCII output is displayed. The newgroups token records the groups entries from the process's credential. The newgroups token has two fixed fields:
The remainder of this token is composed of zero or more group entries. The praudit command displays the ip port token as follows:
The following figure shows the format of a newgroups token. Figure 26–19 newgroups Token FormatNote – The newgroups token is output only when the group audit policy is active. opaque TokenThe opaque token contains unformatted data as a sequence of bytes. The opaque token has three fields:
The praudit command displays the opaque token as follows:
The following figure shows the format of an opaque token. Figure 26–20 opaque Token Formatpath TokenThe path token contains access path information for an object. This token contains the following fields:
The praudit command displays the path token as follows. Note that the path length field is not displayed.
The following figure shows the format of a path token. Figure 26–21 path Token Format
process TokenThe process token contains information about a user who is associated with a process, such as the recipient of a signal. The process token has nine fields:
The praudit command displays the process token as follows:
The following figure shows the format of a process token. Figure 26–22 process Token Format
The audit ID, user ID, group ID, process ID, and session ID are long instead of short. Note – The process token fields for the session ID, the real user ID, or the real group ID might be unavailable. The value is then set to -1. Any token that contains a terminal ID has several variations. The praudit command hides these variations on output of the terminal ID so that they all appear the same. This field is handled the same way for any token that contains it. The terminal ID is either an IP address and port number, or a device ID, such as the serial port that is connected to a modem, in which case it is zero. The terminal ID is specified in one of several formats:
For port numbers in the Solaris 7 release or earlier releases:
For port numbers in the Solaris 8 or 9 releases:
return TokenThe return token contains the return status of the system call (u_error) and the process return value (u_rval1). This token has three fields:
The return token is always returned as part of kernel-generated audit records for system calls. This token indicates exit status and other return values in application auditing. The praudit command displays the return token as follows:
The following figures shows the format of a return token. Figure 26–23 return Token Formatseq TokenThe seq token (sequence token) is an optional token that contains a sequence number. Used for debugging, this token is added to each audit record when the seq policy is active. The seq token has two fields:
The sequence number is incremented every time an audit record is generated and added to the audit trail. The praudit command displays the seq token as follows:
The following figure shows the format of a seq token. Figure 26–24 seq Token FormatNote – The seq token is output only when the seq audit policy is active. socket TokenThe socket token contains information that describes an Internet socket. This token has six fields:
The praudit command displays the socket token as follows:
For the Solaris 8 release, the Internet address can be displayed as a IPv4 address that uses 4 bytes, or as an IPv6 address that uses 16 bytes to describe the type, and 16 bytes to describe the addresses. The following figure shows the format of a socket token. Figure 26–25 socket Token Formatsubject TokenThe subject token describes a user who performs or attempts to perform an operation. The format is the same as the process token. The subject token has nine fields:
The subject token is always returned as part of kernel-generated audit records for system calls. The praudit command displays the subject token as follows:
The audit ID, user ID, group ID, process ID, and session ID are long instead of short. Note – The subject token fields for the session ID, the real user ID, or the real group ID might be unavailable. The value is then set to -1. Any token that contains a terminal ID has several variations. The praudit command hides these variations on output of the terminal ID so that they all appear the same. This field is handled the same way for any token that contains it. The terminal ID is either an IP address and port number, or a device ID, such as the serial port that is connected to a modem, in which case it is zero. The terminal ID is specified in one of several formats:
For port numbers in the Solaris 7 release or earlier releases:
For port numbers in the Solaris 8 or 9 releases:
The following figure shows the format of the subject token. Figure 26–26 subject Token Format
text TokenThe text token contains a text string. This token has three fields:
The praudit command displays the text token as follows:
The following figure shows the format of a text token. Figure 26–27 text Token Formattrailer TokenThe two tokens, header and trailer, are special in that they distinguish the end points of an audit record and bracket all the other tokens. A header token begins an audit record. A trailer token ends an audit record. The trailer token is an optional token and is added as the last token of each record only when the trail audit policy has been set. The trailer token supports backward seeks of the audit trail. The trailer token has three fields:
The praudit command displays the trailer token as follows:
The following figure shows the format of a trailer token. Figure 26–28 trailer Token FormatThe audit trail analysis software ensures that each record contains both the header and trailer tokens. In the case of a write error, as when a file system becomes full, an audit record can be incomplete and truncated. The auditsvc() system call, that is responsible for writing data to the audit trail, attempts to write complete audit records. When file system space runs out, the system call terminates without releasing the current audit record. When the system call resumes, it can then repeat the truncated record. For more information, see the auditsvc(2) man page. Device Allocation ReferenceDevice allocation protects removable media from unauthorized use. By requiring that a user allocate a device, or by denying a user permission to use a device, you can protect your site from loss of data, computer viruses, and other security breaches. The following section provides information about BSM device allocation. Components of the Device-Allocation MechanismThe components of the device-allocation mechanism are as follows:
The device_allocate file, the device_map file, and the lock files are local configuration files. These files are not administered as name service databases because tape drives, diskette drives, and printers are all connected to specific machines. Using the Device-Allocation CommandsThis section describes some of the options to the allocate, deallocate, and list_devices commands that are usable only by root or a role of equivalent power. The commands are detailed on their respective man pages.
The Allocate Error StateAn allocatable device is in the allocate error state if it is owned by user bin and group bin with a device-special file mode of 0100. If a user wants to allocate a device that is in the allocate error state, you should try to force the deallocation of the device, by using the deallocate command with the -F option. Or, you can use allocate -U to assign the device to the user, then investigate any error messages that appear. After any problems with the device are corrected, you must rerun the deallocate -F or allocate -F command to clear the allocate error state from the device. The device_maps FileYou can examine the /etc/security/device_maps file to determine the device names, device types, and device-special files that are associated with each allocatable device. See the device_maps(4) man page. Device maps are created when you set up device allocation. A rudimentary device_maps file is created by bsmconv when the BSM is enabled. This initial device_maps file should be used only as a starting point. You can then augment and customize the device_maps file for your site. The device_maps file defines the device-special file mappings for each device, which in many cases is not intuitive. This file allows various programs to discover which device-special files map to which devices. You can use the dminfo command, for example, to retrieve the device name, the device type, and the device-special files to specify when you set up an allocatable device. The dminfo command uses the device_maps file to report this information. Each device is represented by a one-line entry of the form: device-name:device-type:device-list Lines in the device_maps file can end with a backslash (\) to continue an entry on the next line. Comments can also be included. A “#” makes a comment out of all subsequent text until the next newline not immediately preceded by a backslash. Leading and trailing blanks are allowed in any field.
The following is an example of a device_maps file entries for SCSI tape st0 and diskette fd0.
The device_allocate FileYou can modify the device_allocate file to change devices from allocatable to nonallocatable, or to add new devices. A sample device_allocate file follows.
You define which devices should be allocatable during initial BSM configuration. You can decide to accept the default devices and their defined characteristics, as shown in the preceding sample device_allocate file. Whenever you add a device to any machine after the system is up and running, you must decide whether to make the new device allocatable. After installation, you can modify the entries for devices in the device_allocate file. Any device that needs to be allocated before use must be defined in the device_allocate file on each machine. Currently, cartridge tape drives, diskette drives, CD-ROM devices, and audio chips are considered allocatable and have device-clean scripts. Note – XylogicsTM tape drives or Archive tape drives also use the st_clean script that is supplied for SCSI devices. Other devices that you can make allocatable are modems, terminals, graphics tablets, and similar devices. However, you need to create your own device-clean scripts for such devices, and the script must fulfill object-reuse requirements for that type of device. An entry in the device_allocate file does not mean that the device is allocatable, unless the entry specifically states that the device is allocatable. In the sample device_allocate file, note the asterisk (*) in the fifth field of the audio device entry. An asterisk in the fifth field indicates to the system that the device is not allocatable. That is, the system administrator does not require a user to allocate the device before it is used nor to deallocate it afterward. Any other string placed in this field indicates that the device is allocatable. In the device_allocate file, you represent each device by a one-line entry of the form:
For example, the following line shows the entry for device name st0:
Lines in the device_allocate file can end with a “\” to continue an entry on the next line. Comments can also be included. A “#” makes a comment out of all subsequent text until the next newline not immediately preceded by a “\”. Leading and trailing blanks are allowed in any field. The following paragraphs describe each field in the device_allocate file.
Device-Clean ScriptsThe device-clean scripts address the security requirement that all usable data be purged from a physical device before reuse. By default, cartridge tape drives, diskette drives, CD-ROM devices, and audio devices require device-clean scripts, which are provided. This section describes what device-clean scripts do. Object ReuseDevice allocation satisfies part of the object-reuse requirement. The device-clean scripts make sure that data that is left on a device by one user is cleared before the device is allocatable by another user. Device-Clean Script for TapesThe st_clean device-clean script supports three tape devices. The supported tape devices are:
The st_clean script uses the rewoffl option to the mt command to affect the device cleanup. For more information, see the mt(1) man page. If the script runs during system boot, it queries the device to see if the device is online and has media in it. The 1/4-inch tape devices that have media in them, are placed in the allocate error state to force the administrator to clean up the device manually. During normal system operation, when the allocate or deallocate command is executed in interactive mode, the user is prompted to remove the media from the device that is being deallocated. The script pauses until the media is removed from the device. Device-Clean Scripts for Diskettes and CD-ROM DevicesThe following table shows the device-clean scripts for diskettes and CD-ROM devices. Table 26–9 Device-Clean Scripts for Diskettes and CD-ROM Devices
The scripts use the eject command to remove the media from the drive. See the eject(1) man page. If the eject command fails, the device is placed in the allocate error state. Device-Clean Script for AudioAudio devices are cleaned up with an audio-clean script. The script performs an AUDIO_DRAIN ioctl system call to flush the device, then an AUDIO_SETINFO ioctl system call command to reset the device configuration to default. In addition, the script retrieves the audio chip registers by using the AUDIOGETREG ioctl system call. Any registers that deviate from the default settings are reset by using the AUDIOSETREG ioctl system call. Writing New Device-Clean ScriptsIf you add more allocatable devices to the system, you might need to create your own device-clean scripts. The deallocate command passes a parameter to the device-clean scripts. The parameter, shown here, is a string that contains the device name (see the device_allocate(4) man page):
Device-clean scripts must return “0” for success and greater than “0” for failure. The options -I, -F, and -S help the script determine its running mode. The -I option is needed during system boot only. All output must go to the system console. Failure or inability to forcibly eject the media must put the device in the allocate error state. The -F option is for forced cleanup. This option is interactive and assumes that the user is available to respond to prompts. A script with this option must attempt to complete the cleanup if one part of the cleanup fails. The -S option is for standard cleanup. This option is interactive and assumes that the user is available to respond to prompts. How the Device-Allocation Mechanism WorksThis section gives an example of how the device-allocate mechanism works. The allocate command first checks for the presence of a lock file under the device name for the specified device in the /etc/security/dev directory. If the file is owned by allocate, then the ownership of the lock file is changed to the name of the user who initiated the allocate command. The allocate command then checks for an entry for the device in the device_allocate file, and checks whether the entry shows that the device as allocatable. The first listing in the following example shows that a lock file exists with owner bin, group bin, and mode 600 for the st0 device in /etc/security/dev. The second listing shows that the associated device-special files are set up properly, with owner bin, group bin, and mode 000.
In this example, the user vanessa allocates device st0.
When the user vanessa runs the allocate command to allocate the tape st0, allocate first checks for the existence of an /etc/security/dev/st0 file. If no lock file exists or if the lock file is owned by a user other than allocate, then user vanessa could not allocate the device. If the allocate command finds the lock file for the device with the correct ownership and permissions, it then checks to make sure that the device has an entry in the device_allocate file and that the entry specifies that the device is allocatable. In this example, the default device_allocate entry for the st0 device specifies that the device is allocatable. Because the allocate command finds that all these conditions are met, the device is allocated to user vanessa. The allocate command changes the ownership and permissions of the device-special files that are associated with the device in the /dev directory. To allocate the st0 device to the user vanessa, the mode on its associated device-special files is changed to 600 and the owner is changed to vanessa. The allocate command also changes the ownership of the lock file that is associated with the device in the /etc/security/dev directory. To allocate the st0 device to the user vanessa, the owner of /etc/security/dev/st0 is changed to vanessa. In the following example, after the user vanessa executes the allocate command with the device name st0, the owner of /etc/security/dev/st0 is changed to vanessa and the owner of the associated device-special files is now also vanessa. Lastly, user vanessa now has permission to read and write the files.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||