Whamcloud - gitweb
LU-17000 gss: update init_channel initialization 22/55322/2
authorSebastien Buisson <sbuisson@ddn.com>
Wed, 5 Jun 2024 13:50:41 +0000 (15:50 +0200)
committerSebastien Buisson <sbuisson@ddn.com>
Wed, 5 Jun 2024 16:44:56 +0000 (18:44 +0200)
Update 'init_channel' to match newer coding guidelines.

Test-Parameters: trivial
Test-Parameters: testgroup=review-dne-selinux-ssk-part-2
Test-Parameters: testgroup=review-dne-part-2
Test-Parameters: kerberos=true testlist=sanity-krb5
Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I6539ade1a9d815664f6659a5c1ee25e7f1f7df0e

lustre/ptlrpc/gss/lproc_gss.c

index 1584e98..73ca57d 100644 (file)
@@ -433,7 +433,7 @@ static struct ldebugfs_vars gss_debugfs_vars[] = {
          .fops =       &gss_proc_oos_fops      },
        { .name =       "init_channel",
          .fops =       &gss_proc_secinit,
-         .proc_mode =  0222                    },
+         .proc_mode =  0200                    },
        { NULL }
 };