selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nicolas Iooss <nicolas.iooss@m4x.org>
To: SElinux list <selinux@vger.kernel.org>
Subject: Re: [PATCH] Fix many misspellings
Date: Sun, 1 Sep 2019 18:43:33 +0200	[thread overview]
Message-ID: <CAJfZ7==sqBV_YCEpvUc3SOj4=m_8FcyNywZivyKU_R=ca7X52w@mail.gmail.com> (raw)
In-Reply-To: <CAJfZ7==K7hT=vMz=-E75xkEb1S8u1b-XU+k8DB4u=WG5=xtLrg@mail.gmail.com>

Hi,

I tried to send a large patch a few weeks ago, but it appears it was
dropped somewhere in transit because I can't find it on
https://lore.kernel.org/selinux/. The patch was about fixing may
misspellings in the userspace code and is available as a Pull Request
on GitHub: https://github.com/SELinuxProject/selinux/pull/173. May I
merge it, or would you really like to have the patch on the mailing
list (in which case I will split it in smaller pieces)?

Cheers,
Nicolas

On Tue, Aug 6, 2019 at 10:22 PM Nicolas Iooss <nicolas.iooss@m4x.org> wrote:
>
> Hi all,
>
> I sent yesterday a patch that fixes many misspellings in SELinux
> userspace code, but it seems that my message never hit the mailing
> list. As it is quite large, it might have been discarded because it
> exceeded some size limits. I am therefore trying again with the patch
> sent as an attachment to the message. If for whatever reason the patch
> disappears, it is also available on GitHub:
> https://github.com/SELinuxProject/selinux/pull/173 (the raw patch can
> be downloaded through
> https://github.com/SELinuxProject/selinux/pull/173/commits/338d6cff11c0f224a69672823095fc035e25cbb4.patch).
>
> If you prefer this patch to be split for each directory (gui/,
> libselinux/, libsemanage/, etc.), I can do this. I have not done so at
> first because it was simpler on my side, but I could understand that
> reviewers prefer smaller patches.
>
> Please find below the commit message and the diffstat.
>
> Thanks,
> Nicolas
> --
> Use codespell (https://github.com/codespell-project/codespell) in order
> to find many common misspellings that are present in English texts.
>
> Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
> ---
>  CONTRIBUTING.md                                  |  2 +-
>  checkpolicy/policy_define.c                      |  8 ++++----
>  dbus/selinux_server.py                           |  2 +-
>  gui/polgen.ui                                    |  4 ++--
>  gui/polgengui.py                                 |  2 +-
>  gui/system-config-selinux.py                     |  2 +-
>  libselinux/include/selinux/get_context_list.h    |  2 +-
>  libselinux/include/selinux/selinux.h             |  2 +-
>  libselinux/man/man3/security_compute_av.3        |  2 +-
>  libselinux/man/man3/selinux_restorecon.3         |  4 ++--
>  libselinux/src/label_file.c                      |  2 +-
>  libselinux/src/label_file.h                      |  2 +-
>  libselinux/src/regex.h                           |  4 ++--
>  libselinux/src/sestatus.c                        |  2 +-
>  libselinux/src/sha1.c                            |  2 +-
>  libselinux/src/stringrep.c                       |  2 +-
>  libselinux/utils/sefcontext_compile.c            |  2 +-
>  libsemanage/include/semanage/modules.h           |  2 +-
>  libsemanage/src/boolean_internal.h               |  2 +-
>  libsemanage/src/booleans_policydb.c              |  2 +-
>  libsemanage/src/database.h                       |  2 +-
>  libsemanage/src/fcontext_internal.h              |  2 +-
>  libsemanage/src/handle.c                         |  2 +-
>  libsemanage/src/iface_internal.h                 |  2 +-
>  libsemanage/src/modules.c                        |  4 ++--
>  libsemanage/src/policy.h                         |  2 +-
>  libsemanage/src/semanageswig_python.i            |  2 +-
>  libsemanage/src/user_internal.h                  |  2 +-
>  libsemanage/src/utilities.c                      |  2 +-
>  libsemanage/src/utilities.h                      | 14 +++++++-------
>  libsemanage/tests/test_bool.c                    |  4 ++--
>  libsepol/cil/src/cil_binary.c                    |  6 +++---
>  libsepol/cil/src/cil_binary.h                    |  8 ++++----
>  libsepol/cil/src/cil_build_ast.c                 |  4 ++--
>  libsepol/cil/src/cil_fqn.c                       |  2 +-
>  libsepol/cil/src/cil_post.c                      |  2 +-
>  libsepol/cil/src/cil_resolve_ast.c               |  4 ++--
>  libsepol/include/sepol/policydb/hashtab.h        |  2 +-
>  libsepol/include/sepol/policydb/services.h       |  2 +-
>  libsepol/src/conditional.c                       |  2 +-
>  libsepol/src/ebitmap.c                           |  2 +-
>  libsepol/src/link.c                              |  4 ++--
>  libsepol/src/module_to_cil.c                     |  4 ++--
>  .../tests/policies/test-deps/base-metreq.conf    |  2 +-
>  .../tests/policies/test-deps/base-notmetreq.conf |  2 +-
>  .../tests/policies/test-deps/small-base.conf     |  2 +-
>  .../tests/policies/test-expander/alias-base.conf |  2 +-
>  .../tests/policies/test-expander/role-base.conf  |  2 +-
>  .../tests/policies/test-expander/small-base.conf |  2 +-
>  .../tests/policies/test-expander/user-base.conf  |  2 +-
>  .../tests/policies/test-hooks/cmp_policy.conf    |  2 +-
>  .../tests/policies/test-hooks/small-base.conf    |  2 +-
>  .../tests/policies/test-linker/small-base.conf   |  2 +-
>  libsepol/tests/test-deps.c                       |  4 ++--
>  libsepol/tests/test-downgrade.c                  |  2 +-
>  libsepol/tests/test-downgrade.h                  |  2 +-
>  libsepol/tests/test-expander-attr-map.c          |  2 +-
>  libsepol/tests/test-linker-cond-map.c            | 10 +++++-----
>  mcstrans/share/examples/default/setrans.conf     |  4 ++--
>  mcstrans/share/examples/include/setrans.conf     |  6 +++---
>  .../examples/include/setrans.d/include-example   |  4 ++--
>  mcstrans/share/examples/nato/setrans.d/rel.conf  |  4 ++--
>  .../examples/urcsts-via-include/setrans.conf     |  6 +++---
>  mcstrans/src/mcscolor.c                          |  2 +-
>  policycoreutils/hll/pp/pp.c                      |  2 +-
>  policycoreutils/newrole/hashtab.h                |  2 +-
>  policycoreutils/newrole/newrole.c                |  6 +++---
>  policycoreutils/po/af.po                         | 10 +++++-----
>  policycoreutils/po/aln.po                        | 10 +++++-----
>  policycoreutils/po/am.po                         | 10 +++++-----
>  policycoreutils/po/ar.po                         | 10 +++++-----
>  policycoreutils/po/as.po                         | 10 +++++-----
>  policycoreutils/po/ast.po                        | 10 +++++-----
>  policycoreutils/po/az.po                         | 10 +++++-----
>  policycoreutils/po/bal.po                        | 10 +++++-----
>  policycoreutils/po/be.po                         | 10 +++++-----
>  policycoreutils/po/bg.po                         | 10 +++++-----
>  policycoreutils/po/bn.po                         | 10 +++++-----
>  policycoreutils/po/bn_BD.po                      | 10 +++++-----
>  policycoreutils/po/bn_IN.po                      | 10 +++++-----
>  policycoreutils/po/bo.po                         | 10 +++++-----
>  policycoreutils/po/br.po                         | 10 +++++-----
>  policycoreutils/po/brx.po                        | 10 +++++-----
>  policycoreutils/po/bs.po                         | 10 +++++-----
>  policycoreutils/po/ca.po                         | 10 +++++-----
>  policycoreutils/po/cs.po                         | 10 +++++-----
>  policycoreutils/po/cy.po                         | 10 +++++-----
>  policycoreutils/po/da.po                         | 10 +++++-----
>  policycoreutils/po/de.po                         | 10 +++++-----
>  policycoreutils/po/dz.po                         | 10 +++++-----
>  policycoreutils/po/el.po                         | 10 +++++-----
>  policycoreutils/po/en_GB.po                      | 10 +++++-----
>  policycoreutils/po/eo.po                         | 10 +++++-----
>  policycoreutils/po/es.po                         | 10 +++++-----
>  policycoreutils/po/es_MX.po                      | 10 +++++-----
>  policycoreutils/po/et.po                         | 10 +++++-----
>  policycoreutils/po/eu.po                         | 10 +++++-----
>  policycoreutils/po/fa.po                         | 10 +++++-----
>  policycoreutils/po/fi.po                         | 10 +++++-----
>  policycoreutils/po/fr.po                         | 10 +++++-----
>  policycoreutils/po/ga.po                         | 10 +++++-----
>  policycoreutils/po/gl.po                         | 10 +++++-----
>  policycoreutils/po/gu.po                         | 10 +++++-----
>  policycoreutils/po/he.po                         | 10 +++++-----
>  policycoreutils/po/hi.po                         | 10 +++++-----
>  policycoreutils/po/hr.po                         | 10 +++++-----
>  policycoreutils/po/hu.po                         | 10 +++++-----
>  policycoreutils/po/hy.po                         | 10 +++++-----
>  policycoreutils/po/ia.po                         | 10 +++++-----
>  policycoreutils/po/id.po                         | 10 +++++-----
>  policycoreutils/po/ilo.po                        | 10 +++++-----
>  policycoreutils/po/is.po                         | 10 +++++-----
>  policycoreutils/po/it.po                         | 10 +++++-----
>  policycoreutils/po/ja.po                         | 10 +++++-----
>  policycoreutils/po/ka.po                         | 10 +++++-----
>  policycoreutils/po/kk.po                         | 10 +++++-----
>  policycoreutils/po/km.po                         | 10 +++++-----
>  policycoreutils/po/kn.po                         | 10 +++++-----
>  policycoreutils/po/ko.po                         | 10 +++++-----
>  policycoreutils/po/ks.po                         | 10 +++++-----
>  policycoreutils/po/ku.po                         | 10 +++++-----
>  policycoreutils/po/ky.po                         | 10 +++++-----
>  policycoreutils/po/la.po                         | 10 +++++-----
>  policycoreutils/po/lo.po                         | 10 +++++-----
>  policycoreutils/po/lt.po                         | 10 +++++-----
>  policycoreutils/po/lt_LT.po                      | 10 +++++-----
>  policycoreutils/po/lv.po                         | 10 +++++-----
>  policycoreutils/po/lv_LV.po                      | 10 +++++-----
>  policycoreutils/po/mai.po                        | 10 +++++-----
>  policycoreutils/po/mg.po                         | 10 +++++-----
>  policycoreutils/po/mk.po                         | 10 +++++-----
>  policycoreutils/po/ml.po                         | 10 +++++-----
>  policycoreutils/po/mn.po                         | 10 +++++-----
>  policycoreutils/po/mr.po                         | 10 +++++-----
>  policycoreutils/po/ms.po                         | 10 +++++-----
>  policycoreutils/po/my.po                         | 10 +++++-----
>  policycoreutils/po/nb.po                         | 10 +++++-----
>  policycoreutils/po/nds.po                        | 10 +++++-----
>  policycoreutils/po/ne.po                         | 10 +++++-----
>  policycoreutils/po/nl.po                         | 10 +++++-----
>  policycoreutils/po/nn.po                         | 10 +++++-----
>  policycoreutils/po/nso.po                        | 10 +++++-----
>  policycoreutils/po/or.po                         | 10 +++++-----
>  policycoreutils/po/pa.po                         | 10 +++++-----
>  policycoreutils/po/pl.po                         | 10 +++++-----
>  policycoreutils/po/policycoreutils.pot           | 10 +++++-----
>  policycoreutils/po/pt.po                         | 10 +++++-----
>  policycoreutils/po/pt_BR.po                      | 10 +++++-----
>  policycoreutils/po/ro.po                         | 10 +++++-----
>  policycoreutils/po/ru.po                         | 10 +++++-----
>  policycoreutils/po/si.po                         | 10 +++++-----
>  policycoreutils/po/si_LK.po                      | 10 +++++-----
>  policycoreutils/po/sk.po                         | 10 +++++-----
>  policycoreutils/po/sl.po                         | 10 +++++-----
>  policycoreutils/po/sq.po                         | 10 +++++-----
>  policycoreutils/po/sr.po                         | 10 +++++-----
>  policycoreutils/po/sr@latin.po                   | 10 +++++-----
>  policycoreutils/po/sv.po                         | 10 +++++-----
>  policycoreutils/po/ta.po                         | 10 +++++-----
>  policycoreutils/po/te.po                         | 10 +++++-----
>  policycoreutils/po/tg.po                         | 10 +++++-----
>  policycoreutils/po/th.po                         | 10 +++++-----
>  policycoreutils/po/tl.po                         | 10 +++++-----
>  policycoreutils/po/tr.po                         | 10 +++++-----
>  policycoreutils/po/uk.po                         | 10 +++++-----
>  policycoreutils/po/ur.po                         | 10 +++++-----
>  policycoreutils/po/vi.po                         | 10 +++++-----
>  policycoreutils/po/vi_VN.po                      | 10 +++++-----
>  policycoreutils/po/wo.po                         | 10 +++++-----
>  policycoreutils/po/xh.po                         | 10 +++++-----
>  policycoreutils/po/zh_CN.GB2312.po               | 10 +++++-----
>  policycoreutils/po/zh_CN.po                      | 10 +++++-----
>  policycoreutils/po/zh_HK.po                      | 10 +++++-----
>  policycoreutils/po/zh_TW.Big5.po                 | 10 +++++-----
>  policycoreutils/po/zh_TW.po                      | 10 +++++-----
>  policycoreutils/po/zu.po                         | 10 +++++-----
>  policycoreutils/scripts/fixfiles                 |  2 +-
>  python/audit2allow/sepolgen-ifgen                |  4 ++--
>  python/semanage/semanage                         |  2 +-
>  python/semanage/seobject.py                      |  2 +-
>  python/sepolgen/HACKING                          |  2 +-
>  python/sepolgen/src/sepolgen/access.py           | 14 +++++++-------
>  python/sepolgen/src/sepolgen/interfaces.py       | 16 ++++++++--------
>  python/sepolgen/src/sepolgen/matching.py         |  2 +-
>  python/sepolgen/src/sepolgen/module.py           |  2 +-
>  python/sepolgen/src/sepolgen/objectmodel.py      |  8 ++++----
>  python/sepolgen/src/sepolgen/policygen.py        |  8 ++++----
>  python/sepolgen/src/sepolgen/refparser.py        |  2 +-
>  python/sepolgen/src/sepolgen/refpolicy.py        |  4 ++--
>  python/sepolgen/src/sepolgen/util.py             |  6 +++---
>  python/sepolgen/tests/test_refpolicy.py          |  2 +-
>  python/sepolicy/sepolicy/booleans.py             |  2 +-
>  python/sepolicy/sepolicy/communicate.py          |  2 +-
>  python/sepolicy/sepolicy/generate.py             |  2 +-
>  python/sepolicy/sepolicy/gui.py                  |  4 ++--
>  python/sepolicy/sepolicy/manpage.py              |  4 ++--
>  python/sepolicy/sepolicy/network.py              |  2 +-
>  python/sepolicy/sepolicy/transition.py           |  2 +-
>  restorecond/user.c                               |  2 +-
>  sandbox/sandbox                                  |  2 +-
>  sandbox/seunshare.c                              |  4 ++--
>  secilc/COPYING                                   |  2 +-
>  .../docs/cil_class_and_permission_statements.md  |  4 ++--
>  secilc/docs/cil_context_statement.md             |  4 ++--
>  secilc/docs/cil_policy_config_statements.md      |  2 +-
>  secilc/docs/cil_reference_guide.md               |  4 ++--
>  secilc/docs/cil_role_statements.md               |  2 +-
>  secilc/docs/cil_user_statements.md               |  6 +++---
>  208 files changed, 712 insertions(+), 712 deletions(-)


       reply	other threads:[~2019-09-01 16:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAJfZ7==K7hT=vMz=-E75xkEb1S8u1b-XU+k8DB4u=WG5=xtLrg@mail.gmail.com>
2019-09-01 16:43 ` Nicolas Iooss [this message]
2019-09-01 17:05   ` [PATCH] Fix many misspellings Dominick Grift
2019-09-18 20:53     ` Nicolas Iooss

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJfZ7==sqBV_YCEpvUc3SOj4=m_8FcyNywZivyKU_R=ca7X52w@mail.gmail.com' \
    --to=nicolas.iooss@m4x.org \
    --cc=selinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).