2 .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.
3 .\" Copyright 2015, Joyent, Inc. All Rights Reserved.
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
5 .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
6 .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH PRIVILEGES 5 "Jun 6, 2016"
9 privileges \- process privilege model
12 Solaris software implements a set of privileges that provide fine-grained
13 control over the actions of processes. The possession of a certain privilege
14 allows a process to perform a specific set of restricted operations.
17 The change to a primarily privilege-based security model in the Solaris
18 operating system gives developers an opportunity to restrict processes to those
19 privileged operations actually needed instead of all (super-user) or no
20 privileges (non-zero UIDs). Additionally, a set of previously unrestricted
21 operations now requires a privilege; these privileges are dubbed the "basic"
22 privileges and are by default given to all processes.
25 Taken together, all defined privileges with the exception of the "basic"
26 privileges compose the set of privileges that are traditionally associated with
27 the root user. The "basic" privileges are "privileges" unprivileged processes
28 were accustomed to having.
31 The defined privileges are:
35 \fB\fBPRIV_CONTRACT_EVENT\fR\fR
39 Allow a process to request reliable delivery of events to an event endpoint.
41 Allow a process to include events in the critical event set term of a template
42 which could be generated in volume by the user.
48 \fB\fBPRIV_CONTRACT_IDENTITY\fR\fR
52 Allows a process to set the service FMRI value of a process contract template.
58 \fB\fBPRIV_CONTRACT_OBSERVER\fR\fR
62 Allow a process to observe contract events generated by contracts created and
63 owned by users other than the process's effective user ID.
65 Allow a process to open contract event endpoints belonging to contracts created
66 and owned by users other than the process's effective user ID.
72 \fB\fBPRIV_CPC_CPU\fR\fR
76 Allow a process to access per-CPU hardware performance counters.
82 \fB\fBPRIV_DTRACE_KERNEL\fR\fR
86 Allow DTrace kernel-level tracing.
92 \fB\fBPRIV_DTRACE_PROC\fR\fR
96 Allow DTrace process-level tracing. Allow process-level tracing probes to be
97 placed and enabled in processes to which the user has permissions.
103 \fB\fBPRIV_DTRACE_USER\fR\fR
107 Allow DTrace user-level tracing. Allow use of the syscall and profile DTrace
108 providers to examine processes to which the user has permissions.
114 \fB\fBPRIV_FILE_CHOWN\fR\fR
118 Allow a process to change a file's owner user ID. Allow a process to change a
119 file's group ID to one other than the process's effective group ID or one of
120 the process's supplemental group IDs.
126 \fB\fBPRIV_FILE_CHOWN_SELF\fR\fR
130 Allow a process to give away its files. A process with this privilege runs as
131 if {\fB_POSIX_CHOWN_RESTRICTED\fR} is not in effect.
137 \fB\fBPRIV_FILE_DAC_EXECUTE\fR\fR
141 Allow a process to execute an executable file whose permission bits or ACL
142 would otherwise disallow the process execute permission.
148 \fB\fBPRIV_FILE_DAC_READ\fR\fR
152 Allow a process to read a file or directory whose permission bits or ACL would
153 otherwise disallow the process read permission.
159 \fB\fBPRIV_FILE_DAC_SEARCH\fR\fR
163 Allow a process to search a directory whose permission bits or ACL would not
164 otherwise allow the process search permission.
170 \fB\fBPRIV_FILE_DAC_WRITE\fR\fR
174 Allow a process to write a file or directory whose permission bits or ACL do
175 not allow the process write permission. All privileges are required to write
176 files owned by UID 0 in the absence of an effective UID of 0.
182 \fB\fBPRIV_FILE_DOWNGRADE_SL\fR\fR
186 Allow a process to set the sensitivity label of a file or directory to a
187 sensitivity label that does not dominate the existing sensitivity label.
189 This privilege is interpreted only if the system is configured with Trusted
196 \fB\fBPRIV_FILE_FLAG_SET\fR\fR
200 Allows a process to set immutable, nounlink or appendonly file attributes.
206 \fB\fBPRIV_FILE_LINK_ANY\fR\fR
210 Allow a process to create hardlinks to files owned by a UID different from the
211 process's effective UID.
217 \fB\fBPRIV_FILE_OWNER\fR\fR
221 Allow a process that is not the owner of a file to modify that file's access
222 and modification times. Allow a process that is not the owner of a directory to
223 modify that directory's access and modification times. Allow a process that is
224 not the owner of a file or directory to remove or rename a file or directory
225 whose parent directory has the "save text image after execution" (sticky) bit
226 set. Allow a process that is not the owner of a file to mount a \fBnamefs\fR
227 upon that file. Allow a process that is not the owner of a file or directory to
228 modify that file's or directory's permission bits or ACL.
234 \fB\fBPRIV_FILE_READ\fR\fR
238 Allow a process to open objects in the filesystem for reading. This
239 privilege is not necessary to read from an already open file which was opened
240 before dropping the \fBPRIV_FILE_READ\fR privilege.
246 \fB\fBPRIV_FILE_SETID\fR\fR
250 Allow a process to change the ownership of a file or write to a file without
251 the set-user-ID and set-group-ID bits being cleared. Allow a process to set the
252 set-group-ID bit on a file or directory whose group is not the process's
253 effective group or one of the process's supplemental groups. Allow a process to
254 set the set-user-ID bit on a file with different ownership in the presence of
255 \fBPRIV_FILE_OWNER\fR. Additional restrictions apply when creating or modifying
262 \fB\fBPRIV_FILE_UPGRADE_SL\fR\fR
266 Allow a process to set the sensitivity label of a file or directory to a
267 sensitivity label that dominates the existing sensitivity label.
269 This privilege is interpreted only if the system is configured with Trusted
276 \fB\fBPRIV_FILE_WRITE\fR\fR
280 Allow a process to open objects in the filesytem for writing, or otherwise
281 modify them. This privilege is not necessary to write to an already open file
282 which was opened before dropping the \fBPRIV_FILE_WRITE\fR privilege.
288 \fB\fBPRIV_GRAPHICS_ACCESS\fR\fR
292 Allow a process to make privileged ioctls to graphics devices. Typically only
293 an xserver process needs to have this privilege. A process with this privilege
294 is also allowed to perform privileged graphics device mappings.
300 \fB\fBPRIV_GRAPHICS_MAP\fR\fR
304 Allow a process to perform privileged mappings through a graphics device.
310 \fB\fBPRIV_IPC_DAC_READ\fR\fR
314 Allow a process to read a System V IPC Message Queue, Semaphore Set, or Shared
315 Memory Segment whose permission bits would not otherwise allow the process read
322 \fB\fBPRIV_IPC_DAC_WRITE\fR\fR
326 Allow a process to write a System V IPC Message Queue, Semaphore Set, or Shared
327 Memory Segment whose permission bits would not otherwise allow the process
334 \fB\fBPRIV_IPC_OWNER\fR\fR
338 Allow a process that is not the owner of a System V IPC Message Queue,
339 Semaphore Set, or Shared Memory Segment to remove, change ownership of, or
340 change permission bits of the Message Queue, Semaphore Set, or Shared Memory
347 \fB\fBPRIV_NET_ACCESS\fR\fR
351 Allow a process to open a TCP, UDP, SDP, or SCTP network endpoint. This
352 privilege is not necessary to communicate using an existing endpoint already
353 opened before dropping the \fBPRIV_NET_ACCESS\fR privilege.
359 \fB\fBPRIV_NET_BINDMLP\fR\fR
363 Allow a process to bind to a port that is configured as a multi-level port
364 (MLP) for the process's zone. This privilege applies to both shared address and
365 zone-specific address MLPs. See \fBtnzonecfg\fR(\fB4\fR) from the Trusted
366 Extensions manual pages for information on configuring MLP ports.
368 This privilege is interpreted only if the system is configured with Trusted
375 \fB\fBPRIV_NET_ICMPACCESS\fR\fR
379 Allow a process to send and receive ICMP packets.
385 \fB\fBPRIV_NET_MAC_AWARE\fR\fR
389 Allow a process to set the \fBNET_MAC_AWARE\fR process flag by using
390 \fBsetpflags\fR(2). This privilege also allows a process to set the
391 \fBSO_MAC_EXEMPT\fR socket option by using \fBsetsockopt\fR(3SOCKET). The
392 \fBNET_MAC_AWARE\fR process flag and the \fBSO_MAC_EXEMPT\fR socket option both
393 allow a local process to communicate with an unlabeled peer if the local
394 process's label dominates the peer's default label, or if the local process
395 runs in the global zone.
397 This privilege is interpreted only if the system is configured with Trusted
404 \fB\fBPRIV_NET_MAC_IMPLICIT\fR\fR
408 Allow a process to set \fBSO_MAC_IMPLICIT\fR option by using
409 \fBsetsockopt\fR(3SOCKET). This allows a privileged process to transmit
410 implicitly-labeled packets to a peer.
412 This privilege is interpreted only if the system is configured with
419 \fB\fBPRIV_NET_OBSERVABILITY\fR\fR
423 Allow a process to open a device for just receiving network traffic, sending
424 traffic is disallowed.
430 \fB\fBPRIV_NET_PRIVADDR\fR\fR
434 Allow a process to bind to a privileged port number. The privilege port numbers
435 are 1-1023 (the traditional UNIX privileged ports) as well as those ports
436 marked as "\fBudp/tcp_extra_priv_ports\fR" with the exception of the ports
437 reserved for use by NFS and SMB.
443 \fB\fBPRIV_NET_RAWACCESS\fR\fR
447 Allow a process to have direct access to the network layer.
453 \fB\fBPRIV_PROC_AUDIT\fR\fR
457 Allow a process to generate audit records. Allow a process to get its own audit
458 pre-selection information.
464 \fB\fBPRIV_PROC_CHROOT\fR\fR
468 Allow a process to change its root directory.
474 \fB\fBPRIV_PROC_CLOCK_HIGHRES\fR\fR
478 Allow a process to use high resolution timers.
484 \fB\fBPRIV_PROC_EXEC\fR\fR
488 Allow a process to call \fBexec\fR(2).
494 \fB\fBPRIV_PROC_FORK\fR\fR
498 Allow a process to call \fBfork\fR(2), \fBfork1\fR(2), or \fBvfork\fR(2).
504 \fB\fBPRIV_PROC_INFO\fR\fR
508 Allow a process to examine the status of processes other than those to which it
509 can send signals. Processes that cannot be examined cannot be seen in
510 \fB/proc\fR and appear not to exist.
516 \fB\fBPRIV_PROC_LOCK_MEMORY\fR\fR
520 Allow a process to lock pages in physical memory.
526 \fB\fBPRIV_PROC_MEMINFO\fR\fR
530 Allow a process to access physical memory information.
536 \fB\fBPRIV_PROC_OWNER\fR\fR
540 Allow a process to send signals to other processes and inspect and modify the
541 process state in other processes, regardless of ownership. When modifying
542 another process, additional restrictions apply: the effective privilege set of
543 the attaching process must be a superset of the target process's effective,
544 permitted, and inheritable sets; the limit set must be a superset of the
545 target's limit set; if the target process has any UID set to 0 all privilege
546 must be asserted unless the effective UID is 0. Allow a process to bind
547 arbitrary processes to CPUs.
553 \fB\fBPRIV_PROC_PRIOUP\fR\fR
557 Allow a process to elevate its priority above its current level.
563 \fB\fBPRIV_PROC_PRIOCNTL\fR\fR
567 Allows all that PRIV_PROC_PRIOUP allows.
568 Allow a process to change its scheduling class to any scheduling class,
569 including the RT class.
575 \fB\PRIV_PROC_SECFLAGS\fR
579 Allow a process to manipulate the secflags of processes (subject to,
580 additionally, the ability to signal that process).
586 \fB\fBPRIV_PROC_SESSION\fR\fR
590 Allow a process to send signals or trace processes outside its session.
596 \fB\fBPRIV_PROC_SETID\fR\fR
600 Allow a process to set its UIDs at will, assuming UID 0 requires all privileges
607 \fB\fBPRIV_PROC_TASKID\fR\fR
611 Allow a process to assign a new task ID to the calling process.
617 \fB\fBPRIV_PROC_ZONE\fR\fR
621 Allow a process to trace or send signals to processes in other zones. See
628 \fB\fBPRIV_SYS_ACCT\fR\fR
632 Allow a process to enable and disable and manage accounting through
639 \fB\fBPRIV_SYS_ADMIN\fR\fR
643 Allow a process to perform system administration tasks such as setting node and
644 domain name and specifying \fBcoreadm\fR(1M) and \fBnscd\fR(1M) settings
650 \fB\fBPRIV_SYS_AUDIT\fR\fR
654 Allow a process to start the (kernel) audit daemon. Allow a process to view and
655 set audit state (audit user ID, audit terminal ID, audit sessions ID, audit
656 pre-selection mask). Allow a process to turn off and on auditing. Allow a
657 process to configure the audit parameters (cache and queue sizes, event to
658 class mappings, and policy options).
664 \fB\fBPRIV_SYS_CONFIG\fR\fR
668 Allow a process to perform various system configuration tasks. Allow
669 filesystem-specific administrative procedures, such as filesystem configuration
670 ioctls, quota calls, creation and deletion of snapshots, and manipulating the
677 \fB\fBPRIV_SYS_DEVICES\fR\fR
681 Allow a process to create device special files. Allow a process to successfully
682 call a kernel module that calls the kernel \fBdrv_priv\fR(9F) function to check
683 for allowed access. Allow a process to open the real console device directly.
684 Allow a process to open devices that have been exclusively opened.
690 \fB\fBPRIV_SYS_DL_CONFIG\fR\fR
694 Allow a process to configure a system's datalink interfaces.
700 \fB\fBPRIV_SYS_IP_CONFIG\fR\fR
704 Allow a process to configure a system's IP interfaces and routes. Allow a
705 process to configure network parameters for \fBTCP/IP\fR using \fBndd\fR. Allow
706 a process access to otherwise restricted \fBTCP/IP\fR information using
707 \fBndd\fR. Allow a process to configure \fBIPsec\fR. Allow a process to pop
708 anchored \fBSTREAM\fRs modules with matching \fBzoneid\fR.
714 \fB\fBPRIV_SYS_IPC_CONFIG\fR\fR
718 Allow a process to increase the size of a System V IPC Message Queue buffer.
724 \fB\fBPRIV_SYS_IPTUN_CONFIG\fR\fR
728 Allow a process to configure IP tunnel links.
734 \fB\fBPRIV_SYS_LINKDIR\fR\fR
738 Allow a process to unlink and link directories.
744 \fB\fBPRIV_SYS_MOUNT\fR\fR
748 Allow a process to mount and unmount filesystems that would otherwise be
749 restricted (that is, most filesystems except \fBnamefs\fR). Allow a process to
750 add and remove swap devices.
756 \fB\fBPRIV_SYS_NET_CONFIG\fR\fR
760 Allow a process to do all that \fBPRIV_SYS_IP_CONFIG\fR,
761 \fBPRIV_SYS_DL_CONFIG\fR, and \fBPRIV_SYS_PPP_CONFIG\fR allow, plus the
762 following: use the \fBrpcmod\fR STREAMS module and insert/remove STREAMS
763 modules on locations other than the top of the module stack.
769 \fB\fBPRIV_SYS_NFS\fR\fR
773 Allow a process to provide NFS service: start NFS kernel threads, perform NFS
774 locking operations, bind to NFS reserved ports: ports 2049 (\fBnfs\fR) and port
781 \fB\fBPRIV_SYS_PPP_CONFIG\fR\fR
785 Allow a process to create, configure, and destroy PPP instances with pppd(1M)
786 \fBpppd\fR(1M) and control PPPoE plumbing with \fBsppptun\fR(1M)sppptun(1M).
787 This privilege is granted by default to exclusive IP stack instance zones.
793 \fB\fBPRIV_SYS_RES_BIND\fR\fR
797 Allows a process to bind processes to processor sets.
803 \fB\fBPRIV_SYS_RES_CONFIG\fR\fR
807 Allows all that PRIV_SYS_RES_BIND allows.
808 Allow a process to create and delete processor sets, assign CPUs to processor
809 sets and override the \fBPSET_NOESCAPE\fR property. Allow a process to change
810 the operational status of CPUs in the system using \fBp_online\fR(2). Allow a
811 process to configure filesystem quotas. Allow a process to configure resource
812 pools and bind processes to pools.
818 \fB\fBPRIV_SYS_RESOURCE\fR\fR
822 Allow a process to exceed the resource limits imposed on it by
823 \fBsetrlimit\fR(2) and \fBsetrctl\fR(2).
829 \fB\fBPRIV_SYS_SMB\fR\fR
833 Allow a process to provide NetBIOS or SMB services: start SMB kernel threads or
834 bind to NetBIOS or SMB reserved ports: ports 137, 138, 139 (NetBIOS) and 445
841 \fB\fBPRIV_SYS_SUSER_COMPAT\fR\fR
845 Allow a process to successfully call a third party loadable module that calls
846 the kernel \fBsuser()\fR function to check for allowed access. This privilege
847 exists only for third party loadable module compatibility and is not used by
854 \fB\fBPRIV_SYS_TIME\fR\fR
858 Allow a process to manipulate system time using any of the appropriate system
859 calls: \fBstime\fR(2), \fBadjtime\fR(2), and \fBntp_adjtime\fR(2).
865 \fB\fBPRIV_SYS_TRANS_LABEL\fR\fR
869 Allow a process to translate labels that are not dominated by the process's
870 sensitivity label to and from an external string form.
872 This privilege is interpreted only if the system is configured with Trusted
879 \fB\fBPRIV_VIRT_MANAGE\fR\fR
883 Allows a process to manage virtualized environments such as \fBxVM\fR(5).
889 \fB\fBPRIV_WIN_COLORMAP\fR\fR
893 Allow a process to override colormap restrictions.
895 Allow a process to install or remove colormaps.
897 Allow a process to retrieve colormap cell entries allocated by other processes.
899 This privilege is interpreted only if the system is configured with Trusted
906 \fB\fBPRIV_WIN_CONFIG\fR\fR
910 Allow a process to configure or destroy resources that are permanently retained
913 Allow a process to use SetScreenSaver to set the screen saver timeout value
915 Allow a process to use ChangeHosts to modify the display access control list.
917 Allow a process to use GrabServer.
919 Allow a process to use the SetCloseDownMode request that can retain window,
920 pixmap, colormap, property, cursor, font, or graphic context resources.
922 This privilege is interpreted only if the system is configured with Trusted
929 \fB\fBPRIV_WIN_DAC_READ\fR\fR
933 Allow a process to read from a window resource that it does not own (has a
936 This privilege is interpreted only if the system is configured with Trusted
943 \fB\fBPRIV_WIN_DAC_WRITE\fR\fR
947 Allow a process to write to or create a window resource that it does not own
948 (has a different user ID). A newly created window property is created with the
951 This privilege is interpreted only if the system is configured with Trusted
958 \fB\fBPRIV_WIN_DEVICES\fR\fR
962 Allow a process to perform operations on window input devices.
964 Allow a process to get and set keyboard and pointer controls.
966 Allow a process to modify pointer button and key mappings.
968 This privilege is interpreted only if the system is configured with Trusted
975 \fB\fBPRIV_WIN_DGA\fR\fR
979 Allow a process to use the direct graphics access (DGA) X protocol extensions.
980 Direct process access to the frame buffer is still required. Thus the process
981 must have MAC and DAC privileges that allow access to the frame buffer, or the
982 frame buffer must be allocated to the process.
984 This privilege is interpreted only if the system is configured with Trusted
991 \fB\fBPRIV_WIN_DOWNGRADE_SL\fR\fR
995 Allow a process to set the sensitivity label of a window resource to a
996 sensitivity label that does not dominate the existing sensitivity label.
998 This privilege is interpreted only if the system is configured with Trusted
1005 \fB\fBPRIV_WIN_FONTPATH\fR\fR
1009 Allow a process to set a font path.
1011 This privilege is interpreted only if the system is configured with Trusted
1018 \fB\fBPRIV_WIN_MAC_READ\fR\fR
1022 Allow a process to read from a window resource whose sensitivity label is not
1023 equal to the process sensitivity label.
1025 This privilege is interpreted only if the system is configured with Trusted
1032 \fB\fBPRIV_WIN_MAC_WRITE\fR\fR
1036 Allow a process to create a window resource whose sensitivity label is not
1037 equal to the process sensitivity label. A newly created window property is
1038 created with the window's sensitivity label.
1040 This privilege is interpreted only if the system is configured with Trusted
1047 \fB\fBPRIV_WIN_SELECTION\fR\fR
1051 Allow a process to request inter-window data moves without the intervention of
1052 the selection confirmer.
1054 This privilege is interpreted only if the system is configured with Trusted
1061 \fB\fBPRIV_WIN_UPGRADE_SL\fR\fR
1065 Allow a process to set the sensitivity label of a window resource to a
1066 sensitivity label that dominates the existing sensitivity label.
1068 This privilege is interpreted only if the system is configured with Trusted
1075 \fB\fBPRIV_XVM_CONTROL\fR\fR
1079 Allows a process access to the \fBxVM\fR(5) control devices for managing guest
1080 domains and the hypervisor. This privilege is used only if booted into xVM on
1086 Of the privileges listed above, the privileges \fBPRIV_FILE_LINK_ANY\fR,
1087 \fBPRIV_PROC_INFO\fR, \fBPRIV_PROC_SESSION\fR, \fBPRIV_PROC_FORK\fR,
1088 \fBPRIV_FILE_READ\fR, \fBPRIV_FILE_WRITE\fR, \fBPRIV_NET_ACCESS\fR and
1089 \fBPRIV_PROC_EXEC\fR are considered "basic" privileges. These are privileges
1090 that used to be always available to unprivileged processes. By default,
1091 processes still have the basic privileges.
1094 The privileges \fBPRIV_PROC_SETID\fR and \fBPRIV_PROC_AUDIT\fR must be present
1095 in the Limit set (see below) of a process in order for set-uid root \fBexec\fRs
1096 to be successful, that is, get an effective UID of 0 and additional privileges.
1099 The privilege implementation in Solaris extends the process credential with
1100 four privilege sets:
1104 \fBI, the inheritable set\fR
1107 The privileges inherited on \fBexec\fR.
1113 \fBP, the permitted set\fR
1116 The maximum set of privileges for the process.
1122 \fBE, the effective set\fR
1125 The privileges currently in effect.
1131 \fBL, the limit set\fR
1134 The upper bound of the privileges a process and its offspring can obtain.
1135 Changes to L take effect on the next \fBexec\fR.
1140 The sets I, P and E are typically identical to the basic set of privileges for
1141 unprivileged processes. The limit set is typically the full set of privileges.
1144 Each process has a Privilege Awareness State (PAS) that can take the value PA
1145 (privilege-aware) and NPA (not-PA). PAS is a transitional mechanism that allows
1146 a choice between full compatibility with the old superuser model and completely
1147 ignoring the effective UID.
1150 To facilitate the discussion, we introduce the notion of "observed effective
1151 set" (oE) and "observed permitted set" (oP) and the implementation sets iE and
1155 A process becomes privilege-aware either by manipulating the effective,
1156 permitted, or limit privilege sets through \fBsetppriv\fR(2) or by using
1157 \fBsetpflags\fR(2). In all cases, oE and oP are invariant in the process of
1158 becoming privilege-aware. In the process of becoming privilege-aware, the
1159 following assignments take place:
1170 When a process is privilege-aware, oE and oP are invariant under UID changes.
1171 When a process is not privilege-aware, oE and oP are observed as follows:
1175 oE = euid == 0 ? L : iE
1176 oP = (euid == 0 || ruid == 0 || suid == 0) ? L : iP
1182 When a non-privilege-aware process has an effective UID of 0, it can exercise
1183 the privileges contained in its limit set, the upper bound of its privileges.
1184 If a non-privilege-aware process has any of the UIDs 0, it appears to be
1185 capable of potentially exercising all privileges in L.
1188 It is possible for a process to return to the non-privilege aware state using
1189 \fBsetpflags()\fR. The kernel always attempts this on \fBexec\fR(2). This
1190 operation is permitted only if the following conditions are met:
1195 If any of the UIDs is equal to 0, P must be equal to L.
1201 If the effective UID is equal to 0, E must be equal to L.
1205 When a process gives up privilege awareness, the following assignments take
1210 if (euid == 0) iE = L & I
1211 if (any uid == 0) iP = L & I
1217 The privileges obtained when not having a UID of \fB0\fR are the inheritable
1218 set of the process restricted by the limit set.
1221 Only privileges in the process's (observed) effective privilege set allow the
1222 process to perform restricted operations. A process can use any of the
1223 privilege manipulation functions to add or remove privileges from the privilege
1224 sets. Privileges can be removed always. Only privileges found in the permitted
1225 set can be added to the effective and inheritable set. The limit set cannot
1226 grow. The inheritable set can be larger than the permitted set.
1229 When a process performs an \fBexec\fR(2), the kernel first tries to relinquish
1230 privilege awareness before making the following privilege set modifications:
1234 E' = P' = I' = L & I
1241 If a process has not manipulated its privileges, the privilege sets effectively
1242 remain the same, as E, P and I are already identical.
1245 The limit set is enforced at \fBexec\fR time.
1248 To run a non-privilege-aware application in a backward-compatible manner, a
1249 privilege-aware application should start the non-privilege-aware application
1253 For most privileges, absence of the privilege simply results in a failure. In
1254 some instances, the absence of a privilege can cause system calls to behave
1255 differently. In other instances, the removal of a privilege can force a set-uid
1256 application to seriously malfunction. Privileges of this type are considered
1257 "unsafe". When a process is lacking any of the unsafe privileges from its limit
1258 set, the system does not honor the set-uid bit of set-uid root applications.
1259 The following unsafe privileges have been identified: \fBproc_setid\fR,
1260 \fBsys_resource\fR and \fBproc_audit\fR.
1261 .SS "Privilege Escalation"
1263 In certain circumstances, a single privilege could lead to a process gaining
1264 one or more additional privileges that were not explicitly granted to that
1265 process. To prevent such an escalation of privileges, the security policy
1266 requires explicit permission for those additional privileges.
1269 Common examples of escalation are those mechanisms that allow modification of
1270 system resources through "raw'' interfaces; for example, changing kernel data
1271 structures through \fB/dev/kmem\fR or changing files through \fB/dev/dsk/*\fR.
1272 Escalation also occurs when a process controls processes with more privileges
1273 than the controlling process. A special case of this is manipulating or
1274 creating objects owned by UID 0 or trying to obtain UID 0 using
1275 \fBsetuid\fR(2). The special treatment of UID 0 is needed because the UID 0
1276 owns all system configuration files and ordinary file protection mechanisms
1277 allow processes with UID 0 to modify the system configuration. With appropriate
1278 file modifications, a given process running with an effective UID of 0 can gain
1282 In situations where a process might obtain UID 0, the security policy requires
1283 additional privileges, up to the full set of privileges. Such restrictions
1284 could be relaxed or removed at such time as additional mechanisms for
1285 protection of system files became available. There are no such mechanisms in
1286 the current Solaris release.
1289 The use of UID 0 processes should be limited as much as possible. They should
1290 be replaced with programs running under a different UID but with exactly the
1291 privileges they need.
1294 Daemons that never need to \fBexec\fR subprocesses should remove the
1295 \fBPRIV_PROC_EXEC\fR privilege from their permitted and limit sets.
1296 .SS "Assigned Privileges and Safeguards"
1298 When privileges are assigned to a user, the system administrator could give
1299 that user more powers than intended. The administrator should consider whether
1300 safeguards are needed. For example, if the \fBPRIV_PROC_LOCK_MEMORY\fR
1301 privilege is given to a user, the administrator should consider setting the
1302 \fBproject.max-locked-memory\fR resource control as well, to prevent that user
1303 from locking all memory.
1304 .SS "Privilege Debugging"
1306 When a system call fails with a permission error, it is not always immediately
1307 obvious what caused the problem. To debug such a problem, you can use a tool
1308 called \fBprivilege debugging\fR. When privilege debugging is enabled for a
1309 process, the kernel reports missing privileges on the controlling terminal of
1310 the process. (Enable debugging for a process with the \fB-D\fR option of
1311 \fBppriv\fR(1).) Additionally, the administrator can enable system-wide
1312 privilege debugging by setting the \fBsystem\fR(4) variable \fBpriv_debug\fR
1323 On a running system, you can use \fBmdb\fR(1) to change this variable.
1324 .SS "Privilege Administration"
1326 The Solaris Management Console (see \fBsmc\fR(1M)) is the preferred method of
1327 modifying privileges for a command. Use \fBusermod\fR(1M) or \fBsmrole\fR(1M)
1328 to assign privileges to or modify privileges for, respectively, a user or a
1329 role. Use \fBppriv\fR(1) to enumerate the privileges supported on a system and
1330 \fBtruss\fR(1) to determine which privileges a program requires.
1333 \fBmdb\fR(1), \fBppriv\fR(1), \fBadd_drv\fR(1M), \fBifconfig\fR(1M),
1334 \fBlockd\fR(1M), \fBnfsd\fR(1M), \fBpppd\fR(1M), \fBrem_drv\fR(1M),
1335 \fBsmbd\fR(1M), \fBsppptun\fR(1M), \fBupdate_drv\fR(1M), \fBIntro\fR(2),
1336 \fBaccess\fR(2), \fBacct\fR(2), \fBacl\fR(2), \fBadjtime\fR(2), \fBaudit\fR(2),
1337 \fBauditon\fR(2), \fBchmod\fR(2), \fBchown\fR(2), \fBchroot\fR(2),
1338 \fBcreat\fR(2), \fBexec\fR(2), \fBfcntl\fR(2), \fBfork\fR(2),
1339 \fBfpathconf\fR(2), \fBgetacct\fR(2), \fBgetpflags\fR(2), \fBgetppriv\fR(2),
1340 \fBgetsid\fR(2), \fBkill\fR(2), \fBlink\fR(2), \fBmemcntl\fR(2),
1341 \fBmknod\fR(2), \fBmount\fR(2), \fBmsgctl\fR(2), \fBnice\fR(2),
1342 \fBntp_adjtime\fR(2), \fBopen\fR(2), \fBp_online\fR(2), \fBpriocntl\fR(2),
1343 \fBpriocntlset\fR(2), \fBprocessor_bind\fR(2), \fBpset_bind\fR(2),
1344 \fBpset_create\fR(2), \fBreadlink\fR(2), \fBresolvepath\fR(2), \fBrmdir\fR(2),
1345 \fBsemctl\fR(2), \fBsetauid\fR(2), \fBsetegid\fR(2), \fBseteuid\fR(2),
1346 \fBsetgid\fR(2), \fBsetgroups\fR(2), \fBsetpflags\fR(2), \fBsetppriv\fR(2),
1347 \fBsetrctl\fR(2), \fBsetregid\fR(2), \fBsetreuid\fR(2), \fBsetrlimit\fR(2),
1348 \fBsettaskid\fR(2), \fBsetuid\fR(2), \fBshmctl\fR(2), \fBshmget\fR(2),
1349 \fBshmop\fR(2), \fBsigsend\fR(2), \fBstat\fR(2), \fBstatvfs\fR(2),
1350 \fBstime\fR(2), \fBswapctl\fR(2), \fBsysinfo\fR(2), \fBuadmin\fR(2),
1351 \fBulimit\fR(2), \fBumount\fR(2), \fBunlink\fR(2), \fButime\fR(2),
1352 \fButimes\fR(2), \fBbind\fR(3SOCKET), \fBdoor_ucred\fR(3C),
1353 \fBpriv_addset\fR(3C), \fBpriv_set\fR(3C), \fBpriv_getbyname\fR(3C),
1354 \fBpriv_getbynum\fR(3C), \fBpriv_set_to_str\fR(3C), \fBpriv_str_to_set\fR(3C),
1355 \fBsocket\fR(3SOCKET), \fBt_bind\fR(3NSL), \fBtimer_create\fR(3C),
1356 \fBucred_get\fR(3C), \fBexec_attr\fR(4), \fBproc\fR(4), \fBsystem\fR(4),
1357 \fBuser_attr\fR(4), \fBxVM\fR(5), \fBddi_cred\fR(9F), \fBdrv_priv\fR(9F),
1358 \fBpriv_getbyname\fR(9F), \fBpriv_policy\fR(9F), \fBpriv_policy_choice\fR(9F),
1359 \fBpriv_policy_only\fR(9F)
1362 \fISystem Administration Guide: Security Services\fR