Lines Matching refs:allowed_access
109 path_beneath_size = sizeof(path_beneath_attr.allowed_access);
114 net_port_size = sizeof(net_port_attr.allowed_access);
332 * Informs about useless rule: empty allowed_access (i.e. deny rules)
335 if (!path_beneath_attr.allowed_access)
338 /* Checks that allowed_access matches the @ruleset constraints. */
340 if ((path_beneath_attr.allowed_access | mask) != mask)
350 path_beneath_attr.allowed_access);
368 * Informs about useless rule: empty allowed_access (i.e. deny rules)
371 if (!net_port_attr.allowed_access)
374 /* Checks that allowed_access matches the @ruleset constraints. */
376 if ((net_port_attr.allowed_access | mask) != mask)
385 net_port_attr.allowed_access);
408 * &landlock_path_beneath_attr.allowed_access or
409 * &landlock_net_port_attr.allowed_access is not a subset of the ruleset
412 * - %ENOMSG: Empty accesses (e.g. &landlock_path_beneath_attr.allowed_access is