This tag does NOT refer to the Super User SE site. Use to distinguish those acting with top/high level admin system privileges from other users.
Questions tagged [superuser]
190 questions
0
votes
0 answers
Users with read and write for their data and write only privileges for the data added by others?
Is there anyone who can help me with creating a user with pgAdmin where I want to give them the privileges to read and write on their data but only read on the data added by other users?
I tried
ALTER DEFAULT PRIVILEGES FOR USER "User A"
IN SCHEMA…
0
votes
1 answer
Unable to create a folder with mkdir on Android device with Superuser
I am using LIBSU by John Wu to run superuser commands on my android app. My objective is to create a folder with mkdir but it seems that the command runs successfully but the folder isn't created.
Here's my code:
fun createDialog(packageInfo:…

DDeveloper
- 11
- 1
0
votes
0 answers
How to run a function using SU or the whole entire app in Superuser - kivy
I'm making a kivy app in where i'm scanning the ipv4, using arp, now for this superuser is required.
But i'm struggling to either run the function via super user or the whole entire app, whatever works.
Thanks for the help.
What i tried:
cmd =…

ȶɦɛֆɦɨռʏɛռɖ
- 5
- 1
0
votes
0 answers
Jobs is not shown in pgAdmin 4
I have a problem with pgAdmin 4. Jobs are not displayed even if I am the superuser.
Jobs give you the opportunity to link tasks to a PostgreSQL database. Unlike triggers, which are executed only after actions on the database, these jobs can be…

Shadow Clone
- 11
- 2
0
votes
0 answers
How create simple web site using django rest framework
I want create simple website on this website created post only superuser(admin) one person. Other users can only read posts and leave comments. They do not need to register, only their comments and reading of the post are saved and I need to do it…

s nner
- 1
- 2
0
votes
0 answers
Authentication required
Image
Authentication is required to run '/bin/bash' as the super admin.
incorrect permissions on /usr/libexec/polkit-agent-helper-1 (needs to be setuid root)

Mahesh
- 1
- 2
0
votes
1 answer
Django superuser admin
I can't load the admin login screen.
have opened a Web browser and went to “/admin/” on local domain http://127.0.0.1:8000/admin/
was supposed to open admin login window.

daniel
- 3
- 2
0
votes
0 answers
django super user premissions
i want to add if user is super user show companies and add company anyone can help with what should add in class to do it
this is class code just showing in tepmalte page all comapany and add new company not working
views.py
class…

hind.hbashneh
- 1
- 2
0
votes
1 answer
How SUPERUSER_ID works with access groups
I would like to ask, what is the point of checking whether superuser has specific access groups in Odoo 14?
My understanding was, that superuser has/ignores all access groups.
stock/models/res_config_settings.py
def set_values(self):
...
…

xixo222
- 157
- 2
- 9
0
votes
1 answer
SSH not working locally but is working externally after running nmap
I need to be able to SSH into a device on my network. Normally I am able to simply ssh into its local IP address.
I recently ran an nmap scan on it, and now when I try to ssh into its local IP address, I recieve the…

OIRNOIR
- 33
- 6
0
votes
1 answer
import nltk ModuleNotFoundError: No module named 'sqlite3'
I'm using buildroot to add python nltk package. When I try to import nltk, it gives the error as follows,
import nltk
File "/usr/lib/python3.10/site-packages/nltk/__init__.py", line 152, in
from nltk.translate import *
File…

kinder chen
- 1,371
- 5
- 15
- 25
0
votes
0 answers
Diff Multiple Files and save the images of differences
I am working on a linux platform. I have two revisions of same project. I want images of all the lines the files differ.
For lower number of files i had been listing all files with 'diff -qr dir1 dir2', taking the output to a text file and appending…
0
votes
0 answers
Send keyboard input to a specific app on Android? Java
I want to send keyboard inputs to a specific app, mostly it will be tab presses.
Do you think this is possible? If so, how?
Note that Root Access is no problem.
I just need to make it press tab presses.
That's all.
It would send it to another…

Rick Wilting
- 3
- 2
0
votes
0 answers
Use different models for user and superuser in django
I have a Student model and I will also be creating another model called Teacher. But I want a single model called Admin to be the superuser for both of these models in their respective managers. How do I achieve this?
Here's the code I have so…

Anchith Acharya
- 369
- 1
- 4
- 16
0
votes
0 answers
/etc/security/limits.conf: Permission denied error even with sudo su used
echo "USERNAME - nice -20
USERNAME - rtprio 99" >> /etc/security/limits.conf
I need to add sudo su to this in order to access /etc. I've tried adding sudo su to both lines, but I still get a permission denied error.
how do i fix this? Thanks
I'm…

lilsolar
- 59
- 7