Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "[sb2] Fix x86 sem_open error. Contributes to jb#53896"
This reverts commit 3fb3ee2.
  • Loading branch information
Marko Kenttala committed May 21, 2021
1 parent 77c9926 commit bd328e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scratchbox2/rule_lib/fs_rules/dev.lua
Expand Up @@ -28,8 +28,6 @@ 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 bd328e4

Please sign in to comment.