Allow mcp-agent access to /run/user for rootless podman
This commit is contained in:
@@ -54,7 +54,10 @@ in
|
||||
LockPersonality = true;
|
||||
MemoryDenyWriteExecute = true;
|
||||
RestrictRealtime = true;
|
||||
ReadWritePaths = "/srv";
|
||||
ReadWritePaths = [
|
||||
"/srv"
|
||||
"/run/user/${toString mcpUid}"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user