10Sstevel@tonic-gate# 2*12388SJohn.Sonnenschein@Sun.COM# Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 30Sstevel@tonic-gate# 40Sstevel@tonic-gate 50Sstevel@tonic-gateLicensing 60Sstevel@tonic-gate--------- 70Sstevel@tonic-gateThis module is released under the Perl Artistic License. 80Sstevel@tonic-gate 90Sstevel@tonic-gateAvailability 100Sstevel@tonic-gate------------ 110Sstevel@tonic-gateThis module is only available for Solaris 10 onwards. 120Sstevel@tonic-gate 130Sstevel@tonic-gateDescription 140Sstevel@tonic-gate----------- 150Sstevel@tonic-gateThis module provides access to the Solaris Privilege subsystem. 160Sstevel@tonic-gate 170Sstevel@tonic-gateSee getppriv(2), setppriv(2), priv_str_to_set(3C), priv_set(3C), 180Sstevel@tonic-gatepriv_addset(3C), privileges(5). 190Sstevel@tonic-gate 200Sstevel@tonic-gateInstallation 210Sstevel@tonic-gate------------ 220Sstevel@tonic-gate 230Sstevel@tonic-gate1. Uncompress and untar the archive 240Sstevel@tonic-gate2. cd to the module directory 250Sstevel@tonic-gate3. perl Makefile.PL; make install 260Sstevel@tonic-gate 270Sstevel@tonic-gateIf you are using gcc and wish to build this module against the perl shipped as 280Sstevel@tonic-gatepart of Solaris, see the Solaris-PerlGcc module, also available from CPAN. 29