Opened 23 months ago
Closed 22 months ago
#279 closed defect (fixed)
qrexec: adding new rules to /etc/qubes_rpc/policy have no effect?
| Reported by: | joanna | Owned by: | rafal |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1 Beta 2 |
| Component: | core | Keywords: | |
| Cc: |
Description
Do I need to reload something after editing the policy file?
Change History (5)
comment:1 Changed 23 months ago by rafal
comment:2 Changed 23 months ago by rafal
- Owner changed from joanna to rafal
- Status changed from new to assigned
comment:3 Changed 23 months ago by joanna
Ah, indeed, adding the 'allow' rule before 'ask' does work. I think we should, however, add a comment about it in each policy file?
comment:4 Changed 22 months ago by rafal
Added comments, in
http://git.qubes-os.org/?p=rafal/core.git;a=commit;h=dc4d9b32f199f12c763c5c790090f6b396869884
prebeta2 branch.
comment:5 Changed 22 months ago by rafal
- Resolution set to fixed
- Status changed from assigned to closed

Works for me. What was the policy file before and after the change ?
Note the first matching rule in the policy file is used; so if you have "anyvm anyvm" line at the top, then adding another line will not have effect.