-
-
Notifications
You must be signed in to change notification settings - Fork 119
New custom-persist feature #551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1d16aea
custom-persist: ignore /rw/config bind-dirs if custom-persist enabled
Guiiix 6e7bed0
custom-persist: systemd mount units for /home and /usr/local and serv…
Guiiix 2ac91d7
custom-persist: mount binds configured in qubes-db
Guiiix 91d312a
custom-persist: disable /home and /usr/local mounts
Guiiix ec86885
custom-persist: disable user firewall rules when custom persist is en…
Guiiix 8042e29
custom-persist: do not read user rc.local scripts when the feature is…
Guiiix e5209c8
custom-persist: user suspend modules blacklist
Guiiix e47e285
custom-persist: init.d compatibility
Guiiix bfe56a8
fix under_systemd function on debian
Guiiix e0003fc
fix: bind-dirs should create files parent directories if they don't e…
Guiiix c778254
custom-persist: files and directory auto-creation
Guiiix 4d12979
custom-persist: prefer objets pre-creation in /rw
Guiiix ff6742c
custom-persist: handle mounts from /rw/home and /rw/usrlocal
Guiiix 385f3fe
bind-dirs: fix /rw/home and /rw/usrlocal initialization from template…
Guiiix 55d297b
custom-persist: pre-create parents with correct ownership
Guiiix 0a8274b
custom-persist: prevent mount units from starting instead of bind mou…
Guiiix f18831c
bind-dirs: add x-gvfs-hide mount option to bind dirs
Guiiix cc84ec6
bind-dirs: fix permissions on $fso_ro
Guiiix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1260,6 +1260,8 @@ The Qubes core startup configuration for SystemD init. | |
%defattr(-,root,root,-) | ||
/etc/systemd/system/xendriverdomain.service | ||
%_unitdir/dev-xvdc1-swap.service | ||
%_unitdir/home.mount | ||
%_unitdir/qubes-bind-dirs.service | ||
%_unitdir/qubes-misc-post.service | ||
%_unitdir/qubes-mount-dirs.service | ||
%_unitdir/qubes-rootfs-resize.service | ||
|
@@ -1271,6 +1273,7 @@ The Qubes core startup configuration for SystemD init. | |
%_unitdir/qubes-sync-time.timer | ||
%_unitdir/[email protected] | ||
%_unitdir/qubes-updates-proxy-forwarder.socket | ||
%_unitdir/usr-local.mount | ||
%{_unitdir}-preset/%qubes_preset_file | ||
%_modulesloaddir/qubes-core.conf | ||
%dir %_unitdir/boot.automount.d | ||
|
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[Unit] | ||
ConditionPathExists=!/var/run/qubes/disable_persistent_home_dir | ||
|
||
[Mount] | ||
What=/rw/home | ||
Where=/home | ||
Type=none | ||
Options=noauto,bind,defaults,nosuid,nodev |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.