[PATCH] landlock: Allow filesystem layout changes for domains without such rule type
Konstantin Meskhidze (A)
konstantin.meskhidze at huawei.com
Fri Dec 2 02:51:16 UTC 2022
11/28/2022 11:25 PM, Mickaël Salaün пишет:
>
> On 28/11/2022 04:02, Konstantin Meskhidze (A) wrote:
>>
>>
>> 11/17/2022 9:55 PM, Mickaël Salaün пишет:
>>> Allow mount point and root directory changes when there is no filesystem
>>> rule tied to the current Landlock domain. This doesn't change anything
>>> for now because a domain must have at least a (filesystem) rule, but
>>> this will change when other rule types will come. For instance, a
>>> domain only restricting the network should have no impact on filesystem
>>> restrictions.
>>>
>>> Add a new get_current_fs_domain() helper to quickly check filesystem
>>> rule existence for all filesystem LSM hooks.
>>
>> Ok. I got it.
>> Do I need also to add a new network helper:
>> like landlock_get_raw_net_access_mask?
>
> A get_raw helper would not be useful if there is not network access
> initially denied (like for FS_REFER).
Ok.
> .
More information about the Linux-security-module-archive
mailing list