From e76c94c499a413f55a072a51360a3ff7b831b144 Mon Sep 17 00:00:00 2001 From: John Turner Date: Wed, 20 Aug 2025 22:12:28 -0400 Subject: fixup --- src/file/userfile/sshfile.cil | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/file/userfile/sshfile.cil b/src/file/userfile/sshfile.cil index ac3ab86..f2c4597 100644 --- a/src/file/userfile/sshfile.cil +++ b/src/file/userfile/sshfile.cil @@ -13,9 +13,9 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . -(in file.user - (block ssh - (blockinherit .file.user.template) - - (filecon "HOME_DIR/\.ssh" dir file_context) - (filecon "HOME_DIR/\.ssh/.*" file file_context))) +(block ssh + (block user + (block file + (blockinherit .file.user.template) + (filecon "HOME_DIR/\.ssh" dir file_context) + (filecon "HOME_DIR/\.ssh/.*" file file_context)))) -- cgit v1.2.3