- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8k
Update debian.md #16654
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
Update debian.md #16654
Conversation
Set correct filemask for `/etc/apt/keyrings` . If this is not 0755, the keys in the directory cannot be used.
| ✅ Deploy Preview for docsdocker ready!
 To edit notification comments on pull requests, go to your Netlify site settings. | 
| @vvoland could you ptal? thanks | 
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; permissions applied by mkdir are dependent on the umask value, which in some cases may be different from 0022.
This is also conformant with Debian suggestions:
In releases older than Debian 12 and Ubuntu 22.04, /etc/apt/keyrings does not exist by default. It SHOULD be created with permissions 0755 if it is needed and does not already exist.
(source: https://wiki.debian.org/DebianRepository/UseThirdParty)
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, but left a suggestion; we can probably merge that suggestion and squash the commits 👍
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; I'll squash and merge 👍
Set correct filemask for
/etc/apt/keyrings. If this is not 0755, the keys in the directory cannot be used.Proposed changes
Related issues (optional)