Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system/box64.conf.cmake: change rule name to be box64 specific #1233

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

josch
Copy link
Contributor

@josch josch commented Jan 30, 2024

Having an entry named x86_64 in /proc/sys/fs/binfmt_misc/ is not ideal because:

  • it does not indicate who the binfmt provider is (others start with llvm-*, python* or qemu-* to indicate this)
  • it is a namespace grab -- there is no justification for box64 to grab the identifier "x86_64" over all other potential binfmt providers

Having an entry named x86_64 in /proc/sys/fs/binfmt_misc/ is not ideal
because:

 - it does not indicate who the binfmt provider is (others start with
   llvm-*, python* or qemu-* to indicate this)
 - it is a namespace grab -- there is no justification for box64 to grab
   the identifier "x86_64" over all other potential binfmt providers
Copy link
Contributor

@mcagabe19 mcagabe19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed

@ptitSeb
Copy link
Owner

ptitSeb commented Jan 30, 2024

Oh sure. I named it x86_64 because it was what it did, not to grab anything.

@ptitSeb ptitSeb merged commit aa2e212 into ptitSeb:main Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants