selinux-refpolicy.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Sugar, David" <dsugar@tresys.com>
To: "selinux-refpolicy@vger.kernel.org"  <selinux-refpolicy@vger.kernel.org>
Subject: [PATCH 2/2] Fix indent to match the rest of the file (space -> tab)
Date: Tue, 17 Dec 2019 23:34:26 +0000	[thread overview]
Message-ID: <20191217233412.585669-2-dsugar@tresys.com> (raw)
In-Reply-To: <20191217233412.585669-1-dsugar@tresys.com>

Signed-off-by: Dave Sugar <dsugar@tresys.com>
---
 policy/modules/kernel/filesystem.if | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/policy/modules/kernel/filesystem.if b/policy/modules/kernel/filesystem.if
index 98f3af5d..3e6324e7 100644
--- a/policy/modules/kernel/filesystem.if
+++ b/policy/modules/kernel/filesystem.if
@@ -2013,11 +2013,11 @@ interface(`fs_list_efivars',`
 ## <rolecap/>
 #
 interface(`fs_read_efivarfs_files',`
-        gen_require(`
-                type efivarfs_t;
-        ')
+	gen_require(`
+		type efivarfs_t;
+	')
 
-        read_files_pattern($1, efivarfs_t, efivarfs_t)
+	read_files_pattern($1, efivarfs_t, efivarfs_t)
 ')
 
 ########################################
-- 
2.23.0


  reply	other threads:[~2019-12-17 23:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-17 23:34 [PATCH 1/2] Add interface to read efivarfs_t directory Sugar, David
2019-12-17 23:34 ` Sugar, David [this message]
2019-12-26 17:00   ` [PATCH 2/2] Fix indent to match the rest of the file (space -> tab) Chris PeBenito
2019-12-26 17:00 ` [PATCH 1/2] Add interface to read efivarfs_t directory Chris PeBenito

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=20191217233412.585669-2-dsugar@tresys.com \
    --to=dsugar@tresys.com \
    --cc=selinux-refpolicy@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).