From bd328e4f7c5f50534315c054bb6ad9f2c77ee647 Mon Sep 17 00:00:00 2001 From: Marko Kenttala Date: Fri, 21 May 2021 16:22:32 +0300 Subject: [PATCH] Revert "[sb2] Fix x86 sem_open error. Contributes to jb#53896" This reverts commit 3fb3ee274234edac294aa6f700fcb6958b169216. --- scratchbox2/rule_lib/fs_rules/dev.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/scratchbox2/rule_lib/fs_rules/dev.lua b/scratchbox2/rule_lib/fs_rules/dev.lua index 42dd5a92..3c87d071 100644 --- a/scratchbox2/rule_lib/fs_rules/dev.lua +++ b/scratchbox2/rule_lib/fs_rules/dev.lua @@ -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,