Improve documentation on miscfiles_read_localization().
This commit is contained in:
parent
d124921979
commit
611bc9311d
@ -211,13 +211,25 @@ interface(`miscfiles_setattr_localization',`
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Allow process to read localization info
|
||||
## Allow process to read localization information.
|
||||
## </summary>
|
||||
## <desc>
|
||||
## <p>
|
||||
## Allow the specified domain to read the localization files.
|
||||
## This is typically for time zone configuration files, such as
|
||||
## /etc/localtime and files in /usr/share/zoneinfo.
|
||||
## Typically, any domain which needs to know the GMT/UTC
|
||||
## offset of the current timezone will need access
|
||||
## to these files. Generally, it should be safe for any
|
||||
## domain to read these files.
|
||||
## </p>
|
||||
## </desc>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## </summary>
|
||||
## </param>
|
||||
## <infoflow type="read" weight="10"/>
|
||||
#
|
||||
interface(`miscfiles_read_localization',`
|
||||
gen_require(`
|
||||
|
Loading…
Reference in New Issue
Block a user