Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sb2] Fix x86 sem_open error. Contributes to jb#53896
  • Loading branch information
kende committed May 20, 2021
1 parent 5df7d2c commit 3fb3ee2
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 3fb3ee2

Please sign in to comment.