-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
154fee8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI
I want to Convert the app into a system app. My problem is that the libovpnexec.so library wants +x access, but I do not want to give this library executive access. Thank you for your help.
154fee8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MortezaYgh well then you have rewrite the whole openvpn project to be used as library. Good luck with that.
154fee8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I did not rewrite the whole project. I want to convert the app to a system app and put the apk file in the /system/app/ path. My problem is that the libovpnexec.so lib wants +x access, but I do not want to give this library executive access. How can I remove x access from this library and the program works properly?
154fee8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MortezaYgh No. You misunderstood me. Either you keep the executable permission or you have to rewrite OpenVPN. What you currently want is just not possible.