diff options
-rw-r--r-- | config/file_contexts.subs_dist | 2 | ||||
-rw-r--r-- | gentoo/README | 2 | ||||
-rw-r--r-- | policy/modules/admin/netutils.te | 2 | ||||
-rw-r--r-- | policy/modules/kernel/files.if | 2 | ||||
-rw-r--r-- | policy/modules/system/init.fc | 2 | ||||
-rw-r--r-- | policy/modules/system/sysnetwork.te | 4 | ||||
-rw-r--r-- | policy/modules/system/tmpfiles.te | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/config/file_contexts.subs_dist b/config/file_contexts.subs_dist index 32ac91fd..c7050e82 100644 --- a/config/file_contexts.subs_dist +++ b/config/file_contexts.subs_dist @@ -7,7 +7,7 @@ # # It does not perform substitutions as done by sed(1), for # example, but aliasing. -# +# /etc/init.d /etc/rc.d/init.d /lib/systemd /usr/lib/systemd /lib32 /lib diff --git a/gentoo/README b/gentoo/README index d8f841ec..e0f294bf 100644 --- a/gentoo/README +++ b/gentoo/README @@ -10,7 +10,7 @@ STATE ----- The STATE file contains the commit id's of upstream up to which point our -repository is synchronized/merged. +repository is synchronized/merged. release-prepare.sh ------------------ diff --git a/policy/modules/admin/netutils.te b/policy/modules/admin/netutils.te index 6f3c0ce5..a0068f89 100644 --- a/policy/modules/admin/netutils.te +++ b/policy/modules/admin/netutils.te @@ -219,7 +219,7 @@ files_read_usr_files(traceroute_t) ifdef(`distro_gentoo',` ######################################## - # + # # netutils_t policy updates # diff --git a/policy/modules/kernel/files.if b/policy/modules/kernel/files.if index 0d9fdddc..82901bce 100644 --- a/policy/modules/kernel/files.if +++ b/policy/modules/kernel/files.if @@ -6814,7 +6814,7 @@ interface(`files_dontaudit_read_etc_runtime',` ######################################## ## <summary> ## Do not audit attempts to read files -## in /etc +## in /etc ## </summary> ## <param name="domain"> ## <summary> diff --git a/policy/modules/system/init.fc b/policy/modules/system/init.fc index b4bdf659..3b15ac91 100644 --- a/policy/modules/system/init.fc +++ b/policy/modules/system/init.fc @@ -87,7 +87,7 @@ ifdef(`distro_suse', ` ') ifdef(`distro_gentoo',` -# +# # /lib # /lib/rc/console(/.*)? gen_context(system_u:object_r:initrc_state_t,s0) diff --git a/policy/modules/system/sysnetwork.te b/policy/modules/system/sysnetwork.te index f2964fcf..4dd44f1a 100644 --- a/policy/modules/system/sysnetwork.te +++ b/policy/modules/system/sysnetwork.te @@ -407,7 +407,7 @@ optional_policy(` ifdef(`distro_gentoo',` ########################################### - # + # # dhcp client policy # @@ -440,7 +440,7 @@ ifdef(`distro_gentoo',` # dhcpc_script_t # - # The purpose of the dhcpc_script_t domain is to handle the post-processing of + # The purpose of the dhcpc_script_t domain is to handle the post-processing of # the dhcpcd ip renewal. dhcpcd (the tool) supports hooks for this, and I would # assume others do as well. With the dhcpc_script_t domain we can isolate the # privileges of the DHCP client itself from the hooks / flexibility that the developers diff --git a/policy/modules/system/tmpfiles.te b/policy/modules/system/tmpfiles.te index 49445de3..1366fbff 100644 --- a/policy/modules/system/tmpfiles.te +++ b/policy/modules/system/tmpfiles.te @@ -91,7 +91,7 @@ seutil_read_file_contexts(tmpfiles_t) ifdef(`distro_gentoo',` dev_create_generic_dirs(tmpfiles_t) - # Early at boot, access /dev/console and /dev/tty which is device_t due to kernel-provided devtmpfs + # Early at boot, access /dev/console and /dev/tty which is device_t due to kernel-provided devtmpfs dev_rw_generic_chr_files(tmpfiles_t) dev_create_generic_chr_files(tmpfiles_t) dev_create_generic_blk_files(tmpfiles_t) |