-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
samba: Update smb.gtpl to enable files app on iOS / iPads 18+ #3877
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems you haven't yet signed a CLA. Please do so here.
Once you do that we will be able to review and accept this pull request.
Thanks!
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
📝 WalkthroughWalkthroughThe changes involve updating the Samba configuration template file by adding a new Virtual File System (VFS) configuration option. The line Changes
Sequence DiagramsequenceDiagram
participant Client
participant Samba Server
participant VFS Module
Client->>Samba Server: Request file access
Samba Server->>VFS Module: Apply catia, fruit, streams_xattr modules
VFS Module-->>Samba Server: Enable extended attribute handling
Samba Server->>Client: Process file request with extended attribute support
The sequence diagram illustrates how the new VFS modules are integrated into the Samba file sharing process, intercepting file access requests and enabling extended attribute management. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
included `catia` and `fruit` per documentation on Samba and recommendation for further OSX interoperability Co-authored-by: Stefan Agner <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, the change generally LGTM.
Any change to an add-on which should get rolled out also requires a bump of the add-on version in config.yaml
and an entry in CHANGELOG.md.
Update CHANGELOG.md to include Apple Config
Update config.yaml to 12.3.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the nit, LGTM, thanks!
Co-authored-by: Stefan Agner <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
…ssistant#3877) * Update smb.gtpl to enables files.app on iOS / iPads s 18+ * Update samba/rootfs/usr/share/tempio/smb.gtpl included `catia` and `fruit` per documentation on Samba and recommendation for further OSX interoperability Co-authored-by: Stefan Agner <[email protected]> * Update CHANGELOG.md to include Apple Config * Update config.yaml to 12.3.3 * Update CHANGELOG.md with descriptice changes to enable appl Co-authored-by: Stefan Agner <[email protected]> --------- Co-authored-by: Stefan Agner <[email protected]>
This PR is to enable RW access to config directories via files.app which requires new global attributes per https://www.samba.org/samba/docs/4.9/man-html/vfs_streams_xattr.8.html
Summary by CodeRabbit