mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-25 21:38:25 +00:00
parent
6e03d731a2
commit
5a2d4c3437
@ -128,8 +128,10 @@ struct Monitor::Inferior_pd : Monitored_pd_session
|
||||
[&] (Xml_node const policy) { _policy = Policy::from_xml(policy); },
|
||||
[&] { _policy = Policy::default_policy(); });
|
||||
|
||||
_address_space.writeable_text_segments(_alloc, _wx_ram, _local_rm);
|
||||
_linker_area .writeable_text_segments(_alloc, _wx_ram, _local_rm);
|
||||
if (_policy.wx) {
|
||||
_address_space.writeable_text_segments(_alloc, _wx_ram, _local_rm);
|
||||
_linker_area .writeable_text_segments(_alloc, _wx_ram, _local_rm);
|
||||
}
|
||||
}
|
||||
|
||||
long unsigned id() const { return _inferiors_elem.id().value; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user