Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_packages_services_VncFlinger
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LMODroid
platform_packages_services_VncFlinger
Commits
730a69fb
Commit
730a69fb
authored
2 years ago
by
maxwen
Committed by
Nick
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add vnc server integration bits
[nift4: squashed "sepolicy fix for vncflinger_exec"]
parent
0b97e652
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
etc/vncflinger.rc
+4
-0
4 additions, 0 deletions
etc/vncflinger.rc
sepolicy/file_contexts
+1
-0
1 addition, 0 deletions
sepolicy/file_contexts
sepolicy/system_app.te
+4
-0
4 additions, 0 deletions
sepolicy/system_app.te
sepolicy/vncflinger.te
+1
-1
1 addition, 1 deletion
sepolicy/vncflinger.te
with
10 additions
and
1 deletion
etc/vncflinger.rc
+
4
−
0
View file @
730a69fb
...
...
@@ -10,3 +10,7 @@ on property:persist.vnc.enable=true
on property:persist.vnc.enable=false
stop vncflinger
on boot
# vnc
chmod 0666 /dev/uinput
This diff is collapsed.
Click to expand it.
sepolicy/file_contexts
+
1
−
0
View file @
730a69fb
/system/bin/vncflinger u:object_r:vncflinger_exec:s0
/system/bin/vncpasswd u:object_r:vncflinger_exec:s0
This diff is collapsed.
Click to expand it.
sepolicy/system_app.te
0 → 100644
+
4
−
0
View file @
730a69fb
allow system_app vncflinger_exec:file { r_file_perms execute execute_no_trans map };
# uinput
allow system_app uhid_device:chr_file rw_file_perms;
This diff is collapsed.
Click to expand it.
sepolicy/vncflinger.te
+
1
−
1
View file @
730a69fb
type vncflinger_exec, exec_type, file_type;
type vncflinger_exec, exec_type,
file_type, system_
file_type;
type vncflinger, domain;
typeattribute vncflinger coredomain;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment