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

Another forbidden path on MacOS? #2229

Closed
Ninlives opened this issue Jun 14, 2018 · 0 comments
Closed

Another forbidden path on MacOS? #2229

Ninlives opened this issue Jun 14, 2018 · 0 comments

Comments

@Ninlives
Copy link
Contributor

cannot link '/nix/store/.links/0a86nkxzh3wyw1ija150d0m07c9zqimsv2ww9wilbkvkq0ch0nh6' to '/nix/store/lkka5zjcqx6yzls3vk585nj4wb81p0gk-iterm-borderless/Applications/iTerm.app/Contents/_CodeSignature/CodeResources': Operation not permitted

The iterm-borderless is packaged by myself...maybe we should not try to hard link any files under .app/*?

matthewbauer added a commit to matthewbauer/nix that referenced this issue Jun 14, 2018
I hate to make this such a large check but the lack of documentation means we really have no idea what's allowed. All of them reported so far have been within ".app/Contents" directories. That appears to be a safe starting point. However, I would not be surprised to also find more paths that are disallowed for instance in .framework or .bundle directories.

Fixes NixOS#2031
Fixes NixOS#2229
dtzWill pushed a commit to dtzWill/nix that referenced this issue Jun 19, 2018
I hate to make this such a large check but the lack of documentation means we really have no idea what's allowed. All of them reported so far have been within ".app/Contents" directories. That appears to be a safe starting point. However, I would not be surprised to also find more paths that are disallowed for instance in .framework or .bundle directories.

Fixes NixOS#2031
Fixes NixOS#2229

(cherry picked from commit 6d09e44)
Anton-Latukha pushed a commit to Anton-Latukha/nix that referenced this issue Jul 12, 2018
I hate to make this such a large check but the lack of documentation means we really have no idea what's allowed. All of them reported so far have been within ".app/Contents" directories. That appears to be a safe starting point. However, I would not be surprised to also find more paths that are disallowed for instance in .framework or .bundle directories.

Fixes NixOS#2031
Fixes NixOS#2229
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

No branches or pull requests

1 participant