mirror of
https://github.com/openharmony/third_party_eudev.git
synced 2026-07-01 08:45:12 -04:00
!26 多模验证selinux特权问题
Merge pull request !26 from lisong/multimodalinput_0805test
This commit is contained in:
@@ -439,7 +439,7 @@ static int spawn_exec(struct udev_event *event,
|
||||
if (sigmask)
|
||||
sigprocmask(SIG_SETMASK, sigmask, NULL);
|
||||
|
||||
execve(argv[0], argv, envp);
|
||||
//execve(argv[0], argv, envp);
|
||||
|
||||
/* exec failed */
|
||||
log_error_errno(errno, "failed to execute '%s' '%s': %m", argv[0], cmd);
|
||||
|
||||
Reference in New Issue
Block a user