<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to ensure Source code is not install. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522894#M17016</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  My S/W development team will be working on this Linux servers &amp;amp; machine will be on the network with full access to project team. But the condition is that the devlopment team should not access Linux source code. To achive this condition I have to ensure that no linux source code is installed on Linux servers while OS installation or else I need to uninstall the  Linux source code after OS installation. &lt;BR /&gt;Please tell me how I can do this.&lt;BR /&gt;&lt;BR /&gt;Thanks for your prompt replies.&lt;BR /&gt;Regards&lt;BR /&gt;Walter</description>
    <pubDate>Tue, 12 Apr 2005 07:48:10 GMT</pubDate>
    <dc:creator>varian_1</dc:creator>
    <dc:date>2005-04-12T07:48:10Z</dc:date>
    <item>
      <title>How to ensure Source code is not install.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522891#M17013</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  How can I ensure that in my Linux installation (Red Hat any version) source code is not installed. This is the condition my client has given me that none of our software devlopment engineer should able to access the Linux source code.&lt;BR /&gt;&lt;BR /&gt;    Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Walter</description>
      <pubDate>Tue, 12 Apr 2005 07:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522891#M17013</guid>
      <dc:creator>varian_1</dc:creator>
      <dc:date>2005-04-12T07:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to ensure Source code is not install.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522892#M17014</link>
      <description>check /usr/src/linux folder, i guess this is where the kernel source will be installed&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2005 07:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522892#M17014</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2005-04-12T07:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to ensure Source code is not install.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522893#M17015</link>
      <description>Its not quite clear to me what you really mean, but Linux is Open Source.... Anyone can get access to the Linux source code.&lt;BR /&gt;&lt;BR /&gt;On the other hand;&lt;BR /&gt;If you have a custom application/driver that the developer builds for you. Your best bet is to keep the machine private. As in don't give your software development engineers access to that machine. You may even go as far as not connect the machine to a network/LAN. And only permit console access to the machine. Or even better place the complete machine in a vault. So that if you have access to the vault (which may require two different keys, iris scans, etc.) only then you can access the machine.&lt;BR /&gt;&lt;BR /&gt;Its very hard to keep things secure/private when you give them access to the machine.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2005 07:33:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522893#M17015</guid>
      <dc:creator>Eric van Dijken</dc:creator>
      <dc:date>2005-04-12T07:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to ensure Source code is not install.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522894#M17016</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  My S/W development team will be working on this Linux servers &amp;amp; machine will be on the network with full access to project team. But the condition is that the devlopment team should not access Linux source code. To achive this condition I have to ensure that no linux source code is installed on Linux servers while OS installation or else I need to uninstall the  Linux source code after OS installation. &lt;BR /&gt;Please tell me how I can do this.&lt;BR /&gt;&lt;BR /&gt;Thanks for your prompt replies.&lt;BR /&gt;Regards&lt;BR /&gt;Walter</description>
      <pubDate>Tue, 12 Apr 2005 07:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522894#M17016</guid>
      <dc:creator>varian_1</dc:creator>
      <dc:date>2005-04-12T07:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to ensure Source code is not install.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522895#M17017</link>
      <description>If you mean the kernel source where you say 'Linux source code', then just make sure the 'kernel-source' package is not installed.&lt;BR /&gt;&lt;BR /&gt;If it is, just 'rpm -e kernel-source'.&lt;BR /&gt;&lt;BR /&gt;By default, it installs to '/usr/src/linux-2.x' (where 'x' is either 4 or 6 depending on RH[789]/RHES3/Fedora[12] or RHES4/Fedora[34] respectivly).&lt;BR /&gt;&lt;BR /&gt;If it's installed on a HP ML/DL/BL server though, you will need to be careful, as when you do a kernel update, the RAID controller and monitoring drivers will need to be rebuilt with the help of the kernel-source.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2005 07:54:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522895#M17017</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-04-12T07:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to ensure Source code is not install.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522896#M17018</link>
      <description>And what would keep them from "reinstalling" the kernel source in an other place?&lt;BR /&gt;&lt;BR /&gt;But anyways (from my RHES3 server):&lt;BR /&gt;&lt;BR /&gt;# rpm -qa | grep kernel-source&lt;BR /&gt;kernel-source-2.4.21-27.EL&lt;BR /&gt;# rpm -e kernel-source-2.4.21-27.EL&lt;BR /&gt;&lt;BR /&gt;This should do the trick.</description>
      <pubDate>Tue, 12 Apr 2005 08:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522896#M17018</guid>
      <dc:creator>Eric van Dijken</dc:creator>
      <dc:date>2005-04-12T08:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to ensure Source code is not install.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522897#M17019</link>
      <description>remove the source rpm</description>
      <pubDate>Tue, 12 Apr 2005 08:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522897#M17019</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2005-04-12T08:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to ensure Source code is not install.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522898#M17020</link>
      <description>In redhat [suse, mandrake, other rpm-based distros] you should not install .src.rpm and kernel-source.rpm packages.&lt;BR /&gt;&lt;BR /&gt;In redhat you can delete sources by erazing /usr/src/linux-2.4 and /usr/src/redhat/SOURCES directories.</description>
      <pubDate>Tue, 12 Apr 2005 09:29:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522898#M17020</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-04-12T09:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to ensure Source code is not install.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522899#M17021</link>
      <description>I think what he means is that they don't want to taint their developed code by stealing open source code and integrating it into their closed product.  GPL requires software that uses open source code to be public, which destroys the business of selling that product, well not really but thats the way marketing people see it.&lt;BR /&gt;&lt;BR /&gt;What you are looking for is a code grinder that compares source files for commonalities, ie. stolen lines of code.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.ca/search?q=source+code+comparison+tool" target="_blank"&gt;http://www.google.ca/search?q=source+code+comparison+tool&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Lots to choose from.&lt;BR /&gt;&lt;BR /&gt;--Dave&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2005 10:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-ensure-source-code-is-not-install/m-p/3522899#M17021</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-04-12T10:23:57Z</dc:date>
    </item>
  </channel>
</rss>

