nodejs-7: Update to version 7.4.0
[unleashed-userland.git] / components / perl_modules / sun_solaris / src / Sun / Solaris / Privilege / README
blob1de03a7384386da3eab2b051fab7415dd6f9c540
2 # Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
5 Licensing
6 ---------
7 This module is released under the Perl Artistic License.
9 Availability
10 ------------
11 This module is only available for Solaris 10 onwards.
13 Description
14 -----------
15 This module provides access to the Solaris Privilege subsystem.
17 See getppriv(2), setppriv(2), priv_str_to_set(3C), priv_set(3C),
18 priv_addset(3C), privileges(5).
20 Installation
21 ------------
23 1. Uncompress and untar the archive
24 2. cd to the module directory
25 3. perl Makefile.PL; make install
27 If you are using gcc and wish to build this module against the perl shipped as
28 part of Solaris, see the Solaris-PerlGcc module, also available from CPAN.