From 7a8b625a57c496b880d6ea0d497b8fd0bb066bc6 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 21 Dec 2024 18:11:32 +0900 Subject: app: rename /fortify to /.fortify Also removed the inner share tmpfs mount. Signed-off-by: Ophestra --- internal/app/share.system.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'internal/app/share.system.go') diff --git a/internal/app/share.system.go b/internal/app/share.system.go index db4ff53e..2e65ac69 100644 --- a/internal/app/share.system.go +++ b/internal/app/share.system.go @@ -33,9 +33,6 @@ func (seal *appSeal) shareSystem() { seal.sys.Ensure(targetTmpdir, 01700) seal.sys.UpdatePermType(system.User, targetTmpdir, acl.Read, acl.Write, acl.Execute) seal.sys.bwrap.Bind(targetTmpdir, "/tmp", false, true) - - // mount tmpfs on inner shared directory (e.g. `/tmp/fortify.%d`) - seal.sys.bwrap.Tmpfs(seal.SharePath, 1*1024*1024) } func (seal *appSeal) sharePasswd(os linux.System) { -- cgit v1.3.1