<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:21:59 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-8955] Send SELinux policy info to server</title>
                <link>https://jira.whamcloud.com/browse/LU-8955</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;With SELinux MLS on client side, it is important to make sure that SELinux is properly enforced on all Lustre clients. To that extent, we gather SELinux policy info on client side and send it to servers where it is checked against reference info specified in nodemap.&lt;/p&gt;

&lt;p&gt;We have several patches to implement this. First we add a new field for nodemap entries, named &apos;sepol&apos;. The purpose of this field is to store the reference SELinux status information for a set of Lustre clients.&lt;/p&gt;

&lt;p&gt;Then we create new functions to retrieve SELinux status information. The SELinux policy info syntax is the following:&lt;br/&gt;
 &amp;lt;mode&amp;gt;:&amp;lt;name&amp;gt;:&amp;lt;version&amp;gt;:&amp;lt;sha1&amp;gt;&lt;br/&gt;
 where:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&amp;lt;mode&amp;gt; is a digit telling if SELinux is in Permissive mode (0)&lt;br/&gt;
 or Enforcing mode (1)&lt;/li&gt;
	&lt;li&gt;&amp;lt;name&amp;gt; is the name of the SELinux policy, retrieved from /etc/selinux/config file&lt;/li&gt;
	&lt;li&gt;&amp;lt;version&amp;gt; is the version of the SELinux policy&lt;/li&gt;
	&lt;li&gt;&amp;lt;sha1&amp;gt; is the computed SHA1 of the binary representation of the&lt;br/&gt;
 policy, as exported in /etc/selinux/&amp;lt;name&amp;gt;/policy/policy.&amp;lt;version&amp;gt;&#160;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Due to the lack of necessary kernel API to get this information, we use a usermode helper called l_getsepol. It could impact performance, so we only call it when we detect SELinux policy has changed. Having to call a usermode helper is not really a security flaw in itself. Of course, if a user can be root on client node, the usermode helper could be hacked to return a value that does not represent the actual SELinux status. But Lustre kernel code can also be modified and recompiled to do the same. So a full security solution is to complement SElinux status checking with authentication (Kerberos or Shared Key) to avoid having a Lustre client where user is root and can do anything.&lt;/p&gt;

&lt;p&gt;Userland command l_getsepol can be called by a security administrator to get SELinux status information to store into &apos;sepol&apos; field of nodemap.&lt;/p&gt;

&lt;p&gt;We also modify Lustre code that handles connection and metadata operations like create, open, unlink, rename, getxattr, and setxatt, both on client and server sides. On client side, it uses newly added functions to retrieve SELinux policy info and add it to the requests. On server side, it retrieves info from requests&apos; body and compare it with reference info from nodemap entry. If they do not match, we return Permission Denied.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
 Sebastien.&lt;/p&gt;</description>
                <environment></environment>
        <key id="42505">LU-8955</key>
            <summary>Send SELinux policy info to server</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="sebastien">Sebastien Buisson</assignee>
                                    <reporter username="sbuisson">Sebastien Buisson</reporter>
                        <labels>
                            <label>patch</label>
                            <label>sec</label>
                    </labels>
                <created>Mon, 19 Dec 2016 15:57:08 +0000</created>
                <updated>Fri, 17 Feb 2023 01:30:55 +0000</updated>
                            <resolved>Mon, 8 Apr 2019 14:28:26 +0000</resolved>
                                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>11</watches>
                                                                            <comments>
                            <comment id="178365" author="gerrit" created="Mon, 19 Dec 2016 16:04:06 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/24420&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24420&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; nodemap: add SELinux policy info to nodemap&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cd3e262bcac5d076dcba542014374326a20ce992&lt;/p&gt;</comment>
                            <comment id="178366" author="gerrit" created="Mon, 19 Dec 2016 16:04:14 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/24421&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24421&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; sec: create new function sptlrpc_get_sepol()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4dc6046043108c203d3fdfca65c678e4be178c4c&lt;/p&gt;</comment>
                            <comment id="178367" author="gerrit" created="Mon, 19 Dec 2016 16:04:22 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/24422&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24422&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; ptlrpc: manage SELinux policy info at connect time&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7126749a74558b7d806a89a573c4695c14aae577&lt;/p&gt;</comment>
                            <comment id="178368" author="gerrit" created="Mon, 19 Dec 2016 16:04:35 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/24423&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24423&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; tgt: check SELinux policy info from client at connect&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7d560687068a98c545be3e4e6176570064eb76b0&lt;/p&gt;</comment>
                            <comment id="178369" author="gerrit" created="Mon, 19 Dec 2016 16:04:46 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/24424&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24424&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; mdc: add SELinux policy info to metadata ops&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3ffcbf0a6ac832896ad7a579c3349ddeafc45d97&lt;/p&gt;</comment>
                            <comment id="178370" author="gerrit" created="Mon, 19 Dec 2016 16:04:54 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/24425&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24425&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; mdt: check SELinux policy from client for metadata op&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: af43afa7d5232def1d7b6ee918629fb3e0d2e7cc&lt;/p&gt;</comment>
                            <comment id="178391" author="sbuisson" created="Mon, 19 Dec 2016 17:21:13 +0000"  >&lt;p&gt;I can see the compilation is failing because of the following error:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;l_getsepol.c:49:25: fatal error: openssl/sha.h: No such file or directory
#include &amp;lt;openssl/sha.h&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Is it possible to have openssl-devel package installed on build hosts?&lt;/p&gt;</comment>
                            <comment id="237336" author="gerrit" created="Wed, 21 Nov 2018 13:20:01 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33699&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33699&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; tests: exercise SELinux policy info&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 949361f586d1b85a4e401509ed5be789c2543495&lt;/p&gt;</comment>
                            <comment id="238085" author="gerrit" created="Thu, 6 Dec 2018 09:43:08 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33797&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33797&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; cfg: reserve config flag LCFG_NODEMAP_SET_SEPOL&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d514a35036d8c140eeca8a1d24a10ab551453388&lt;/p&gt;</comment>
                            <comment id="240085" author="gerrit" created="Wed, 16 Jan 2019 07:06:55 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33797/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33797/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; cfg: reserve flags for SELinux status checking&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e71a77ba8d47279ed6a2704d5677e601e9cb80bb&lt;/p&gt;</comment>
                            <comment id="240923" author="gerrit" created="Wed, 30 Jan 2019 02:39:44 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/24420/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24420/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; nodemap: add SELinux policy info to nodemap&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1f6cb3534e74f0c9462008c8088b5734b64ed41c&lt;/p&gt;</comment>
                            <comment id="240924" author="gerrit" created="Wed, 30 Jan 2019 02:39:58 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/24421/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24421/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; sec: create new function sptlrpc_get_sepol()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c61168239eff571aefc2a695ef12ae355230e611&lt;/p&gt;</comment>
                            <comment id="244997" author="gerrit" created="Mon, 1 Apr 2019 07:22:30 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/24422/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24422/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; ptlrpc: manage SELinux policy info at connect time&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: dd200e5530fd841999399f6dcafb5ded46ba3cf1&lt;/p&gt;</comment>
                            <comment id="244998" author="gerrit" created="Mon, 1 Apr 2019 07:22:37 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/24424/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24424/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; ptlrpc: manage SELinux policy info for metadata ops&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0a773f04b28860c3748f9f1460818b8461c96ad1&lt;/p&gt;</comment>
                            <comment id="245362" author="gerrit" created="Mon, 8 Apr 2019 05:36:25 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33699/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33699/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; tests: exercise SELinux policy info&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1796539799e2798caa80799e957faa03ef6af1a5&lt;/p&gt;</comment>
                            <comment id="245420" author="mdiep" created="Mon, 8 Apr 2019 14:28:26 +0000"  >&lt;p&gt;Landed in 2.13&lt;/p&gt;</comment>
                            <comment id="245569" author="gerrit" created="Thu, 11 Apr 2019 08:15:57 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34638&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; cfg: reserve flags for SELinux status checking&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e4828d556dfed3729ea578ac74dcef50b0c4f032&lt;/p&gt;</comment>
                            <comment id="245570" author="gerrit" created="Thu, 11 Apr 2019 08:15:59 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34639&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34639&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; nodemap: add SELinux policy info to nodemap&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1444ee8fc74430230ae2c46f9f925fd4e3252107&lt;/p&gt;</comment>
                            <comment id="245571" author="gerrit" created="Thu, 11 Apr 2019 08:16:00 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34640&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34640&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; sec: create new function sptlrpc_get_sepol()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d0b1e1f0c630a0d68f7075e6595cb5f80b81bb6d&lt;/p&gt;</comment>
                            <comment id="245572" author="gerrit" created="Thu, 11 Apr 2019 08:16:01 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34641&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34641&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; ptlrpc: manage SELinux policy info at connect time&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bb70394d36ac36f081de570a6b1f8b827dd89b57&lt;/p&gt;</comment>
                            <comment id="245573" author="gerrit" created="Thu, 11 Apr 2019 08:16:02 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34642&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34642&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; ptlrpc: manage SELinux policy info for metadata ops&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c519d65c60b2350c01b4c3cf7c1289b48809a20a&lt;/p&gt;</comment>
                            <comment id="245574" author="gerrit" created="Thu, 11 Apr 2019 08:16:03 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34643&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34643&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; tests: exercise SELinux policy info&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e776217ce07d69475ed22038f65041120ab3a5c5&lt;/p&gt;</comment>
                            <comment id="245880" author="gerrit" created="Tue, 16 Apr 2019 20:50:17 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34638/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34638/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; cfg: reserve flags for SELinux status checking&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 60e12ac3a7b0e3c1f00d4ce17b39d617a092417a&lt;/p&gt;</comment>
                            <comment id="245881" author="gerrit" created="Tue, 16 Apr 2019 20:50:23 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34639/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34639/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; nodemap: add SELinux policy info to nodemap&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f1c8a02d75a83f0f2056437af3c5ab42ef2b1673&lt;/p&gt;</comment>
                            <comment id="245882" author="gerrit" created="Tue, 16 Apr 2019 20:50:29 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34640/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34640/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; sec: create new function sptlrpc_get_sepol()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 781e1df5c936c42ce4f9df205c3ad19c78580b8b&lt;/p&gt;</comment>
                            <comment id="245883" author="gerrit" created="Tue, 16 Apr 2019 20:50:35 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34641/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34641/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; ptlrpc: manage SELinux policy info at connect time&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 70aea00ecb39d097677d7852f3676abf088adb0d&lt;/p&gt;</comment>
                            <comment id="245884" author="gerrit" created="Tue, 16 Apr 2019 20:50:43 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34642/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34642/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; ptlrpc: manage SELinux policy info for metadata ops&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 88bb40aa14d9b72fcae168307fd76cc4dd40dc18&lt;/p&gt;</comment>
                            <comment id="245886" author="gerrit" created="Tue, 16 Apr 2019 20:50:54 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34643/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34643/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; tests: exercise SELinux policy info&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bda312cfe63939e0b664c6b8074b72667086bbc4&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="57686">LU-13095</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="30885">LU-6784</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="59071">LU-13525</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="54865">LU-11960</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="54746">LU-11914</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="74721">LU-16566</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzyypz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>