2005-05-05 21:40:32 +00:00
|
|
|
# Copyright (C) 2005 Tresys Technology, LLC
|
|
|
|
|
|
|
|
#######################################
|
|
|
|
#
|
|
|
|
# clock_modify_drift_records(domain)
|
|
|
|
#
|
|
|
|
define(`clock_modify_drift_records',`
|
|
|
|
requires_block_template(`$0'_depend)
|
|
|
|
allow $1 adjtime_t:file { getattr read write ioctl lock append };
|
2005-05-11 16:48:10 +00:00
|
|
|
files_read_general_system_config_directory($1)
|
2005-05-05 21:40:32 +00:00
|
|
|
')
|
|
|
|
|
|
|
|
define(`clock_modify_drift_records_depend',`
|
|
|
|
type adjtime_t;
|
|
|
|
class file { getattr read write ioctl lock append };
|
|
|
|
')
|