Implement per-UID quota overrides and update documentation#431
Open
cooperlees wants to merge 6 commits intobus1:mainfrom
Open
Implement per-UID quota overrides and update documentation#431cooperlees wants to merge 6 commits intobus1:mainfrom
cooperlees wants to merge 6 commits intobus1:mainfrom
Conversation
Co-authored-by: cooperlees <3005596+cooperlees@users.noreply.github.com>
Co-authored-by: cooperlees <3005596+cooperlees@users.noreply.github.com>
Co-authored-by: cooperlees <3005596+cooperlees@users.noreply.github.com>
…n pages Co-authored-by: cooperlees <3005596+cooperlees@users.noreply.github.com>
…ture Add per-UID quota overrides via SetUserQuota controller method and XML drop-in config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Put up a POC way of potentially implementing per unix UID quotas.
SetUserQuotacontroller method anduser_registry_set_user_limits()SetUserQuotaD-Bus method in controller-dbus.c<user_quota>XML config element parser in config.c/config.hlauncher_set_user_quotas()in launcher.c, called on startup and ReloadConfigdocs/dbus-broker.rst— document newSetUserQuotaAPI methoddocs/dbus-broker-launch.rst— document new<user_quota>XML config element with example and inotify reload noteThis does need testing. So all for ways on how to do that easily.
Fixes #430