Function report |
Source Code:security\device_cgroup.c |
Create Date:2022-07-28 19:55:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:css_to_devcgroup
Proto:static inline struct dev_cgroup *css_to_devcgroup(struct cgroup_subsys_state *s)
Type:struct dev_cgroup
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup_subsys_state * | s |
Name | Describe |
---|---|
task_devcgroup | |
devcgroup_online | devcgroup_online - initializes devcgroup's behavior and exceptions based on* parent's*@css: css getting online* returns 0 in case of success, error code otherwise |
devcgroup_offline | |
devcgroup_css_free | |
devcgroup_seq_show | |
parent_has_perm | parent_has_perm:* when adding a new allow rule to a device exception list, the rule* must be allowed in the parent device |
parent_allows_removal | parent_allows_removal - verify if it's ok to remove an exception*@childcg: child cgroup from where the exception will be removed*@ex: exception being removed* When removing an exception in cgroups with default ALLOW policy, it must* be checked if removing |
propagate_exception | propagate_exception - propagates a new exception to the children*@devcg_root: device cgroup that added a new exception*@ex: new exception to be propagated* returns: 0 in case of success, != 0 in case of error |
devcgroup_update_access | Modify the exception list using allow/deny rules |
devcgroup_access_write |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |