Skip to content

Commit

Permalink
[sb2] Yet another fix for sem_open. Contributes to jb#53896
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Kenttala committed May 21, 2021
1 parent 77c9926 commit a15e873
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scratchbox2/rule_lib/fs_rules/dev.lua
Expand Up @@ -28,9 +28,7 @@ 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"},
use_orig_path = true},

-- We can't change times or attributes of host's devices,
-- but must pretend to be able to do so. Redirect the path
Expand Down

0 comments on commit a15e873

Please sign in to comment.