<?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: Paranoid security, bypass resetting permissions in Secure OS Software for Linux</title>
    <link>https://community.hpe.com/t5/secure-os-software-for-linux/paranoid-security-bypass-resetting-permissions/m-p/3057094#M258</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;msec by default is making this happen...&lt;BR /&gt;&lt;BR /&gt;Go look in :&lt;BR /&gt;/usr/share/msec&lt;BR /&gt;&lt;BR /&gt;and take a look at the perm.5 file. (this is if you are running msec at level 5. I think "paranoid" which is the highest level is level5.)&lt;BR /&gt;&lt;BR /&gt;you will see this for /var/log:&lt;BR /&gt;/var/log/        root.root           711&lt;BR /&gt;/var/log/*       root.root           600&lt;BR /&gt;/var/log/*/*     current             600&lt;BR /&gt;/var/log/*/*/*   current             600&lt;BR /&gt;/var/log/*/.     current             700&lt;BR /&gt;&lt;BR /&gt;Simply replace the 600 or 700 with the permission  you want to set.&lt;BR /&gt;&lt;BR /&gt;Them run msec 5 again and all the permission will be applied to your system.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Aug 2003 07:14:43 GMT</pubDate>
    <dc:creator>Jean-Pierre Denis</dc:creator>
    <dc:date>2003-08-27T07:14:43Z</dc:date>
    <item>
      <title>Paranoid security, bypass resetting permissions</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/paranoid-security-bypass-resetting-permissions/m-p/3057091#M255</link>
      <description>Good Day all,&lt;BR /&gt;&lt;BR /&gt;We have installed Linux (mandrake 9) with a security level of "paranoid".  While this is good,  it can get quite annoying.  for example:&lt;BR /&gt;there is a cron job that appears to reset ownership of all subdirectories and files  under /var to root with permisions 700 and 600 respectively.&lt;BR /&gt;A real pain because no other user can read anything from /var/log.&lt;BR /&gt;&lt;BR /&gt;Is there a way to disable this functionality for /var/log or a subdirectory?&lt;BR /&gt;&lt;BR /&gt;I suspect I could store my reports somewhere else under some /home/&lt;USER&gt; to avoid this problem, but I'd rather know how to configure security properly.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp;&lt;BR /&gt;Take care.&lt;/USER&gt;</description>
      <pubDate>Tue, 26 Aug 2003 18:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/paranoid-security-bypass-resetting-permissions/m-p/3057091#M255</guid>
      <dc:creator>Raynald Boucher</dc:creator>
      <dc:date>2003-08-26T18:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Paranoid security, bypass resetting permissions</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/paranoid-security-bypass-resetting-permissions/m-p/3057092#M256</link>
      <description>I don't know how Mandrake implement this functionality, but I remember in an old SuSE version I used few years ago, there were a file in /etc for configuring that (something like /etc/perms).&lt;BR /&gt;&lt;BR /&gt;Check in Mandrake documentation or simply grep in /etc to find the right config file.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo</description>
      <pubDate>Tue, 26 Aug 2003 19:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/paranoid-security-bypass-resetting-permissions/m-p/3057092#M256</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2003-08-26T19:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Paranoid security, bypass resetting permissions</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/paranoid-security-bypass-resetting-permissions/m-p/3057093#M257</link>
      <description>crontab -e&lt;BR /&gt;&lt;BR /&gt;Most likely there will be comments and you can find and modify the offending cron job.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 26 Aug 2003 19:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/paranoid-security-bypass-resetting-permissions/m-p/3057093#M257</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-26T19:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Paranoid security, bypass resetting permissions</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/paranoid-security-bypass-resetting-permissions/m-p/3057094#M258</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;msec by default is making this happen...&lt;BR /&gt;&lt;BR /&gt;Go look in :&lt;BR /&gt;/usr/share/msec&lt;BR /&gt;&lt;BR /&gt;and take a look at the perm.5 file. (this is if you are running msec at level 5. I think "paranoid" which is the highest level is level5.)&lt;BR /&gt;&lt;BR /&gt;you will see this for /var/log:&lt;BR /&gt;/var/log/        root.root           711&lt;BR /&gt;/var/log/*       root.root           600&lt;BR /&gt;/var/log/*/*     current             600&lt;BR /&gt;/var/log/*/*/*   current             600&lt;BR /&gt;/var/log/*/.     current             700&lt;BR /&gt;&lt;BR /&gt;Simply replace the 600 or 700 with the permission  you want to set.&lt;BR /&gt;&lt;BR /&gt;Them run msec 5 again and all the permission will be applied to your system.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2003 07:14:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/paranoid-security-bypass-resetting-permissions/m-p/3057094#M258</guid>
      <dc:creator>Jean-Pierre Denis</dc:creator>
      <dc:date>2003-08-27T07:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Paranoid security, bypass resetting permissions</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/paranoid-security-bypass-resetting-permissions/m-p/3057095#M259</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;instead of changing the file in /usr/share/msec you can create the file /etc/security/msec/perm.local and set your local permission in there.&lt;BR /&gt;&lt;BR /&gt;This will overwrite the change made by perm.5 and if you upgrade msec one of there days your "local" config will be kept.&lt;BR /&gt;&lt;BR /&gt;Thank,&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2003 07:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/paranoid-security-bypass-resetting-permissions/m-p/3057095#M259</guid>
      <dc:creator>Jean-Pierre Denis</dc:creator>
      <dc:date>2003-08-27T07:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Paranoid security, bypass resetting permissions</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/paranoid-security-bypass-resetting-permissions/m-p/3057096#M260</link>
      <description>Merci Jean-Pierre.&lt;BR /&gt;&lt;BR /&gt;I was getting close but got sidetracked by that Python code.&lt;BR /&gt;&lt;BR /&gt;Thanks all.</description>
      <pubDate>Wed, 27 Aug 2003 13:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/paranoid-security-bypass-resetting-permissions/m-p/3057096#M260</guid>
      <dc:creator>Raynald Boucher</dc:creator>
      <dc:date>2003-08-27T13:03:53Z</dc:date>
    </item>
  </channel>
</rss>

