<?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: fuser in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2598954#M33898</link>
    <description>My 2 cents:&lt;BR /&gt;&lt;BR /&gt;Being a security nut, I disagree with the statement that fuser access should be restricted. One should never base their security on the lack of knowledge. I personally prefer lsof over fuser, as lsof gives useful information. Keeping information out of the hands of outsiders is one thing, restricting the productivity of admins, whether they be dba's or sa's or application administrators, is pure madness. &lt;BR /&gt;&lt;BR /&gt;Look at this document to secure your server:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://people.hp.se/stevesk/bastion11.html" target="_blank"&gt;http://people.hp.se/stevesk/bastion11.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and this to obtain lsof:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I've had and won many arguments that if outsiders were to obtain our ip addresses then they could attack us. Well that is a crock of doo. First we protect our selves by using firewalls, routers, and bastian servers. What does having knowledge about ip's have to do with anything? Exactly, nothing!&lt;BR /&gt;&lt;BR /&gt;In general, it's usually the people that know nothing about security in general, security in unix, or application security that are placed in charge of security. Why? I have no idea! Ask your admin to ease up.&lt;BR /&gt;&lt;BR /&gt;harry&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Oct 2001 16:05:10 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2001-10-22T16:05:10Z</dc:date>
    <item>
      <title>fuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2598949#M33893</link>
      <description>Can someone tell me what kind of security issues there are with the command "fuser". Currently we only allow our Sys. Admins. to have fuser privilages. Our Oracle DBA group has requested to have it. In the C2 checklist I believe it is recommended to disable the use of this command.</description>
      <pubDate>Mon, 22 Oct 2001 15:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2598949#M33893</guid>
      <dc:creator>Account Not Used</dc:creator>
      <dc:date>2001-10-22T15:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: fuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2598950#M33894</link>
      <description>One thing to keep in mind is that a normal user can copy the fuser executable and just run it as a normal user...so if you're really concerned about security, then you should probably remove the read permissions for other on the /usr/sbin/fuser command.&lt;BR /&gt;&lt;BR /&gt;In response to your original question, fuser allows a user to see the executables that are currently using a give file/filesystem.  Not really sure what kind of security implications this might have.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Mon, 22 Oct 2001 15:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2598950#M33894</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-22T15:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: fuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2598951#M33895</link>
      <description>Security implication of giving access to fuser is that it enables killing of processes with no pattern. For ex., if the DBA is given access to use fuser, he/she can kill not only the database processes but also the other processes using the file/file system instead of selective killing which is not a good way of fixing the problem.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 22 Oct 2001 15:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2598951#M33895</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-22T15:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: fuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2598952#M33896</link>
      <description>Yes, you should be very careful of who has access to fuser, since it not only can tell you what processes a device/filesystem etc has open, but the -k option allows them to kill those processes as well.  It shouldn't be given to anyone that doesn't already have access to kill other users processes.  And also should only be given to those that know how to use if correctly.&lt;BR /&gt;I would suggest looking into lsof instead for your DBAs to use.  There may be security implications there as well, but nothing obvious that I can think of.</description>
      <pubDate>Mon, 22 Oct 2001 15:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2598952#M33896</guid>
      <dc:creator>Bernie Vande Griend</dc:creator>
      <dc:date>2001-10-22T15:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: fuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2598953#M33897</link>
      <description>The most serious problem is the fuser -k. While this is not a setuid root program and thus your DBA's could not kill processes that they do not own there is still a BIG problem using fuser -k - it sends a SIGKILL (kill -9) - a very BAD way to kill any process.&lt;BR /&gt;&lt;BR /&gt;If I were going to allow non-root users to execute fuser, I would create a wrapper which prevents executing with -k. The other answer is to load lsof; if you like you could download the source and make the command do as little as you want.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
      <pubDate>Mon, 22 Oct 2001 15:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2598953#M33897</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-22T15:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: fuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2598954#M33898</link>
      <description>My 2 cents:&lt;BR /&gt;&lt;BR /&gt;Being a security nut, I disagree with the statement that fuser access should be restricted. One should never base their security on the lack of knowledge. I personally prefer lsof over fuser, as lsof gives useful information. Keeping information out of the hands of outsiders is one thing, restricting the productivity of admins, whether they be dba's or sa's or application administrators, is pure madness. &lt;BR /&gt;&lt;BR /&gt;Look at this document to secure your server:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://people.hp.se/stevesk/bastion11.html" target="_blank"&gt;http://people.hp.se/stevesk/bastion11.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and this to obtain lsof:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I've had and won many arguments that if outsiders were to obtain our ip addresses then they could attack us. Well that is a crock of doo. First we protect our selves by using firewalls, routers, and bastian servers. What does having knowledge about ip's have to do with anything? Exactly, nothing!&lt;BR /&gt;&lt;BR /&gt;In general, it's usually the people that know nothing about security in general, security in unix, or application security that are placed in charge of security. Why? I have no idea! Ask your admin to ease up.&lt;BR /&gt;&lt;BR /&gt;harry&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Oct 2001 16:05:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2598954#M33898</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-22T16:05:10Z</dc:date>
    </item>
  </channel>
</rss>

