Layer: services

Module: rsync

Description:

Fast incremental file transfer for synchronization

Interfaces:

rsync_entry_domtrans( source_domain , target_domain )
Summary

Execute a rsync in a specified domain.

Description

Execute a rsync in a specified domain.

No interprocess communication (signals, pipes, etc.) is provided by this interface since the domains are not owned by this module.

Parameters
Parameter:Description:Optional:
source_domain

Domain to transition from.

No
target_domain

Domain to transition to.

No
rsync_entry_spec_domtrans( source_domain , target_domain )
Summary

Execute a rsync in a specified domain.

Description

Execute a rsync in a specified domain.

No interprocess communication (signals, pipes, etc.) is provided by this interface since the domains are not owned by this module.

Parameters
Parameter:Description:Optional:
source_domain

Domain to transition from.

No
target_domain

Domain to transition to.

No
rsync_entry_type( domain )
Summary

Make rsync an entry point for the specified domain.

Parameters
Parameter:Description:Optional:
domain

The domain for which init scripts are an entrypoint.

No
rsync_exec( domain )
Summary

Execute rsync in the caller domain domain.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
Return