Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
Advice
0 votes
3 replies
50 views

I have a Dockerfile, where I create a non-root user and assign a group icmp_users to it. However, when I run the container with docker run -it --rm container bash the group is not activated. Here is ...
Wör Du Schnaffzig's user avatar
0 votes
0 answers
31 views

I’m developing a system privileged app (installed under /system/priv-app) and I need to display a webpage inside the app UI. However, when I try to use a WebView, the app crashes with: java.lang....
Latiful Bari's user avatar
1 vote
1 answer
114 views

I have a regression test for a PostgreSQL database that checks to make sure a particular user cannot self-assign additional privileges to a particular schema. I do this by logging in as the user "...
Erik Knowles's user avatar
  • 1,015
3 votes
0 answers
83 views

In RISC-V machine mode, when you issue a csrrw that sets a bit in mie (i.e. enabling an interrupt that is already pending), must the very next instruction immediately branch to the interrupt handler? ...
Ömer GÜZEL's user avatar
1 vote
1 answer
65 views

In BSD, the pledge() syscall can be used to limit the process' access to potentially dangerous resources. Do these limitations apply to child processes that are forked from the parent, or are the ...
ijustlovemath's user avatar
0 votes
0 answers
85 views

I installed Git on drive D:, but when I open a new cmd.exe Window and type git --version at the prompt, it showed that error launching git: C:\Users\25011>git --version error launching git: It ...
Rui Yang's user avatar
0 votes
1 answer
159 views

How can I let user to update only one partition through a parent table? Why doesn't this work: -- 1. Create users CREATE ROLE my_admin LOGIN PASSWORD 'admin_pass'; CREATE ROLE my_user LOGIN PASSWORD '...
tok's user avatar
  • 981
0 votes
0 answers
91 views

In Google Cloud Console, I created a project with read only accesses to my Google Calendar: Your non-sensitive scopes .../auth/calendar.calendarlist.readonly See the list of Google calendars you’re ...
Plouff's user avatar
  • 3,476
1 vote
1 answer
98 views

I have two server logins, OMEGACA and TEST, and an ALL SERVER for LOGON trigger: CREATE TRIGGER [OMEGACA_ACC] ON ALL SERVER WITH EXECUTE AS 'OMEGACA' FOR LOGON AS -- ............... OMEGACA has ...
altink's user avatar
  • 375
0 votes
1 answer
133 views

I have an Android app that I need to license per device (lifetime), meaning the app should be licensed for the device itself, independent of the user account. If I use a one-time in-app product for ...
poison pawn's user avatar
0 votes
1 answer
164 views

While running yarn run devtools:test inside my Angular development fork on Windows 11 I got the following error output: Process exited with status 1: Process exited with status 1 build-runfiles ...
Wilt's user avatar
  • 44.9k
1 vote
1 answer
98 views

I can't connect to my brand new empty Oracle database from DBeaver or SQL Developer with just made new DB user. I just get started to use Oracle Database 23ai, with SQL Plus logged in as SYSTEM and ...
user2312787's user avatar
1 vote
1 answer
75 views

I have a java program from which i would like to access a file that requires admin privileges. I use IntelliJ IDE for development and I would like to start the program from the IDE. I have an ...
max23's user avatar
  • 45
0 votes
0 answers
26 views

Our company uses Github Enterprize and created Organization for each unit. However, when I tried to create a repository for a knowledge sharing workshop, I couldn't find a way to share a repository to ...
Patlatus's user avatar
  • 1,669
0 votes
1 answer
54 views

I have a problem with an Oracle stored procedure that dynamically creates some materialized views. The procedure first drops the materialized views if there are any with the same name of the ones that ...
ennezetaqu's user avatar
0 votes
1 answer
154 views

Using PostgreSQL, is it somehow possible to restrict the SELECT privilege of a certain user so that he can only select a certain limited number of rows from a certain table? For example, user joe ...
emkey08's user avatar
  • 6,471
-1 votes
2 answers
63 views

Here is my problem : I have created a role R1 that have all privileges on schema S1. I also have created two users U1, U2, with inherit, that both are members of R1. U1 has created a table in S1. Why ...
meirben's user avatar
0 votes
0 answers
98 views

I’m trying to implement a program restart asking the user for admin rights for the WinUI3 application. The application uses Windows Update API and I need this functionality to allow the user to ...
Roman Voskoboynikov's user avatar
0 votes
0 answers
172 views

We would like to use a specific custom role and using the role being able to see all results from below (SNOWFLAKE.INFORMATION_SCHEMA.QUERY_HISTORY) SELECT * FROM TABLE(SNOWFLAKE.INFORMATION_SCHEMA....
Gokhan's user avatar
  • 289
2 votes
1 answer
379 views

Using a db2 database hosted on an IBM AS400 Version:V5R4M0 I'm having trouble trying to list permissions a user has on a specific table. Here IBM lists different ways to do so, but I get a file not ...
eaglei22's user avatar
  • 2,850
2 votes
1 answer
68 views

I would like to retrieve information from a MySql instance, which users have SHOW_ROUTINE privilege. This privilege can be only granted globally according to the documentation. Such privileges are ...
Aliman's user avatar
  • 87
0 votes
0 answers
128 views

Here’s a message you can use to post on Stack Overflow: Title: Authorization Errors After Restoring DB2 Database to V9.7 or Higher Body: Hi everyone, I’m experiencing authorization errors after ...
nada elouedi's user avatar
0 votes
1 answer
86 views

If user A creates a view and grants READ on it to PUBLIC. SQL>create view A.a_public as select 3 id from dual; View created. SQL>select * from A.a_public; ID ---------- 3 SQL&...
Alex Bartsmon's user avatar
0 votes
1 answer
49 views

I've been looking around a while for a code snippet that shows all of the privileges for a user, including SeBatchLogonRight (even for local accounts). And so far, the only way I found that fulfill ...
Dennis's user avatar
  • 2,128
0 votes
1 answer
942 views

I have database scheme her name NOUR ELKHUZAMA without underscore I need to Grant the INHERIT PRIVILEGES to NOUR ELKHUZAMA but I get an error: Error starting at line : 3 in command - GRANT INHERIT ...
Tayseer's user avatar
0 votes
1 answer
49 views

My question is if i have a c# application that the non admin users can launch and that application reads from the file. Is there a way to make it so that the program can read it but the users cant ...
Callistron's user avatar
0 votes
1 answer
384 views

I am looking to use pg_restore to import a PostgreSQL 16 database, however I am hitting issues with ownership of the database and tables. I would like the database to be owned by root (which it is) ...
crmpicco's user avatar
  • 17.3k
0 votes
1 answer
43 views

I'm trying to build an aplication on Oracle Apex 18.1 (DB 12.1) I made a Workspace called "prueba01" provisioning an already existing schema: "OFERTAS". Now, when I try to make an ...
Mateo R's user avatar
  • 48
0 votes
1 answer
505 views

What are the risks in using an app with dangerous delegated permissions - besides luring a privileged user to connect the app and use his privileges? Are there any known dangerous delegated ...
Adi Ml's user avatar
  • 127
0 votes
1 answer
370 views

I am making an Apple Script app that will change my Time Machine backup configuration. The Apple script command is simply: set ThePath to quoted form of "/Users/AndrewDesktop/Documents/...
Andrew's user avatar
  • 27
0 votes
0 answers
103 views

On MySQL 8.0.34, errors 1217 and 1452 represent the same thing but provide less information in the former case by design. A user without the relevant grants should not see the information about a ...
Chris Broz's user avatar
0 votes
1 answer
212 views

The below quotation is taken from riscv-debug-spec version 0.132. Exceptions don’t update any registers. That includes cause, epc, tval, dpc, and mstatus. They do end execution of the Program Buffer. ...
Ömer GÜZEL's user avatar
0 votes
2 answers
87 views

I used to work with Oracle, where after creation of a new database user you need to grant them a few privileges, ex. to connect(CREATE SESSION) to the database or create a table(CREATE TABLE). ...
drk's user avatar
  • 137
-1 votes
1 answer
2k views

How to get in Postgres list of all privileges granted to a role/user, ex. to the public role? Is that right, that newly created user in Postgres has no privileges except the ones inherited from ...
drk's user avatar
  • 137
0 votes
1 answer
664 views

Can someone help. I have been going round in xcircles trying to solve a very basic issue, whith MySQL Workbench version 8.0.36. Runnung on MocOS Sona 14.2.1 I am trying to create new users for my ...
James Martin's user avatar
0 votes
1 answer
567 views

A user ABC has access to role product_role There are 2 warehouses accessible using the product_role say for eg: whs1 and whs2 Is there any way that we can confine user privileges that ABC can use only ...
Deepika reddy's user avatar
0 votes
1 answer
671 views

I am writing an app where I would like to expose a service on a privileged port (i.e. <1024). This is not possible in Android without root permissions, from what I can see (I've made a test app, ...
cam17's user avatar
  • 51
1 vote
1 answer
244 views

I am trying to create a role in postgres for the backend server and for security reasons I want to limit the backend_user privileges. The user have access only to database_x and the public schema and ...
youngtoken's user avatar
4 votes
1 answer
403 views

I'm checking Wow64 subsystem on Windows 64 bit. As far I can tell on x86_64 processors, in order to run 32-bit applications, it leverages on Long mode compatibility sub-mode. Any system call from 32-...
CarloC's user avatar
  • 313
2 votes
1 answer
3k views

I am new at Postgresql that's why I can't figure out some privileges here. Database called Denemedb23 is already created. I created the user NoxUser. I executed these commands: REVOKE ALL PRIVILEGES ...
Begüm Nur Kadem's user avatar
1 vote
0 answers
377 views

Suppose I have configured all exceptions and interrupts to be handled in machine-mode... How do my machine-mode handlers know to put PRV_U or PRV_M, etc. into mstatus.MPP before executing mret so ...
Lance E.T. Compte's user avatar
0 votes
1 answer
544 views

I am trying to pull a Docker image by this command docker pull rabbitmq then I got this error Cannot connect to the Docker daemon at unix:///home/nickie/.docker/desktop/docker.sock. Is the docker ...
El Niño's user avatar
1 vote
2 answers
122 views

I'm trying to run this snippet: import org.apache.commons.io.IOUtils; import java.io.IOException; public class Main { public static void main(String[] args) throws IOException, ...
zjor's user avatar
  • 1,043
0 votes
0 answers
2k views

I'm trying to understand NT AUTHORITY\SELF account and the difference between this one and Everyone. I tried to google for it, didn't find anything useful. I saw several application grants access to ...
daisy's user avatar
  • 23.7k
1 vote
1 answer
168 views

The sstatus register is a subset of the mstatus register. In a straightforward implementation, reading or writing any field in sstatus is equivalent to reading or writing the homonymous field in ...
Ömer GÜZEL's user avatar
0 votes
1 answer
653 views

I am connecting the Pre Built HR Schema to the Oracle 21C using SQL Developer. I created a new tablespace USERS and User HR. CREATE USER hr IDENTIFIED hr; GRANT CONNECT TO hr; GRANT CREATE ...
kiran Kumar's user avatar
0 votes
0 answers
17 views

I accidently revoked every privileges to all of my users (including the default "root" one) on MySQL using phpMyAdmin and I am struggling to find how I could solve my mistake. I can't figure ...
neycklyz's user avatar
0 votes
0 answers
135 views

I'm studying about Protection Ring system. Can you give me some details about operation of this system in CPU level? Is it related to CPL? why they use especially "4" level? why not 2 or 3....
choiyhking's user avatar
0 votes
1 answer
1k views

Is it possible in PostgreSQL to grant all privileges on a schema of a database other than the one I'm currently connected to (and without using the \c command to switch first)? For example, I'm ...
dokaspar's user avatar
  • 8,744
0 votes
1 answer
262 views

It was my first time developing an HDFS cluster. I found that I can change file own or privilege. What I don't understand is if I create user carl on namenode and change the owner of the /test ...
Carl Fan's user avatar

1
2 3 4 5
32