Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
e63c5e93
Commit
e63c5e93
authored
Apr 17, 2015
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
live: added use/live/privacy
This target is responsible for providing isolation of local hard drives and networking from the system running off the LiveCD/Flash.
parent
71caf44a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
config.mk
features.in/live/config.mk
+16
-0
No files found.
features.in/live/config.mk
View file @
e63c5e93
...
...
@@ -89,3 +89,19 @@ use/live/sound: use/live
# prepare bootloader for software suspend (see also install2)
use/live/suspend: use/live
@$(call add,LIVE_PACKAGES,installer-feature-desktop-suspend-stage2)
# deny network/local drive access for security reasons
use/live/privacy: use/services use/memclean use/deflogin
@$(call add,DEFAULT_SERVICES_ENABLE,livecd-nodisks)
@$(call add,LIVE_PACKAGES,livecd-nodisks)
@$(call add,LIVE_CLEANUP_KDRIVERS,kernel/net/)
@$(call add,LIVE_CLEANUP_KDRIVERS,kernel/drivers/net/)
@$(call add,LIVE_CLEANUP_KDRIVERS,kernel/drivers/ata/)
@$(call add,LIVE_CLEANUP_KDRIVERS,kernel/drivers/scsi/)
@$(call add,LIVE_CLEANUP_KDRIVERS,kernel/drivers/block/)
@$(call add,LIVE_CLEANUP_KDRIVERS,kernel/drivers/cdrom/)
@$(call add,LIVE_CLEANUP_KDRIVERS,kernel/drivers/firewire/)
@$(call add,LIVE_CLEANUP_KDRIVERS,kernel/drivers/bluetooth/)
@$(call set,STAGE1_MODLISTS,stage2-ata stage2-drm stage2-hid)
@$(call add,STAGE1_MODLISTS,stage2-mmc stage2-usb)
@$(call add,USERS,altlinux:::)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment