• 0 Posts
  • 2 Comments
Joined 3 years ago
cake
Cake day: June 27th, 2023

help-circle
  • Also, the answer to your actual question is no. There’s definitely no way to block people from using any particular characters at the kernel level.

    What you seem to be asking for is a way to absolutely forbid all software from writing certain characters to files, and/or from reading those characters. Aside from requiring that the kernel inspect all data in detail before letting other software have it, which would slow everything way down, it would prevent anyone from reading or writing binary data which happens to contain those sequences of bytes by coincidence. Binary data includes things like the programs which make the system work, so blocking those characters would be terminal