Improve documentation on miscfiles_read_localization().
This commit is contained in:
parent
d124921979
commit
611bc9311d
|
@ -211,13 +211,25 @@ interface(`miscfiles_setattr_localization',`
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
## <summary>
|
## <summary>
|
||||||
## Allow process to read localization info
|
## Allow process to read localization information.
|
||||||
## </summary>
|
## </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">
|
## <param name="domain">
|
||||||
## <summary>
|
## <summary>
|
||||||
## Domain allowed access.
|
## Domain allowed access.
|
||||||
## </summary>
|
## </summary>
|
||||||
## </param>
|
## </param>
|
||||||
|
## <infoflow type="read" weight="10"/>
|
||||||
#
|
#
|
||||||
interface(`miscfiles_read_localization',`
|
interface(`miscfiles_read_localization',`
|
||||||
gen_require(`
|
gen_require(`
|
||||||
|
|
Loading…
Reference in New Issue