CfgTie

 view release on metacpan or  search on metacpan

CfgTie2.tex  view on Meta::CPAN

* CfgTie-TieNet::	
      
* CfgTie-TiePh::	


* CfgTie-TieProto::	

* CfgTie-TieRCService::	

* CfgTie-TieRsrc::	


* CfgTie-TieServ::	
 
* CfgTie-TieShadow::	


@end menu

the @emph{group}(5) manpage
the @emph{passwd}(5) manpage
the @emph{shadow}(5) manpage
the @emph{usermod}(8) manpage
the @emph{useradd}(8) manpage
the @emph{userdel}(8) manpage

@subheading CAVEATS

@cindex CAVEATS

The current version does cache some user information.

@subheading AUTHOR

Randall Maas (@email{randym@@acm.org})

@c TeXInfo document produced by pod2texinfo version 1.1
@c from "TieRsrc.pod".



@c 290
@node Secure,  , CfgTie,  bytype
@chapter Secure
@section Secure 
@menu

* Secure-File::
@end menu

@c 319
@node Secure-File,  ,  , Secure
@section Secure-File


@c --- From file: - -------------------------

@subheading NAME


@code{Secure::File} --- A module to open or create files within suid/sgid files

@subheading SYNOPSIS
@example
    use Secure::File;
    my $SF = new Secure::File;
    $SF->open();
@end example
@example
    my $NF = new Secure::File, 'myfile';
@end example

@subheading DESCRIPTION

@code{open}  This checks that both the effective and real  user / group ids have
sufficient permissions to use the specified file.  (Standard @code{open} calls only
check the effective ids).  @code{Secure::File} also checks that the file we
open, really is the same file we checked ids on.

If the file already exists, @code{open} will fail.

@subheading WARNING <==============================================================>

@cindex WARNING <==============================================================>

E<DO NOT TRUST THIS MODULE>.  Every effort has been made to make this module
useful, but it can not make a secure system out of an insecure one.  It can not
read the programers mind.  

@subheading AUTHOR

Randall Maas (@email{randym@@acm.org}, @url{http://www.hamline.edu/~rcmaas/})

@c TeXInfo document produced by pod2texinfo version 1.1
@c from "MANIFEST.pod".


@c TeXInfo document produced by pod2texinfo version 1.1
@c from "todo.pod".


@c TeXInfo document produced by pod2texinfo version 1.1
@c from "install.pod".


@c TeXInfo document produced by pod2texinfo version 1.1
@c from "CfgAliases.pod".




( run in 1.304 second using v1.01-cache-2.11-cpan-364913b4093 )