/* struct aa_rlimit - rlimit settings for the profile * @mask: which hard limits to set * @limits: rlimit values that override task limits * * AppArmor rlimits are used to set confined task rlimits. Only the * limits specified in @mask will be controlled by apparmor.
*/ struct aa_rlimit { unsignedint mask; struct rlimit limits[RLIM_NLIMITS];
};
externstruct aa_sfs_entry aa_sfs_entry_rlimit[];
int aa_map_resource(int resource); int aa_task_setrlimit(conststruct cred *subj_cred, struct aa_label *label, struct task_struct *task, unsignedint resource, struct rlimit *new_rlim);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.