Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb53896' into 'master'
[sb2] Fix x86 sem_open error. Contributes to jb#53896

See merge request mer-core/scratchbox2!51
  • Loading branch information
kende committed May 20, 2021
2 parents 5df7d2c + 3fb3ee2 commit 77c9926
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scratchbox2/rule_lib/fs_rules/dev.lua
Expand Up @@ -28,6 +28,8 @@ rules_dev = {

{name = "rule lib: /dev/shm/*",
dir = "/dev/shm",
func_class = FUNC_CLASS_STAT + FUNC_CLASS_RENAME + FUNC_CLASS_SYMLINK +
FUNC_CLASS_CREAT + FUNC_CLASS_SET_TIMES + FUNC_CLASS_MKNOD,
replace_by = session_dir .. "/tmp"},

-- We can't change times or attributes of host's devices,
Expand Down

0 comments on commit 77c9926

Please sign in to comment.