owncloud / owncloud/client

macOS: Investigate if we can turn on the hardened runtime

Open
#11,987 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

macOS Stale
Dominant language
C++
Stars
1.5k
Forks
692
Avg merge
2d 3h
Merged PRs (30d)
23

Description

The hardened runtime protects against certain (local) attacks.

We have to check if we can enable it, because QtDeclarative runs with a JIT (by default).

Apple documentation: https://developer.apple.com/documentation/security/hardened-runtime

Also: XCODE_ATTRIBUTE_ENABLE_HARDENED_RUNTIME

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with Apple’s hardened runtime documentation and inspect the macOS/Xcode build configuration for XCODE_ATTRIBUTE_ENABLE_HARDENED_RUNTIME. Check whether QtDeclarative’s default JIT is compatible with enabling the setting. Done means recording a clear compatibility decision and enabling the attribute if the client can support it.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, macos
Domain
build-system, desktop, security
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.