Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要的是编写一个linux 程序/驱动程序,它只允许使用带有注册 UUID 的闪存驱动器。未注册的闪存驱动器不应被访问。
据我了解,如果我有 root 访问权限,我可以绕过任何类型的系统。这就是为什么我认为它应该适用于非特权用户。
我真的不知道从哪里开始。这可以从用户空间完成吗?这个系统有什么限制?
编写 udev 规则而不是程序不是答案,因为这是我的课程项目 =)
我没有重新编译内核或现有模块的选项