commit: ad3611f142a7faac8250f3369d1f00af2596793b Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Sun Dec 15 01:29:48 2024 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun Dec 15 01:41:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=ad3611f1
Fix codespell errors Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> policy/modules/contrib/googletalk.te | 2 +- policy/modules/contrib/rtorrent.te | 2 +- policy/modules/contrib/salt.te | 4 ++-- policy/modules/system/sysnetwork.if | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/policy/modules/contrib/googletalk.te b/policy/modules/contrib/googletalk.te index 0736a7afb..d97f8485b 100644 --- a/policy/modules/contrib/googletalk.te +++ b/policy/modules/contrib/googletalk.te @@ -56,7 +56,7 @@ dev_write_sound(googletalk_plugin_t) dev_write_video_dev(googletalk_plugin_t) # It runs find in /etc to find any release file for knowing the distribution it -# runs on. Yes, great isnt it... +# runs on. Yes, great isn't it... files_dontaudit_getattr_all_dirs(googletalk_plugin_t) files_read_etc_files(googletalk_plugin_t) files_read_usr_files(googletalk_plugin_t) diff --git a/policy/modules/contrib/rtorrent.te b/policy/modules/contrib/rtorrent.te index 34fad1c57..731068881 100644 --- a/policy/modules/contrib/rtorrent.te +++ b/policy/modules/contrib/rtorrent.te @@ -8,7 +8,7 @@ policy_module(rtorrent, 1.0.0) ## <desc> ## <p> ## Allow rtorrent to use dht. -## The correspondig port must be rtorrent_udp_port_t. +## The corresponding port must be rtorrent_udp_port_t. ## </p> ## </desc> gen_tunable(rtorrent_use_dht, true) diff --git a/policy/modules/contrib/salt.te b/policy/modules/contrib/salt.te index c1e8cdbca..8dc14a775 100644 --- a/policy/modules/contrib/salt.te +++ b/policy/modules/contrib/salt.te @@ -7,14 +7,14 @@ policy_module(salt, 1.0) ## <desc> ## <p> -## Determine wether the salt master can read NFS files +## Determine whether the salt master can read NFS files ## </p> ## </desc> gen_tunable(salt_master_read_nfs, false) ## <desc> ## <p> -## Determine wether the salt minion can manage NFS files +## Determine whether the salt minion can manage NFS files ## </p> ## </desc> gen_tunable(salt_minion_manage_nfs, false) diff --git a/policy/modules/system/sysnetwork.if b/policy/modules/system/sysnetwork.if index 884f3735d..c7d4720f1 100644 --- a/policy/modules/system/sysnetwork.if +++ b/policy/modules/system/sysnetwork.if @@ -1023,7 +1023,7 @@ interface(`sysnet_use_portmap',` ######################################## ## <summary> ## Make the specified program domain -## accessable from the DHCP hooks/scripts. +## accessible from the DHCP hooks/scripts. ## </summary> ## <param name="domain"> ## <summary>
