dind VS refpolicy

Compare dind vs refpolicy and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dind refpolicy
3 7
2,307 281
- 0.4%
0.0 9.3
almost 6 years ago 4 days ago
Shell Python
Apache License 2.0 GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dind

Posts with mentions or reviews of dind. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-26.
  • SELinux is unmanageable; just turn it off if it gets in your way
    8 projects | news.ycombinator.com | 26 Apr 2022
    > ...anything that expects to be managing docker inside docker.

    Now that's an interesting problem to have!

    If you trust those tools and don't have untrusted users or untrusted code, you can sometimes just mount /var/run/docker.sock and use the VM/VPS/server's Docker directly. It is actually the approach that was used by excellent tools like Portainer, though it's also really risky as well.

    Alternatively, you can try to just run Docker in Docker (DinD), which is a bit more tricky and the opinions there are split about whether to do it and when to do it: https://github.com/jpetazzo/dind

    Of course, someone might also jump in and suggest that Docker is architecturally problematic (i don't care much, just want my containers to run, then again; i don't deal with untrusted code or any sort of multitenancy) and you should use Podman or another set of technologies, which is interesting advice but would necessitate other approaches.

    In short, like with most technologies: Docker and OCI container in general get more messy as your requirements become more advanced. For the problems that they do solve easily (app packaging), they are pretty good, though!

  • Docker in docker situation running into errors
    1 project | /r/docker | 3 Nov 2021
  • Weird question: Is it possible to run docker inside of a docker instance?
    2 projects | /r/docker | 2 Aug 2021
    Yes, that cal docker in docker, for do it you need share the master's partition, please check https://github.com/jpetazzo/dind

refpolicy

Posts with mentions or reviews of refpolicy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-26.
  • SELinux policies for Alpine Linux
    1 project | /r/linuxadmin | 25 Oct 2023
    Distributions often start with the SELinux reference policy rather than starting from scratch.
  • SELinux is unmanageable; just turn it off if it gets in your way
    8 projects | news.ycombinator.com | 26 Apr 2022
    really? I don't mean understand how to apply a new label. I mean understand what the policies are and how they work, be able to create new ones that apply to you, and verify that the ones given to you by the distro are correct for your use. You're saying this is not hard to understand: https://github.com/SELinuxProject/refpolicy/blob/master/poli... ?

    Otherwise you are blindly applying some black box.

  • Which SELinux policy should you use?
    2 projects | /r/archlinux | 10 Feb 2022
    selinux-refpolicy-src pulls from the original SELinux Project refpolicy repo and just install-src these, which just places all policies into appropriate directory and does nothing futher, i. e. doesn't compile them to make usable
  • Need help writing rules, please
    1 project | /r/selinux | 17 May 2021
    https://github.com/SELinuxProject/refpolicy/blob/4412ad507c5880d9ff52fd376c23183cc9ae10b7/policy/support/misc_patterns.spt#L55
  • Wayland Keylogger (2021)
    4 projects | news.ycombinator.com | 30 Jan 2021
    Of those distributions, only Fedora sets SELinux to enforcing by default. Moreover, AFAIK Fedora (+ RHEL and Android) are the only distributions that had wide testing of the reference policy [1] [2]. So, if you enable SELinux with the reference policy on the other distributions that you mention, it is likely that you will run into all kinds of issues.

    [1] https://github.com/SELinuxProject/refpolicy

    [2] https://github.com/fedora-selinux/selinux-policy

  • Switching from CentOS/RHEL to openSUSE as main enterprise OS, experiencies and general tips?
    1 project | /r/openSUSE | 2 Jan 2021
    No default or reference policy is provided in openSUSE Leap. SELinux will not operate without a policy, so you must build and install one. The SELinux Reference Policy Project (https://github.com/SELinuxProject/refpolicy/wiki) should be helpful in providing examples and detailed information on creating your own policies, and this chapter also provides guidance on managing your SELinux policy.
  • Is this legit? SELinux is preventing login from getattr access on the filesystem /dev/shm.
    1 project | /r/selinux | 21 Dec 2020
    Interesting. I don't have a red hat based system handy at the moment to compare since I'm on holiday. Maybe that's just how they set up shm? If you compare to Reference Policy, it appears that the getattr permission you asked about is granted there: https://github.com/SELinuxProject/refpolicy/blob/8a1bc98a31a9f2396f3c1389f43ffb10df31157f/policy/modules/system/systemd.te#L600

What are some alternatives?

When comparing dind and refpolicy you can also consider the following projects:

sysbox - An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, Kubernetes, just like VMs.

wayland-keylogger - Proof-of-concept Wayland keylogger