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