Skip to content

Commit

Permalink
CA-399631: Increase the max size of xenserver-config for bug-tool
Browse files Browse the repository at this point in the history
Fix this issue:
Omitting /etc/systemd/user/dbus.service, size constraint of xenserver-config exceeded
Omitting /etc/systemd/user/basic.target.wants/systemd-tmpfiles-setup.service, size constraint of xenserver-config exceeded

Signed-off-by: Stephen Cheng <[email protected]>
  • Loading branch information
stephenchengCloud committed Mar 4, 2025
1 parent 5dde270 commit 121fb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xen-bugtool
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ cap(CAP_XAPI_SUBPROCESS, PII_NO, max_size=5*KB,
cap(CAP_XEN_BUGTOOL, PII_NO, min_size=0)
cap(CAP_XENRT, PII_NO, min_size=0, max_size=500*MB,
checked=False, hidden=True)
cap(CAP_XENSERVER_CONFIG, PII_MAYBE, max_size=80*KB,
cap(CAP_XENSERVER_CONFIG, PII_MAYBE, max_size=160*KB,
max_time=10)
cap(CAP_XENSERVER_DOMAINS, PII_NO, max_size=1*KB,
max_time=10)
Expand Down

0 comments on commit 121fb15

Please sign in to comment.