Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. Okay. So question for #linux or #security folks.

Okay. So question for #linux or #security folks.

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
linuxsecuritynixbooknixos
8 Indlæg 7 Posters 34 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • codemonkeymike@fosstodon.orgC This user is from outside of this forum
    codemonkeymike@fosstodon.orgC This user is from outside of this forum
    codemonkeymike@fosstodon.org
    wrote sidst redigeret af
    #1

    Okay. So question for #linux or #security folks.

    I want to set up a #nixbook (#nixos) computer set up as a public access computer.

    I know how to harden the OS to avoid tampering. But how can I filter content? I'm already getting questions like, how can we prevent people from looking up inappropriate things?

    How would you do it?

    alf149@social.data.coopA ftranschel@norden.socialF techwizz@fosstodon.orgT nixfreak@masto.hackers.townN 970uts1d3@defcon.social9 7 Replies Last reply
    0
    • codemonkeymike@fosstodon.orgC codemonkeymike@fosstodon.org

      Okay. So question for #linux or #security folks.

      I want to set up a #nixbook (#nixos) computer set up as a public access computer.

      I know how to harden the OS to avoid tampering. But how can I filter content? I'm already getting questions like, how can we prevent people from looking up inappropriate things?

      How would you do it?

      alf149@social.data.coopA This user is from outside of this forum
      alf149@social.data.coopA This user is from outside of this forum
      alf149@social.data.coop
      wrote sidst redigeret af
      #2

      @codemonkeymike
      A local docker with pihole as the DNS (filters could be controlled from a git repo, haven’t tried this)

      1 Reply Last reply
      0
      • codemonkeymike@fosstodon.orgC codemonkeymike@fosstodon.org

        Okay. So question for #linux or #security folks.

        I want to set up a #nixbook (#nixos) computer set up as a public access computer.

        I know how to harden the OS to avoid tampering. But how can I filter content? I'm already getting questions like, how can we prevent people from looking up inappropriate things?

        How would you do it?

        ftranschel@norden.socialF This user is from outside of this forum
        ftranschel@norden.socialF This user is from outside of this forum
        ftranschel@norden.social
        wrote sidst redigeret af
        #3

        @codemonkeymike There are certain aspects you can look into like DNS filtering and blacklisting.

        However, after some decades in IT I can tell you that it is virtually impossible to prevent all conceivable misuse.

        If you have a browser that is not in a *whitelist* mode, they will access stuff.

        Just as an example, for cases like these, I have a VPN machine with a dedicated IP somewhere* I can ask to reverse-proxy stuff for me.

        * Not gonna tell you 😜

        1 Reply Last reply
        0
        • codemonkeymike@fosstodon.orgC codemonkeymike@fosstodon.org

          Okay. So question for #linux or #security folks.

          I want to set up a #nixbook (#nixos) computer set up as a public access computer.

          I know how to harden the OS to avoid tampering. But how can I filter content? I'm already getting questions like, how can we prevent people from looking up inappropriate things?

          How would you do it?

          techwizz@fosstodon.orgT This user is from outside of this forum
          techwizz@fosstodon.orgT This user is from outside of this forum
          techwizz@fosstodon.org
          wrote sidst redigeret af
          #4

          @codemonkeymike You may use the /etc/hosts file if you're wanting to block sites from the device itself, problem being you'd most likely have to manually maintain it / add it as a nixOS package and then have to auto update your hosts.

          1 Reply Last reply
          0
          • codemonkeymike@fosstodon.orgC codemonkeymike@fosstodon.org

            Okay. So question for #linux or #security folks.

            I want to set up a #nixbook (#nixos) computer set up as a public access computer.

            I know how to harden the OS to avoid tampering. But how can I filter content? I'm already getting questions like, how can we prevent people from looking up inappropriate things?

            How would you do it?

            nixfreak@masto.hackers.townN This user is from outside of this forum
            nixfreak@masto.hackers.townN This user is from outside of this forum
            nixfreak@masto.hackers.town
            wrote sidst redigeret af
            #5

            @codemonkeymike Depends on how technical you are , I would just filter that shit at the layer 3 so a router. Or at layer 7 application and use a firewall tool. Or setup #opnsense or #pf

            1 Reply Last reply
            0
            • codemonkeymike@fosstodon.orgC codemonkeymike@fosstodon.org

              Okay. So question for #linux or #security folks.

              I want to set up a #nixbook (#nixos) computer set up as a public access computer.

              I know how to harden the OS to avoid tampering. But how can I filter content? I'm already getting questions like, how can we prevent people from looking up inappropriate things?

              How would you do it?

              970uts1d3@defcon.social9 This user is from outside of this forum
              970uts1d3@defcon.social9 This user is from outside of this forum
              970uts1d3@defcon.social
              wrote sidst redigeret af
              #6

              @codemonkeymike could use a separate pi-hole as a DNS server and filter using that. All DNS lookups would go through it. And you can put strict filters there, Its separate piece of equip the user has 0 access to. My 2 cents.

              1 Reply Last reply
              0
              • codemonkeymike@fosstodon.orgC codemonkeymike@fosstodon.org

                Okay. So question for #linux or #security folks.

                I want to set up a #nixbook (#nixos) computer set up as a public access computer.

                I know how to harden the OS to avoid tampering. But how can I filter content? I'm already getting questions like, how can we prevent people from looking up inappropriate things?

                How would you do it?

                26a02a0b26c53a3c78277c16491a4a6a75d77542ec29bf73c7213aa2054d0949@mostr.pub2 This user is from outside of this forum
                26a02a0b26c53a3c78277c16491a4a6a75d77542ec29bf73c7213aa2054d0949@mostr.pub2 This user is from outside of this forum
                26a02a0b26c53a3c78277c16491a4a6a75d77542ec29bf73c7213aa2054d0949@mostr.pub
                wrote sidst redigeret af
                #7
                what means public access computer?
                webserver or do they access over ssh?

                ufw and fail2ban maybe?
                1 Reply Last reply
                0
                • codemonkeymike@fosstodon.orgC codemonkeymike@fosstodon.org

                  Okay. So question for #linux or #security folks.

                  I want to set up a #nixbook (#nixos) computer set up as a public access computer.

                  I know how to harden the OS to avoid tampering. But how can I filter content? I'm already getting questions like, how can we prevent people from looking up inappropriate things?

                  How would you do it?

                  alf149@social.data.coopA This user is from outside of this forum
                  alf149@social.data.coopA This user is from outside of this forum
                  alf149@social.data.coop
                  wrote sidst redigeret af
                  #8

                  @codemonkeymike
                  Remember to lock down browsers and apps to only use port 53 for dns. And no access to browser configs.

                  1 Reply Last reply
                  0
                  Svar
                  • Svar som emne
                  Login for at svare
                  • Ældste til nyeste
                  • Nyeste til ældste
                  • Most Votes


                  • Log ind

                  • Har du ikke en konto? Tilmeld

                  • Login or register to search.
                  Powered by NodeBB Contributors
                  Graciously hosted by data.coop
                  • First post
                    Last post
                  0
                  • Hjem
                  • Seneste
                  • Etiketter
                  • Populære
                  • Verden
                  • Bruger
                  • Grupper