<?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: Is there a way of restricting the access of compilers to only root users? (in my case it's cc). in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-way-of-restricting-the-access-of-compilers-to-only/m-p/7021787#M490979</link>
    <description>&lt;P&gt;&amp;gt; the same way you can add users to /etc/ftpusers to not allow them to use ftp.&lt;/P&gt;&lt;P&gt;No, using the compiler is not usually a security issue.&lt;/P&gt;&lt;P&gt;And the bundled C compiler is not for development.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Oct 2018 04:35:21 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2018-10-15T04:35:21Z</dc:date>
    <item>
      <title>Is there a way of restricting the access of compilers to only root users? (in my case it's cc).</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-way-of-restricting-the-access-of-compilers-to-only/m-p/7021190#M490970</link>
      <description>&lt;P&gt;Hello to all.&lt;/P&gt;&lt;P&gt;I have a quick question regarding the cc compilers I see I have on my old HP-UX machines (11.23 and 11.31). I was just told that I should "restrict" the access for compilers just to root, I checked and I was able to compile a hello world! program, so I was trying to find out if there's a way of restricting this other than just chamod 700 to the cc?&lt;/P&gt;&lt;P&gt;dalhda50:/root# type cc&lt;BR /&gt;cc is a tracked alias for /usr/bin/cc&lt;/P&gt;&lt;P&gt;dalhda50:/root# ls -ld /usr/bin/cc&lt;BR /&gt;lrwxr-xr-t 1 root sys 15 Jun 22 2010 /usr/bin/cc -&amp;gt; /usr/ccs/bin/cc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gustavo.-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-way-of-restricting-the-access-of-compilers-to-only/m-p/7021190#M490970</guid>
      <dc:creator>gfette75</dc:creator>
      <dc:date>2018-10-09T17:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way of restricting the access of compilers to only root users? (in my case it's cc).</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-way-of-restricting-the-access-of-compilers-to-only/m-p/7021200#M490971</link>
      <description>&lt;P&gt;Yes, you could use "chmod og-rx /usr/ccs/bin/cc_bundled" to prevent access.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 18:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-way-of-restricting-the-access-of-compilers-to-only/m-p/7021200#M490971</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2018-10-09T18:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way of restricting the access of compilers to only root users? (in my case it's cc).</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-way-of-restricting-the-access-of-compilers-to-only/m-p/7021210#M490972</link>
      <description>&lt;P&gt;Hi, thanks for the answer. Yes I already did that:&lt;/P&gt;&lt;P&gt;$ ls -ld /usr/ccs/bin/cc&lt;BR /&gt;lrwxr-xr-x 1 bin bin 12 Jun 22 2010 /usr/ccs/bin/cc -&amp;gt; ./cc_bundled&lt;BR /&gt;$ ls -ld /usr/ccs/bin/cc_bundled&lt;BR /&gt;-rwx------ 1 bin bin 400852 Mar 26 2004 /usr/ccs/bin/cc_bundled&lt;/P&gt;&lt;P&gt;$ cc -V&lt;BR /&gt;ksh: cc: cannot execute&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ cc hello_world.c -o hello_world.exe&lt;BR /&gt;ksh: cc: cannot execute&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doesn't work as regular user ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to see if there wasn't any other ways other than chmod, but I guess this could work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gustavo.-&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 18:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-way-of-restricting-the-access-of-compilers-to-only/m-p/7021210#M490972</guid>
      <dc:creator>gfette75</dc:creator>
      <dc:date>2018-10-09T18:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way of restricting the access of compilers to only root users? (in my case it's cc).</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-way-of-restricting-the-access-of-compilers-to-only/m-p/7021232#M490973</link>
      <description>&lt;P&gt;&amp;gt; I was trying to see if there wasn't any other ways other than chmod,&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; man setacl&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; If "root" is to be the only allowed user, then setacl may do no more&lt;BR /&gt;for you than chmod.&amp;nbsp; (But, if you _really_ hate chmod, ...)&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 20:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-way-of-restricting-the-access-of-compilers-to-only/m-p/7021232#M490973</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2018-10-09T20:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way of restricting the access of compilers to only root users? (in my case it's cc).</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-way-of-restricting-the-access-of-compilers-to-only/m-p/7021390#M490974</link>
      <description>&lt;P&gt;Hi, thanks for answering. I do not have problems with chmod, I just wanted to know if there were another way, the same way you can add users to /etc/ftpusers to not allow them to use ftp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Gustavo.-&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 13:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-way-of-restricting-the-access-of-compilers-to-only/m-p/7021390#M490974</guid>
      <dc:creator>gfette75</dc:creator>
      <dc:date>2018-10-10T13:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way of restricting the access of compilers to only root users? (in my case it's cc).</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-way-of-restricting-the-access-of-compilers-to-only/m-p/7021787#M490979</link>
      <description>&lt;P&gt;&amp;gt; the same way you can add users to /etc/ftpusers to not allow them to use ftp.&lt;/P&gt;&lt;P&gt;No, using the compiler is not usually a security issue.&lt;/P&gt;&lt;P&gt;And the bundled C compiler is not for development.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 04:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-way-of-restricting-the-access-of-compilers-to-only/m-p/7021787#M490979</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2018-10-15T04:35:21Z</dc:date>
    </item>
  </channel>
</rss>

