Skip to content
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

rework secadm hook into pax framework #24

Open
opntr opened this issue Jan 14, 2016 · 1 comment
Open

rework secadm hook into pax framework #24

opntr opened this issue Jan 14, 2016 · 1 comment

Comments

@opntr
Copy link
Contributor

opntr commented Jan 14, 2016

Now the secadm directly calls pax_elf. It would be nice to change this order: calling secadm hook from pax_elf.

@opntr
Copy link
Contributor Author

opntr commented Jan 14, 2016

This change is required due the hbsdcontrol framework. If both exists in the system, we must ensure the proper order of applied policies.

In the current behavior secadm always overrides hbsdcontrol's policy, in the near future this will change.

Other interesting thing, is that the exec_check_permission is called twice:

  1. from kern_exec.c
  2. imgact_elf.c

@opntr opntr added this to the Version 0.3 milestone Jan 14, 2016
@opntr opntr modified the milestones: 0.4, 0.3 Feb 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant