For svirt_lxc_domain
Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
This commit is contained in:
parent
1cbe9e6196
commit
c40ea7bd2d
@ -80,6 +80,25 @@ interface(`clock_dontaudit_write_adjtime',`
|
|||||||
dontaudit $1 adjtime_t:file write;
|
dontaudit $1 adjtime_t:file write;
|
||||||
')
|
')
|
||||||
|
|
||||||
|
########################################
|
||||||
|
## <summary>
|
||||||
|
## Read clock drift adjustments.
|
||||||
|
## </summary>
|
||||||
|
## <param name="domain">
|
||||||
|
## <summary>
|
||||||
|
## Domain allowed access.
|
||||||
|
## </summary>
|
||||||
|
## </param>
|
||||||
|
#
|
||||||
|
interface(`clock_read_adjtime',`
|
||||||
|
gen_require(`
|
||||||
|
type adjtime_t;
|
||||||
|
')
|
||||||
|
|
||||||
|
files_list_etc($1)
|
||||||
|
allow $1 adjtime_t:file read_file_perms;
|
||||||
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
## <summary>
|
## <summary>
|
||||||
## Read and write clock drift adjustments.
|
## Read and write clock drift adjustments.
|
||||||
|
Loading…
Reference in New Issue
Block a user