Name Date Size

.. 2012-09-27 22:35:36 14

Changes 2012-09-27 22:35:36 117

Makefile.PL 2012-09-27 22:35:36 1.5 KiB

MANIFEST 2012-09-27 22:35:36 233

pod 2012-09-27 22:35:36 3

Privilege.pm 2012-09-27 22:35:36 1.5 KiB

Privilege.xs 2012-09-27 22:35:36 6.1 KiB

README 2012-09-27 22:35:36 706

t 2012-09-27 22:35:36 3

typemap 2012-09-27 22:35:36 434

README

#
# Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
#
Licensing
---------
This module is released under the Perl Artistic License.
Availability
------------
This module is only available for Solaris 10 onwards.
Description
-----------
This module provides access to the Solaris Privilege subsystem.
See getppriv(2), setppriv(2), priv_str_to_set(3C), priv_set(3C),
priv_addset(3C), privileges(5).
Installation
------------
1. Uncompress and untar the archive
2. cd to the module directory
3. perl Makefile.PL; make install
If you are using gcc and wish to build this module against the perl shipped as
part of Solaris, see the Solaris-PerlGcc module, also available from CPAN.