Adds seals to this file.
impl File { fn add_seals(&self, seals: FileSeals) -> Result<(), Errno> }
The seals to add.
The required kernel version is 3.17.
fcntl(2) and F_ADD_SEALS therein