17 lines
435 B
Plaintext
17 lines
435 B
Plaintext
# 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 };
|
|
files_read_general_system_config_directory($1)
|
|
')
|
|
|
|
define(`clock_modify_drift_records_depend',`
|
|
type adjtime_t;
|
|
class file { getattr read write ioctl lock append };
|
|
')
|