systemd: allow systemd-generator to use dns resolution
systemd-generator will create mount units for NFS shares in /etc/fstab, but will need to use DNS resolution if those fstab entries use hostnames. Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
parent
d0f30da8cf
commit
d4f3b21e18
@ -516,6 +516,9 @@ kernel_dontaudit_search_unlabeled(systemd_generator_t)
|
||||
storage_raw_read_fixed_disk(systemd_generator_t)
|
||||
storage_raw_read_removable_device(systemd_generator_t)
|
||||
|
||||
# needed to resolve hostnames for NFS mounts
|
||||
sysnet_dns_name_resolve(systemd_generator_t)
|
||||
|
||||
systemd_log_parse_environment(systemd_generator_t)
|
||||
|
||||
term_use_unallocated_ttys(systemd_generator_t)
|
||||
|
Loading…
Reference in New Issue
Block a user