Common coding tasks

Adding a new permission

To add a new permission, you first need to get the new permisison accepted into the subuser standard via pull request.

Once it is accepted:

  1. Set the permission’s default value, description, and level in the permissions module
  2. Tell subuser how to apply the permission in the run module

That was easy, wasn’t it?