public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: Guardian 2 - Correction
Date: Mon, 18 Jul 2016 16:03:51 +0200	[thread overview]
Message-ID: <1468850631.4663.66.camel@ipfire.org> (raw)
In-Reply-To: <578AC0F1.5060109@dailydata.net>

[-- Attachment #1: Type: text/plain, Size: 4073 bytes --]

Thanks for testing and pointing this out.

I've re-packed the latest version and uploaded the new tarballs with
fixed permissions.

-Stefan
> A partial fix would be to run the following bash commands. The reason
> I
> say partial is because I got the permissions from a different
> firewall
> that does not have Guardian installed on it, so it could not
> determine
> the correct permissions for any of those directories.
> 
> This was taken from the output of a perl script I threw together. It
> is
> NOT commented (sorry) but pretty straight forward. Simply gets the
> permissions and ownership from each directory (and parent directory)
> out
> of an array based on Matthias' research. I did NOT check to verify
> the
> permissions were not already set. The output is simply a list of
> commands to set permissions from one machine to the same as the
> permissions on another.
> 
> The originating script is temporarily stored at
> http://unixservertech.com/fixPermissions.pl
> That is a web site in progress. Feel free to download and run it on a
> machine that has Guardian (after looking at it and making sure I
> didn't
> do something stoopid). No guarantee it won't eat your firewall, but I
> ran it on a production machine, then ran the output on my test router
> and it appears to have worked.
> ======================================================
> chown 0:0 /etc
> chmod 0755 /etc
> 
> chown 0:0 /etc/logrotate.d
> chmod 0755 /etc/logrotate.d
> 
> chown 0:0 /etc/rc.d
> chmod 0755 /etc/rc.d
> 
> chown 0:0 /etc/rc.d/init.d
> chmod 0755 /etc/rc.d/init.d
> 
> chown 0:0 /etc/rc.d/init.d/networking
> chmod 0755 /etc/rc.d/init.d/networking
> 
> chown 0:0 /etc/rc.d/init.d/networking/red.up
> chmod 0755 /etc/rc.d/init.d/networking/red.up
> 
> chown 0:0 /etc/rc.d/init.d/snort
> chmod 0754 /etc/rc.d/init.d/snort
> 
> chown 0:0 /etc/rc.d/rc0.d
> chmod 0755 /etc/rc.d/rc0.d
> 
> chown 0:0 /etc/rc.d/rc3.d
> chmod 0755 /etc/rc.d/rc3.d
> 
> chown 0:0 /etc/rc.d/rc6.d
> chmod 0755 /etc/rc.d/rc6.d
> 
> chown 0:0 /opt
> chmod 0755 /opt
> 
> chown 0:0 /opt/pakfire
> chmod 0755 /opt/pakfire
> 
> chown 0:0 /opt/pakfire/db
> chmod 0755 /opt/pakfire/db
> 
> chown 0:0 /opt/pakfire/db/installed
> chmod 0755 /opt/pakfire/db/installed
> 
> chown 0:0 /srv
> chmod 0755 /srv
> 
> chown 0:0 /srv/web
> chmod 0755 /srv/web
> 
> chown 0:0 /srv/web/ipfire
> chmod 0755 /srv/web/ipfire
> 
> chown 0:0 /srv/web/ipfire/cgi-bin
> chmod 0755 /srv/web/ipfire/cgi-bin
> 
> chown 0:0 /srv/web/ipfire/cgi-bin/ids.cgi
> chmod 0755 /srv/web/ipfire/cgi-bin/ids.cgi
> 
> chown 0:0 /usr
> chmod 0755 /usr
> 
> chown 0:0 /usr/bin
> chmod 0755 /usr/bin
> 
> chown 0:0 /usr/lib
> chmod 0755 /usr/lib
> 
> chown 0:0 /usr/lib/perl5
> chmod 0755 /usr/lib/perl5
> 
> chown 0:0 /usr/lib/perl5/site_perl
> chmod 0755 /usr/lib/perl5/site_perl
> 
> chown 0:0 /usr/lib/perl5/site_perl/5.12.3
> chmod 0755 /usr/lib/perl5/site_perl/5.12.3
> 
> chown 0:0 /usr/lib/perl5/site_perl/5.12.3/Net
> chmod 0755 /usr/lib/perl5/site_perl/5.12.3/Net
> 
> chown 0:0 /usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi
> chmod 0755 /usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi
> 
> chown 0:0 /usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-
> multi/auto
> chmod 0755 /usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-
> multi/auto
> 
> chown 0:0 /usr/sbin
> chmod 0755 /usr/sbin
> 
> chown 0:0 /var
> chmod 0755 /var
> 
> chown 0:0 /var/ipfire
> chmod 0755 /var/ipfire
> 
> chown 0:0 /var/ipfire/backup
> chmod 0755 /var/ipfire/backup
> 
> chown 0:0 /var/ipfire/backup/addons
> chmod 0755 /var/ipfire/backup/addons
> 
> chown 0:0 /var/ipfire/backup/addons/includes
> chmod 0755 /var/ipfire/backup/addons/includes
> 
> chown 0:0 /var/ipfire/langs
> chmod 0755 /var/ipfire/langs
> 
> chown 0:0 /var/ipfire/langs/de.pl
> chmod 0644 /var/ipfire/langs/de.pl
> 
> chown 0:0 /var/ipfire/langs/en.pl
> chmod 0644 /var/ipfire/langs/en.pl
> 
> chown 0:0 /var/ipfire/menu.d
> chmod 0755 /var/ipfire/menu.d
> 
> chown 0:0 /var/log
> chmod 0755 /var/log
> ======================================================
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-07-18 14:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CACOO0z-ZmvxauaLjrv5nLX_kctaPcbMB1nGNZy02iT=E5FDNEA@mail.gmail.com>
2016-07-16 15:12 ` Guardian 2 Matthias Fischer
2016-07-16 18:43 ` R. W. Rodolico
2016-07-16 19:34   ` Guardian 2 - Correction R. W. Rodolico
2016-07-16 20:10     ` Matthias Fischer
2016-07-16 22:26       ` R. W. Rodolico
2016-07-16 23:19         ` R. W. Rodolico
2016-07-18 14:03           ` Stefan Schantl [this message]
     [not found] <CACOO0z_XpLEKp3E7M1n6t6cgmVmDNO7OGzUaVN-pr9b7rOwWaQ@mail.gmail.com>
2016-07-17  0:56 ` R. W. Rodolico
2016-07-17  5:43   ` Matthias Fischer
     [not found] <CACOO0z_2rhPGhW_rCe46VMCgWTT_4jLxMwSJZoAheY5ouiNt=g@mail.gmail.com>
2016-07-17 13:57 ` Matthias Fischer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1468850631.4663.66.camel@ipfire.org \
    --to=stefan.schantl@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox