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

Feature Request - Add/Remove "b" option for given APPID #3

Open
johnwhiteman opened this issue Oct 26, 2015 · 1 comment
Open

Feature Request - Add/Remove "b" option for given APPID #3

johnwhiteman opened this issue Oct 26, 2015 · 1 comment

Comments

@johnwhiteman
Copy link

We would like to add simple functionality to security manager regarding the smack-bringup mode "b" option. Let's say we have the following two functions:

enable_bringup_for_app(APPID)
disable_bringup_for_app(APPID)

The enable function will search for the given APPID and append the "b" rule

App Foo w  ->  wb

The disable function will search for the given APPID and remove the "b" rule if exists

App Foo wb  ->  w

This should be temporary until next reboot/restart or if disable function is called explicitly

@dominig
Copy link

dominig commented Oct 27, 2015

The provision of a Bringup mode is required to enable developers to provide more complex code to run under the control of the security manager.
Such option should be implemented with a compile flag which allows to guarantee that it cannot be not activated in a production image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants