Skip to content

semaphore permissions: Trying to set 0o666 results in 0o664 instead #8

@Para7etamol

Description

@Para7etamol

Hi everyone!

When trying this:

using Random

sem_name="test_"*randstring(100)
rm(Semaphore,sem_name)
Semaphore(sem_name, 1; volatile=false, perms=0o666)

The resulting semaphore in /dev/shm/ has permissions 0o664 instead of 0o666

Using Julia 1.10.0 and Ubuntu 2204

Best regards
Oliver

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions