Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
pod/ | H | - | - | 149 | 89 | |
t/ | H | - | - | 279 | 229 | |
Changes | H A D | 12-May-2010 | 117 | 5 | 3 | |
MANIFEST | H A D | 14-Jun-2005 | 233 | 16 | 15 | |
Makefile.PL | H A D | 12-May-2010 | 1.4 KiB | 68 | 34 | |
Privilege.pm | H A D | 12-May-2010 | 1.4 KiB | 50 | 27 | |
Privilege.xs | H A D | 12-May-2010 | 5.9 KiB | 292 | 214 | |
README | H A D | 12-May-2010 | 706 | 29 | 21 | |
typemap | H A D | 12-May-2010 | 434 | 29 | 25 |
README
1# 2# Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3# 4 5Licensing 6--------- 7This module is released under the Perl Artistic License. 8 9Availability 10------------ 11This module is only available for Solaris 10 onwards. 12 13Description 14----------- 15This module provides access to the Solaris Privilege subsystem. 16 17See getppriv(2), setppriv(2), priv_str_to_set(3C), priv_set(3C), 18priv_addset(3C), privileges(5). 19 20Installation 21------------ 22 231. Uncompress and untar the archive 242. cd to the module directory 253. perl Makefile.PL; make install 26 27If you are using gcc and wish to build this module against the perl shipped as 28part of Solaris, see the Solaris-PerlGcc module, also available from CPAN. 29